Skip to content

Releases: MaibornWolff/codecharta

1.109.0

12 Oct 11:57
Compare
Choose a tag to compare

Added 🚀

  • Add description and documentation to Custom View modal #3085
  • Add a new button that links the height metric to the color metric so that the colour metric is automatically set to
    the selected height metric #3058

    image

    image

Fixed 🐞

  • Fix interactive GitLogParser using wrong dialogue with repo-scan subcommand #3073
  • Fix CodeCharta Analysis container exiting when detached #3062
  • Fix CodeCharta Analysis container not coming with the sonar-scanner pre-installed #3062
  • Rerender immediately after marking a folder with a color #3067
  • Clicking the 'reset height metric settings' button resets the number of top labels to the dynamic default value #3066
  • Unfocus nodes when changing selected files, which prevents the app from crashing #3072

Chore 👨‍💻 👩‍💻

  • Update Docker Publish Action in Release Pipeline #3060
  • Write documentation for docker containers #3063
  • Migrate isAttributeSideBarVisible.service, threeScene.service, threeCamera.service and threeStats.service to Angular #3068
  • Migrate dialog.service to Angular #3070
  • Migrate FocusedNodePathService, LayoutAlgorithmService, ThreeOrbitControlsService and ThreeViewerService to Angular #3072
  • Migrate updateAttributeTypes.service to Angular #3082

1.108.1

29 Sep 08:45
Compare
Choose a tag to compare

[1.108.1] - 2022-09-29

Added 🚀

  • Add new Analysis docker container, together with a docker-compose file that contains analysis, visualization and a SonarQube instance #3057

Removed 🗑

  • remove outdated Crococosmo, Understand and Jasome Importer from Analysis including its documentation #3053

1.107.0

27 Sep 10:47
Compare
Choose a tag to compare

Added 🚀

  • Add subcommand to GitLogParser to run necessary git commands automatically #3041

Changed

  • Change default behaviour of GitLogParser to use new subcommands #3041
  • Set default value for displaying labels 1 per 100 buildings with a maximum of 10 labels #3046

Fixed 🐞

  • Uncheck the box when 'reset invert height' icon is clicked #3048
  • Update ReadMe and GitHub pages for MetricGardener #3045

Chore 👨‍💻 👩‍💻

  • Migrate codeMap.component to Angular with minor internal improvements #3049
  • Remove threeUpdateCycle.service #3050
  • Migrate metricData.service, edgeMetric.service, nodeMetricData.service and edgeMetricData.service to Angular #3051
  • Migrate threeRenderer.service to Angular #3052

1.106.1

20 Sep 12:26
Compare
Choose a tag to compare

Fixed 🐞

  • CC-JSON Files not loaded on Safari browser #3042
  • Show loading spinners while loading a file #2980
  • Prevent clicking on not opened metric options in ribbon bar #3029
  • Set cursor to pointer on color settings panel of delta mode #3029

Chore 👨‍💻 👩‍💻

  • Throttle rendering and migrate codeMap.preRender.service to Angular #2980

1.106.0

13 Sep 10:22
Compare
Choose a tag to compare

Added 🚀

  • Add option to CSVImporter to specify the path column name #3026

Changed

  • Stop asking the user to compress a file when printing to stdOut #3024

Fixed 🐞

  • Fix anongit script using the wrong whitespace, causing gitlogparser to fail #3030
  • Reshow suspicious metrics badge when calculated data has changed #2997

1.105.0

06 Sep 11:59
Compare
Choose a tag to compare

Added 🚀

  • Add an option to run MetricGardener before its parser if requested #3015
  • Add missing documentation for MetricGardener importer #3016

Changed

  • Increase the size of the close button to simplify closing the attribute sidebar #3014

Fixed 🐞

  • Fix console error when clicking switch button in delta mode #3023
  • Fix broken images to new document pages about how using SonarQube #3012

Chore 👨‍💻 👩‍💻

  • Migrate tool bar component to Angular #3020
  • Remove obsolete AngularJS IsPresentationModeService and ShowOnlyBuildingsWithEdgesService #3005

1.104.1

31 Aug 10:33
Compare
Choose a tag to compare

Fixed 🐞

  • Fix broken links to new document pages about how using SonarQube #3009

1.104.0

31 Aug 08:24
Compare
Choose a tag to compare

Added 🚀

  • Copy-to-Clipboard-Button to paste the top 10 files with highest metric values #2942, #2996

    image

    image

Fixed 🐞

  • Correct file types now get appended to the name of the output file when using the interactive ccsh #2914
  • Fix exit code handling and update integrationTest's golden_test.sh to cover all modules #2988
  • Fix missing color pickers within edge metric options #2993
  • Provides a list of metrics where no calculation could be performed in relation to a suspicion #2996

    missing_values_suspicious_metrics

Chore 👨‍💻 👩‍💻

  • Migrate view cube component and its service to Angular #2998

1.103.6

17 Aug 13:28
Compare
Choose a tag to compare

Fixed 🐞

  • Fix bug in CompressionStreamHandler's input stream validation, that caused endless blocking reads from System.In #2987

1.103.5

12 Aug 14:16
Compare
Choose a tag to compare

Changed

  • Update visualization readme file #2932

Fixed 🐞

  • Add permission to upload-assets action #2979, #2982

Chore 👨‍💻 👩‍💻

  • Migrate download button to Angular #2973