Skip to content

Releases: MaibornWolff/codecharta

Analysis release 1.125.0

16 May 14:25
Compare
Choose a tag to compare

Changed

  • Update GH-Pages and dev guide on how to use our docker images #3621

Fixed 🐞

  • Add default Docker user to mitigate GitLogParser issues during repo-scan #3571
  • Escaping and un-escaping windows paths, auto-detecting path separator for Unix and Windows
    paths #3569

Chore 👨‍💻 👩‍💻

  • Upgrade Gradle to version 8.7, now with support for Java version 21. #3570
  • Update docs to include that the timeout command is necessary on macOS to run integration tests #3322

Visualization release 1.125.0

24 Apr 07:34
Compare
Choose a tag to compare

Added 🚀

  • Add search bar for custom configs #3529
  • Automatically reverse the metric direction for those where higher values indicate better codequality, such as branch_coverage #3518
  • Display summary metrics for root node as default #3525
  • Remove whitespace on screenshots #3527

Fixed 🐞

  • Fix small style issues #3544
  • Fix key handling for selection metrics #3546
  • Fix applying default metric templates to ensure options reset correctly #3560

Chore 👨‍💻 👩‍💻

  • Update angular to v17

Analysis release 1.123.0

10 Apr 11:31
Compare
Choose a tag to compare

Added 🚀

  • Auto detect direction of metrics - introduces direction as a new field in the JSON schema #3518

Chore 👨‍💻 👩‍💻

  • Bump node version from 16 to 18 #3452

Changed

  • Temporarily disabled metric-gardener on-the-fly execution #3542

Visualization release 1.124.1

18 Mar 16:21
Compare
Choose a tag to compare

Fixed 🐞

  • Fix metrics being reset on excluding / flattening buildings #3524

Visualization release 1.124.0

18 Mar 08:29
Compare
Choose a tag to compare

Added 🚀

  • Display diagram of color distribution #3511


    color-metric-diagram

  • Persist uploaded files and applied configuration accross page-reloads #3486
  • Height, color, edge and area metric can be selected via query parameters #3513

Chore 👨‍💻 👩‍💻

  • Bump node version from 16 to 18 #3452

Visualization release 1.123.0

26 Feb 10:06
Compare
Choose a tag to compare

Changed

  • CodeCharta Analysis and Visualization now have separate changelogs and releases #3499

Added 🚀

  • Highlight building on-click of file in explorer #3488

Fixed 🐞

  • Fix buildings inability to be completely red in delta mode #3439
  • Fix edge preview in visualization #3439
  • Fix edges start/end intersecting with building in delta mode #3439
  • Fix style issues in the node/file explorer of visualization #3439

Analysis release 1.122.1

26 Feb 09:10
Compare
Choose a tag to compare

Changed

  • CodeCharta Analysis and Visualization now have separate changelogs and releases #3499

Fixed 🐞

  • Fix metric-gardener-importer crashing on new metric-gardener-json-format #3496

1.122.0

16 Jan 15:54
Compare
Choose a tag to compare

Added 🚀

  • File explorer can be pinned while analyzing the code-map #3459
  • Validate input file during interactive parser configuration #3460

Changed

  • Multiple values for options need to be separated by comma #3434
  • Changed the short-form of the --no-issues flag in the SourceCodeParser from -i to -ni #3434
  • Clarify sonar user token question #3445
  • Changed the --user flag to --user-token in SonarImporter #3445
  • Changed the interactive dialog of modify to prompt user for single action to perform #3448
  • Selected buildings now keep their label until they are unselected #3465

Fixed 🐞

  • Fix saving the number of top-labels in custom configs #3461
  • Fix parsers crashing after printing output to stdout #3442
  • Fix removal of nodes with identical names in modify #3446
  • Fix the highlighting of very high risk metrics to highlight only matching files #3454

1.121.1

08 Dec 10:46
Compare
Choose a tag to compare

Fixed 🐞

  • Fix github-pages not showing documentation #3436

1.121.0

07 Dec 11:20
Compare
Choose a tag to compare

Added 🚀

  • Add logging of absolute file paths of output files #3414

Changed

  • Changed short form of parameter --file-extensions of RawTextParser from -f to -fe #3405
  • Update readme and gh-pages for RawTextParser #3405
  • Changed the --format flag for csv-output in SourceCodeParser from table to csv #3414

Fixed 🐞

  • Fix RawTextParser producing incorrect output when no (or multiple) file extensions were specified in interactive mode #3405
  • Fix handling of empty inputs for the --metrics, --exclude, --file-extensions flags in the RawTextParser #3415
  • Fix RawTextParser incorrectly setting max indentation level to a predefined value #3419
  • Fix the csv-exporter so that it exports multiple projects instead of just one when multiple projects are specified #3414
  • Fix file extensions of output files for merged projects #3421
  • Fix the ability for users to accidentally pass invalid metrics to the RawTextParser without it crashing #3424
  • Fix deselected buildings with green/red roof in delta mode do not reset their color roof #3426
  • Fix parser hang issue in interactive mode caused by unintentional "enter" input after the last question #3422

Chore ‍👨‍💻 👩‍💻

  • Upgraded to angular 16 #3408