codecharta-analysis
Advanced tools
Comparing version 1.17.0 to 1.18.0
@@ -13,3 +13,3 @@ { | ||
"name": "codecharta-analysis", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"description": "MaibornWolff CodeCharta Analysis Tools", | ||
@@ -16,0 +16,0 @@ "scripts": { |
@@ -16,2 +16,35 @@ # Change Log | ||
## [1.18.0] - 2018-10-29 | ||
### Added | ||
- Integration with Jasome through JasomeImporter #245 | ||
- URL parameter 'mode' with the values Single, Multiple or Delta | ||
- Blacklist to persist excluded or hidden nodes #205 | ||
- Option to exclude nodes in nodeContextMenu #205 | ||
- BlacklistPanel in SettingsSidebar to manage blacklist #205 | ||
- Save-Button to download current CodeMap #205 | ||
### Changed | ||
- No longer fat jar of every subcomponent of analysis, baked into ccsh | ||
- Changed simple syserr write to logger call for analysis #243 | ||
### Removed | ||
- URL parameter 'delta' does not exist anymore | ||
### Fixed | ||
- Show delta of CodeMap when URL parameter mode=delta is set | ||
## [1.17.0] - 2018-09-28 | ||
### Added | ||
### Changed | ||
- Invert delta colors moved from color to heigh metric column in ribbon bar #220 | ||
- Delta value now as kindOfMap shown #220 | ||
- Aggreate maps as multiple rename #220 | ||
### Removed | ||
### Fixed | ||
- Single/delta buttons now correctly activated when delta in ulr shown #220 | ||
## [1.17.0] - 2018-09-21 | ||
@@ -18,0 +51,0 @@ ### Added |
@@ -18,10 +18,11 @@ # CodeCharta analysis | ||
| --- | --- | | ||
| CodeMaat CSV | [CodeMaatImporter](import/CodeMaatImporter/README.md) | | ||
| Crococosmo | [CrococosmoImporter](import/CrococosmoImporter/README.md) | | ||
| generic CSV | [CSVImporter](import/CSVImporter/README.md) | | ||
| Source Code | [SourceCodeParser](import/SourceCodeParser/README.md) | | ||
| SourceMonitor CSV | [SourceMonitorImporter](import/CSVImporter/README.md) | | ||
| Jasome | [JasomeImporter](import/JasomeImporter/README.md) | | ||
| SCITools' Understand CSV | [UnderstandImporter](import/UnderstandImporter/README.md) | | ||
| SCM log | [SCMLogParser](import/SCMLogParser/README.md) | | ||
| SonarQube | [SonarImporter](import/SonarImporter/README.md) | | ||
| CodeMaat CSV | [CodeMaatImporter](import/CodeMaatImporter/README.md) | | ||
| Source Code | [SourceCodeParser](import/SourceCodeParser/README.md) | | ||
| SourceMonitor CSV | [SourceMonitorImporter](import/CSVImporter/README.md) | | ||
@@ -28,0 +29,0 @@ ### Filter |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29610359
10