Skip to content

v0.5.24 (Ubuntu 22.04)

Choose a tag to compare

@Artanias Artanias released this 02 Jul 18:35
· 11 commits to main since this release

What's Changed

  • Extends the logic of the codeplag settings modify --short-output argument. When provided '0' show all check works results in the stdout. When provided '1' show only new found check works results in the stdout. When provided '2' do not show check works result in the stdout;
  • Adds support to set the path to the reports file with the provided name (codeplag settings modify --reports <csv_filename>);
  • Adds an information column into the general report about the type of compare;
  • Adds trace logging level for more debug info when needed;
  • Adds logic for saving and getting works' metadata and compare information to/from the MongoDB;
  • Adds a Docker Compose file for running MongoDB 8.0 and instructions for running the container with MongoDB and setup connection from the codeplag CLI;
  • Adds new arguments into the command "codeplag settings modify": "--mongo-port", "--mongo-user", "--mongo-pass" and "mongo-host", which help to setup connection with MongoDB;
  • Adds possibility to create report from MongoDB with provided paths.

Full Changelog: v0.5.17...v0.5.24