Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@rien rien released this 24 Oct 12:22
· 10 commits to main since this release
2d8653f

Dolos is faster again! In PR #1630 we've decimated the time needed to parse code files, halving the time Dolos spends performing an analysis on large datasets πŸš€

An important bug is now fixed as well, re-enabling highlighting similar parts in the compare view.

It is now also possible to submitted source code files to ignore through the info.csv file. Which enables support for template code in the API.

This PR is mostly thanks to two new contributors: @mikaelGusse and @milachae. Welcome πŸŽ‰

πŸš€ Features

πŸ› Bug Fixes

  • Fix code highlighting bug (#1600) @mikaelGusse
  • Fix dolos-web Docker image not using the environment variables correctly (#1582) @rien
  • Fix purged reports loading indefinitely (#1581) @rien

🧰 Maintenance

πŸ“– Documentation

  • Change API docs to allow custom URL's (#1603) @rien
  • Add instructions to build dolos-core in web/CONTRIBUTING.md (#1602) @mikaelGusse
  • Add developer documentation about dolos-web in CONTRIBUTING.md (#1592) @rien