codecharta-analysis
Advanced tools
Comparing version 1.20.1 to 1.21.0
@@ -13,3 +13,3 @@ { | ||
"name": "codecharta-analysis", | ||
"version": "1.20.1", | ||
"version": "1.21.0", | ||
"description": "MaibornWolff CodeCharta Analysis Tools", | ||
@@ -16,0 +16,0 @@ "scripts": { |
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
@@ -16,3 +17,48 @@ | ||
## [1.21.0] - 2019-02-16 | ||
### Added | ||
- Color searched node names green in TreeView #225 | ||
- Add option buttons (three dots) in TreeViewSearch to `Hide` or `Exclude` matching nodes #298 | ||
- Show blacklist entry counter in blacklistPanel header #298 | ||
- Option checkbox 'Hide Flattened Buildings' #225 | ||
- Hide/Flatten non-searched buildings #225 | ||
- Hide/Flatten all buildings, if searchPattern can't find any matching nodes #225 | ||
- Show maxValue of each metric in metricChooser select list #204 | ||
- Colored color-slider inside the RibbonBar #318 | ||
- Option to color positive buildings white #311 | ||
- Clicking the ribbonBar section-titles toggles the ribbonBar #324 | ||
- View-Cube displayed in top right corner #274 | ||
- Adding prettier formatter | ||
- Adapt colorRange when changing colorMetric #330 | ||
### Changed | ||
- Update TreeView filter with search field #225 | ||
- Use 'gitignore' style matching in TreeViewSearch #225 | ||
- Reorder `Focus`, `Hide` and `Exclude` buttons in nodeContextMenu #298 | ||
- Reorder sidebarPanels (BlacklistPanel beneath TreeViewSearchPanel) #298 | ||
- Use `fa-ban`-icon as symbols for blacklistPanel (instead of `fa-list`) #298 | ||
- Use `fa-ban`-icon as symbols for blacklistType `Exclude` (instead of `fa-times`) #298 | ||
- Label size keeps readable for large maps or a high distance between camera and map #237 | ||
- updated dependencies to fix vulnerabilities | ||
- Scenarios only update settings which exist in Scenario and not all #224 | ||
- MergeFilter to merge unique blacklist entries #275 | ||
- MergeFilter to only merge unique attributeType entries #275 | ||
### Removed | ||
- Remove invertHeight checkbox in delta-view #306 | ||
- Remove option to add blacklist entries from inside the blacklistPanel #298 | ||
- Remove statistic functions in Experimental panel #308 | ||
### Fixed | ||
- CodeMap does not move anymore when navigating in text-fields #307 | ||
- Merge blacklist in multipleFile view and convert paths #275 | ||
- Show logo in NW.js standalone application #233 | ||
## [1.20.1] - 2018-12-19 | ||
### Added | ||
@@ -27,20 +73,28 @@ | ||
## [1.20.0] - 2018-12-19 | ||
### Added | ||
- button to unfocus node | ||
- NodeContextMenu: Option to only hide dependent edges | ||
- plop support | ||
- button to unfocus node | ||
- NodeContextMenu: Option to only hide dependent edges | ||
- plop support | ||
### Changed | ||
- Renaming 'isolate node' to 'focus node' | ||
- Focusing a node does not remove the blacklist items of type 'hide' | ||
- Renaming 'isolate node' to 'focus node' | ||
- Focusing a node does not remove the blacklist items of type Hide | ||
### Removed | ||
- NodeContextMenu: Option to 'show all' nodes, which used to unhide all nodes | ||
- NodeContextMenu: Option to 'show all' nodes, which used to unhide all nodes | ||
### Fixed | ||
- Reshow hidden nodes from Treeview or Blacklist | ||
- Reshow hidden nodes from Treeview or Blacklist | ||
## [1.19.0] - 2018-11-02 | ||
### Added | ||
- Deleted files in delta view use their previous area value in order to be visible #254 | ||
- Deleted files in delta view use their previous area value in order to be visible #254 | ||
### Changed | ||
@@ -51,7 +105,9 @@ | ||
### Fixed | ||
- Buildings in the delta view are not colored correctly #253 | ||
- Reset Button in RibbonBar to reset 'Invert Colors' #255 | ||
- Remove lag of 'Invert Color' checkboxes, when selecting single/delta mode #255 | ||
- Buildings in the delta view are not colored correctly #253 | ||
- Reset Button in RibbonBar to reset 'Invert Colors' #255 | ||
- Remove lag of 'Invert Color' checkboxes, when selecting single/delta mode #255 | ||
## [1.18.1] - 2018-10-31 | ||
### Added | ||
@@ -66,44 +122,54 @@ | ||
## [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 | ||
- Publishing visualization on Docker Hub #252 | ||
- 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 | ||
- Publishing visualization on Docker Hub #252 | ||
### Changed | ||
- No longer fat jar of every subcomponent of analysis, baked into ccsh | ||
- Changed simple syserr write to logger call for analysis #243 | ||
- 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 | ||
- URL parameter 'delta' does not exist anymore | ||
### Fixed | ||
- Show delta of CodeMap when URL parameter mode=delta is set | ||
- 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 | ||
- 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 | ||
- Single/delta buttons now correctly activated when delta in ulr shown #220 | ||
## [1.17.0] - 2018-09-21 | ||
### Added | ||
- CodeMaatImport for temporal coupling dependencies #172 | ||
- EdgeFilter to aggregate edge-attributes as node-attributes #222 | ||
- Option to show and hide dependent edges from node-context-menu #218 | ||
- CodeMaatImport for temporal coupling dependencies #172 | ||
- EdgeFilter to aggregate edge-attributes as node-attributes #222 | ||
- Option to show and hide dependent edges from node-context-menu #218 | ||
### Changed | ||
- MergeFilter merges edges #172 | ||
- MergeFilter merges edges #172 | ||
### Removed | ||
@@ -114,2 +180,3 @@ | ||
## [1.16.2] - 2018-09-10 | ||
### Added | ||
@@ -122,7 +189,11 @@ | ||
### Fixed | ||
- missing event in firefox #232 | ||
- missing event in firefox #232 | ||
## [1.16.1] - 2018-08-31 | ||
### Added | ||
- gitlab + dotnet manual | ||
- gitlab + dotnet manual | ||
### Changed | ||
@@ -135,4 +206,7 @@ | ||
## [1.16.0] - 2018-08-31 | ||
### Added | ||
- add the option to add multiple files via url parameter (e.g. ?file=a&file=b...) | ||
- add the option to add multiple files via url parameter (e.g. ?file=a&file=b...) | ||
### Changed | ||
@@ -145,2 +219,3 @@ | ||
## [1.15.1] - 2018-08-13 | ||
### Added | ||
@@ -155,23 +230,28 @@ | ||
## [1.15.0] - 2018-08-13 | ||
### Added | ||
- e2e tests are running in CI Environment (headless) | ||
- pupeteer as e2e test framework | ||
- Show names of marked packages in legend | ||
- Added a source code importer that can analyse rloc,mcc for java source code | ||
- keep settings when the user changes a file | ||
- Added option to set white background | ||
- e2e tests are running in CI Environment (headless) | ||
- pupeteer as e2e test framework | ||
- Show names of marked packages in legend | ||
- Added a source code importer that can analyse rloc,mcc for java source code | ||
- keep settings when the user changes a file | ||
- Added option to set white background | ||
### Changed | ||
### Removed | ||
- cypress | ||
- cypress | ||
### Fixed | ||
## [1.14.2] - 2018-07-16 | ||
### Added | ||
### Changed | ||
- Changed folder detail metrics from mean to sum | ||
- Changed folder detail metrics from mean to sum | ||
### Removed | ||
@@ -182,2 +262,3 @@ | ||
## [1.14.1] - 2018-07-13 | ||
### Added | ||
@@ -192,51 +273,61 @@ | ||
## [1.14.0] - 2018-07-13 | ||
### Added | ||
- Added UnderstandImporter to Analysis | ||
- Packages can be highlighted in different colors #152 | ||
- Adding a context menu with highlighting colors and convenience methods for the tree view and 3D view #155 | ||
- Folders and files to highlight can be described in the cc.json #165 | ||
- Dynamic/automatic margin computing de/activated by tick | ||
- Added UnderstandImporter to Analysis | ||
- Packages can be highlighted in different colors #152 | ||
- Adding a context menu with highlighting colors and convenience methods for the tree view and 3D view #155 | ||
- Folders and files to highlight can be described in the cc.json #165 | ||
- Dynamic/automatic margin computing de/activated by tick | ||
### Changed | ||
- Details panel: using the sum of the childrens metrics instead of the mean value | ||
- Details panel: using the sum of the childrens metrics instead of the mean value | ||
### Removed | ||
### Fixed | ||
- Display buttons do not trigger map changes #185 | ||
- Flickering surfaces when zooming out | ||
- Display buttons do not trigger map changes #185 | ||
- Flickering surfaces when zooming out | ||
## [1.13.0] - 2018-06-08 | ||
### Added | ||
- Layout switcher #141 | ||
- Added CrococosmoImporter to Analysis | ||
- Added type, dirs, name to CSVExporter | ||
- Invert height of building checkbox | ||
- Aggregate multiple maps in visualization #110 | ||
- Auto Focus selected map part | ||
- Timmer added to applySettings in SettingsService | ||
- Layout switcher #141 | ||
- Added CrococosmoImporter to Analysis | ||
- Added type, dirs, name to CSVExporter | ||
- Invert height of building checkbox | ||
- Aggregate multiple maps in visualization #110 | ||
- Auto Focus selected map part | ||
- Timmer added to applySettings in SettingsService | ||
### Changed | ||
- Crococosmo xml files will now generate a cc.json file for each version | ||
- Suppressing ARIA warnings | ||
- Simplified gradle structure of analysis part | ||
- Deltas added in the metric quick access panel #138 | ||
- Ticks and ResetValue Buttons call to onSettingsChange to avoid applySettings timer | ||
- compacting empty middle packages #150 | ||
- Detail panel minimized by default | ||
- Crococosmo xml files will now generate a cc.json file for each version | ||
- Suppressing ARIA warnings | ||
- Simplified gradle structure of analysis part | ||
- Deltas added in the metric quick access panel #138 | ||
- Ticks and ResetValue Buttons call to onSettingsChange to avoid applySettings timer | ||
- compacting empty middle packages #150 | ||
- Detail panel minimized by default | ||
### Removed | ||
### Fixed | ||
- filter by regex shows parent nodes #116 | ||
- typo in scss file | ||
- filter by regex shows parent nodes #116 | ||
- typo in scss file | ||
## [1.12.0] - 2018-04-27 | ||
### Added | ||
- horizontal quick access metric chooser | ||
- Link behind filepath in detailPanel #84 | ||
- Double click event-handler on Buildings #84 | ||
- Detail Panel can be minimized and maximized | ||
- Settings option to minimize Detail Panel | ||
- cypress as an e2e test runner | ||
- horizontal quick access metric chooser | ||
- Link behind filepath in detailPanel #84 | ||
- Double click event-handler on Buildings #84 | ||
- Detail Panel can be minimized and maximized | ||
- Settings option to minimize Detail Panel | ||
- cypress as an e2e test runner | ||
@@ -246,8 +337,10 @@ ### Changed | ||
### Removed | ||
- metric details from legend | ||
- metric chooser from settings panel | ||
- metric details from legend | ||
- metric chooser from settings panel | ||
### Fixed | ||
## [1.11.2] - 2018-04-13 | ||
### Added | ||
@@ -260,5 +353,7 @@ | ||
### Fixed | ||
- a sonar importer bug which prevented the importer to fetch the last page #122 | ||
- a sonar importer bug which prevented the importer to fetch the last page #122 | ||
## [1.11.1] - 2018-04-11 | ||
### Added | ||
@@ -273,45 +368,54 @@ | ||
## [1.11.0] - 2018-04-11 | ||
### Added | ||
- SASS support | ||
- simple regex filter | ||
- Reset Button | ||
- Dialog Service replaces console log calls and window.alert calls | ||
- linking tree view and map hover | ||
- auto fit scene button | ||
- anugularJS material | ||
- Scenarios are now filtered by compatibility for the given map | ||
- Link in visualization #84 | ||
- SASS support | ||
- simple regex filter | ||
- Reset Button | ||
- Dialog Service replaces console log calls and window.alert calls | ||
- linking tree view and map hover | ||
- auto fit scene button | ||
- anugularJS material | ||
- Scenarios are now filtered by compatibility for the given map | ||
- Link in visualization #84 | ||
### Changed | ||
### Removed | ||
- materialize-css | ||
- grunt | ||
- materialize-css | ||
- grunt | ||
### Fixed | ||
- less flickering and artifacts | ||
- less flickering and artifacts | ||
## [1.10.0] - 2018-03-22 | ||
### Added | ||
### Changed | ||
- Clean up UI #86 | ||
- Updated analysis dependencies | ||
- Clean up UI #86 | ||
- Updated analysis dependencies | ||
### Removed | ||
### Fixed | ||
- Delta View shows Deltas of itself as non-trivial if nodes have same name #89: Compare deltas by path not name | ||
- Delta calculation performance boost #91 | ||
- Problems when intermediate nodes missed metrics #92 | ||
- removed unnecessary calculations | ||
- removed bug in SonarImporter that slowed up performance and missed out multiple metrics | ||
- minor bugs | ||
- Delta View shows Deltas of itself as non-trivial if nodes have same name #89: Compare deltas by path not name | ||
- Delta calculation performance boost #91 | ||
- Problems when intermediate nodes missed metrics #92 | ||
- removed unnecessary calculations | ||
- removed bug in SonarImporter that slowed up performance and missed out multiple metrics | ||
- minor bugs | ||
## [1.9.3] - 2018-02-23 | ||
### Added | ||
### Changed | ||
- sorting treeview by folders and names | ||
- sorting treeview by folders and names | ||
### Removed | ||
@@ -322,10 +426,13 @@ | ||
## [1.9.2] - 2018-02-20 | ||
### Added | ||
- added preliminary CSVExporter for visualisation data | ||
- added preliminary CSVExporter for visualisation data | ||
### Changed | ||
- padding rendering | ||
- minimal building height is 1 to prevent clipping issues | ||
- fallback values for visualization when no metric is available (area = 1, height = 1, color = grey). Data in data structure will not be changed. | ||
- padding rendering | ||
- minimal building height is 1 to prevent clipping issues | ||
- fallback values for visualization when no metric is available (area = 1, height = 1, color = grey). Data in data structure will not be changed. | ||
### Removed | ||
@@ -336,2 +443,3 @@ | ||
## [1.9.1] - 2018-02-20 | ||
### Added | ||
@@ -344,10 +452,13 @@ | ||
### Fixed | ||
- detail panel bug fix | ||
- detail panel bug fix | ||
## [1.9.0] - 2018-02-20 | ||
### Added | ||
### Changed | ||
- moved to unscoped npm packages | ||
- moved to unscoped npm packages | ||
### Removed | ||
@@ -358,7 +469,9 @@ | ||
## [1.8.2] - 2018-02-20 | ||
### Added | ||
### Changed | ||
- detail panel background is white now. better visibility | ||
- detail panel background is white now. better visibility | ||
### Removed | ||
@@ -369,7 +482,9 @@ | ||
## [1.8.1] - 2018-02-20 | ||
### Added | ||
### Changed | ||
- revision chooser moved to settings panel and uses now understandable dropdowns instead of links. Part of the #82 proposals | ||
- revision chooser moved to settings panel and uses now understandable dropdowns instead of links. Part of the #82 proposals | ||
### Removed | ||
@@ -380,23 +495,28 @@ | ||
## [1.8.0] - 2018-02-20 | ||
### Added | ||
- Experimental dependency support | ||
- loading indicator | ||
- file path to detail panel | ||
- collapsible tree view and visibility/isolation per node toggles | ||
- Experimental dependency support | ||
- loading indicator | ||
- file path to detail panel | ||
- collapsible tree view and visibility/isolation per node toggles | ||
### Changed | ||
- added a ray-aabb intersection test before precise testing. Less time is spent in intersection methods. | ||
- added a ray-aabb intersection test before precise testing. Less time is spent in intersection methods. | ||
### Removed | ||
### Fixed | ||
- fixed a minor bug | ||
- canvas mouse event listener are now limited to the canvas dom element. UI events will not trigger the canvas listeners anymore | ||
- canvas mouse events distinguish now between click and drag. Dragging does not reset selection anymore | ||
- slider input #64 | ||
- rz slider initialization bug | ||
- increasing test coverage | ||
- deltas where calculated on map loading even though, they were disabled | ||
- fixed a minor bug | ||
- canvas mouse event listener are now limited to the canvas dom element. UI events will not trigger the canvas listeners anymore | ||
- canvas mouse events distinguish now between click and drag. Dragging does not reset selection anymore | ||
- slider input #64 | ||
- rz slider initialization bug | ||
- increasing test coverage | ||
- deltas where calculated on map loading even though, they were disabled | ||
## [1.7.2] - 2018-02-02 | ||
### Added | ||
@@ -409,6 +529,8 @@ | ||
### Fixed | ||
- url to homepage | ||
- analysis package | ||
- url to homepage | ||
- analysis package | ||
## [1.7.1] - 2018-02-02 | ||
### Added | ||
@@ -423,17 +545,21 @@ | ||
## [1.7.0] - 2018-02-02 | ||
### Added | ||
### Changed | ||
- npm pachage scoped to @maibornwolff | ||
- Defined further scenarios via json file | ||
- Added description for metrics and scenarios | ||
- using fixed point values in detail panel (ui) to truncate infinite or long decimals | ||
- folders now use the mean attributes of their buildings(leaves) | ||
- npm pachage scoped to @maibornwolff | ||
- Defined further scenarios via json file | ||
- Added description for metrics and scenarios | ||
- using fixed point values in detail panel (ui) to truncate infinite or long decimals | ||
- folders now use the mean attributes of their buildings(leaves) | ||
### Removed | ||
### Fixed | ||
- Bugfix: detail panel should be cleared before setting new details else old values may survive | ||
- Bugfix: detail panel should be cleared before setting new details else old values may survive | ||
## [1.6.7] - 2018-02-01 | ||
### Added | ||
@@ -448,16 +574,21 @@ | ||
## [1.6.6] - 2018-02-01 | ||
### Added | ||
- added anonymous git log generator anongit | ||
- browser demo shows codecharta-visualization sonar analysis | ||
- added anonymous git log generator anongit | ||
- browser demo shows codecharta-visualization sonar analysis | ||
### Changed | ||
- rewrote command line interface | ||
- linking ccsh to bin/ccsh will be deleted later | ||
- rewrote command line interface | ||
- linking ccsh to bin/ccsh will be deleted later | ||
### Removed | ||
### Fixed | ||
- No underscore for scenarios in tooltips #71 | ||
- No underscore for scenarios in tooltips #71 | ||
## [1.6.5] - 2018-01-30 | ||
### Added | ||
@@ -472,2 +603,3 @@ | ||
## [1.6.4] - 2018-01-30 | ||
### Added | ||
@@ -480,9 +612,12 @@ | ||
### Fixed | ||
- fixed broken SonarImporter due to jdk9 migration | ||
- fixed broken SonarImporter due to jdk9 migration | ||
## [1.6.3] - 2018-01-26 | ||
### Added | ||
- added npm publish for analysis | ||
- simple release script for automatic changelog updates, commits, tags, version bumps | ||
- added npm publish for analysis | ||
- simple release script for automatic changelog updates, commits, tags, version bumps | ||
### Changed | ||
@@ -495,47 +630,56 @@ | ||
## [1.6.2] - 2018-01-25 | ||
### Added | ||
- added support for git log --raw and git log --numstat --raw | ||
- added support for git log --numstat and codechurn | ||
- added support for renames in SCMLogParser for git log --name-status | ||
- added support for renames in SCMLogParser for git log --numstat, git log --raw and git log --numstat --raw | ||
- added new SCM experimental metrics range_of_weeks_with_commits and successive_weeks_of_commits | ||
- the file origin of a node is displayed in the details now | ||
- sonarqube analysis on CI build | ||
- npm publish support in visualization | ||
- added support for git log --raw and git log --numstat --raw | ||
- added support for git log --numstat and codechurn | ||
- added support for renames in SCMLogParser for git log --name-status | ||
- added support for renames in SCMLogParser for git log --numstat, git log --raw and git log --numstat --raw | ||
- added new SCM experimental metrics range_of_weeks_with_commits and successive_weeks_of_commits | ||
- the file origin of a node is displayed in the details now | ||
- sonarqube analysis on CI build | ||
- npm publish support in visualization | ||
### Changed | ||
- Deltas are no longer experimental | ||
- two selected delta maps now merge their nodes correctly. The map where | ||
a node was missing get's a copy of this node with metrics=0. | ||
File additions/deletions are therefore only visible when areaMetric is | ||
unary and deltas are activated. | ||
- Deltas are no longer experimental | ||
- two selected delta maps now merge their nodes correctly. The map where | ||
a node was missing get's a copy of this node with metrics=0. | ||
File additions/deletions are therefore only visible when areaMetric is | ||
unary and deltas are activated. | ||
### Removed | ||
### Fixed | ||
- delta display bug for heights | ||
- going back from delta view now correctly removes deltas from node data | ||
- Delta shown although not in delta mode #60 | ||
- Allow inversion of delta colors #57 | ||
- npm binary error | ||
- delta display bug for heights | ||
- going back from delta view now correctly removes deltas from node data | ||
- Delta shown although not in delta mode #60 | ||
- Allow inversion of delta colors #57 | ||
- npm binary error | ||
## [1.5.2] - 2018-01-04 | ||
### Added | ||
### Changed | ||
- scaling slider now has steps of 0.1. This allows the user to select precise values like 2.0 | ||
- updated jdk to jdk9 | ||
- scaling slider now has steps of 0.1. This allows the user to select precise values like 2.0 | ||
- updated jdk to jdk9 | ||
### Removed | ||
### Fixed | ||
- Opening the same file a second time does not work #53 | ||
- added missing require declaration | ||
- added glsl loader in testing environment | ||
- Native Application support is bugged while building in Travis CI #48 | ||
- Opening the same file a second time does not work #53 | ||
- added missing require declaration | ||
- added glsl loader in testing environment | ||
- Native Application support is bugged while building in Travis CI #48 | ||
## [1.5.1] - 2017-11-14 | ||
### Added | ||
- command line parameter to toggle "authors" attribute in SCMLogParser | ||
- command line parameter to toggle "authors" attribute in SCMLogParser | ||
### Changed | ||
@@ -546,31 +690,40 @@ | ||
### Fixed | ||
- when passing a file through the "file" parameter in the URL, the map now renders correctly | ||
- when passing a file through the "file" parameter in the URL, the map now renders correctly | ||
## [1.5.0] - 2017-10-24 | ||
### Added | ||
- experimental delta functionality | ||
- loading multiple maps | ||
- experimental margin slider | ||
- experimental delta functionality | ||
- loading multiple maps | ||
- experimental margin slider | ||
### Changed | ||
- faster rendering | ||
- faster rendering | ||
### Removed | ||
- nwjs packages and native apps due to a bug | ||
- nwjs packages and native apps due to a bug | ||
### Fixed | ||
- using color metric instead of height metric for color range slider ceil | ||
- using color metric instead of height metric for color range slider ceil | ||
## [1.4.0] - 2017-09-14 | ||
### Added | ||
- Typescript support | ||
- Browsersync | ||
- added advanced merging strategy "leaf" in MergeFilter | ||
- advanced merging with restructuring | ||
- Typescript support | ||
- Browsersync | ||
- added advanced merging strategy "leaf" in MergeFilter | ||
- advanced merging with restructuring | ||
### Changed | ||
- Browserify replaced with Webpack | ||
- Better debugging | ||
- Karma instead of Mocha | ||
- Browserify replaced with Webpack | ||
- Better debugging | ||
- Karma instead of Mocha | ||
### Removed | ||
@@ -581,22 +734,28 @@ | ||
## [1.3.2] - 2017-08-18 | ||
### Added | ||
- add slider controls for color thresholds #19 | ||
- Added additional structuring in SonarImporter for multi-module projects | ||
- button to generate current url parameters | ||
- camera position is now a setting (e.g. in scenarios or url parameters) | ||
- margin slider: make it easier to find out to which package/folder a class belongs #20 | ||
- add slider controls for color thresholds #19 | ||
- Added additional structuring in SonarImporter for multi-module projects | ||
- button to generate current url parameters | ||
- camera position is now a setting (e.g. in scenarios or url parameters) | ||
- margin slider: make it easier to find out to which package/folder a class belongs #20 | ||
### Changed | ||
- better url parameter resolution (nested parameters are handled correctly) | ||
- changed hover color. Allows better distinction between hover and select | ||
- better url parameter resolution (nested parameters are handled correctly) | ||
- changed hover color. Allows better distinction between hover and select | ||
### Removed | ||
- obsolete helper grid | ||
- obsolete helper grid | ||
### Fixed | ||
- changing display or color settings resets scaling #18 | ||
- scenario description #32 | ||
- Scaling should not scale the labels #35 | ||
- changing display or color settings resets scaling #18 | ||
- scenario description #32 | ||
- Scaling should not scale the labels #35 | ||
## [1.3.1] - 2017-07-05 | ||
### Added | ||
@@ -609,25 +768,32 @@ | ||
### Fixed | ||
- Prevented override of URL-parameters by default scenario | ||
- Prevented override of URL-parameters by default scenario | ||
## [1.3.0] - 2017-07-05 | ||
### Added | ||
- Adding simple merge functionality for multiple json files | ||
- Added CSVImporter | ||
- Added Translation for SonarQube metrics | ||
- Added descriptions for metrics | ||
- Adding simple merge functionality for multiple json files | ||
- Added CSVImporter | ||
- Added Translation for SonarQube metrics | ||
- Added descriptions for metrics | ||
### Changed | ||
- Changed uppercase metrics, e.g. RLOC, to lowercase metrics | ||
- Changed uppercase metrics, e.g. RLOC, to lowercase metrics | ||
### Removed | ||
### Fixed | ||
- Simple cc.json does not display anything #17 | ||
- Simple cc.json does not display anything #17 | ||
## [1.2.0] - 2017-06-19 | ||
### Added | ||
- Adding Labels and UI | ||
- Support for links to source page of SonarQube in sonarimporter | ||
- Added SCMLogParser | ||
- Adding Labels and UI | ||
- Support for links to source page of SonarQube in sonarimporter | ||
- Added SCMLogParser | ||
### Changed | ||
@@ -638,42 +804,58 @@ | ||
### Fixed | ||
- GitHub Issue: legend is wrong #21 | ||
- GitHub Issue: legend is wrong #21 | ||
## [1.1.5] - 2017-05-31 | ||
### Fixed | ||
- Wrong version numbers in analysis part | ||
- Wrong version numbers in analysis part | ||
## [1.1.4] - 2017-05-26 | ||
### Added | ||
- Scenarios and default scenario | ||
- Translation API for Metrics | ||
- Metric tooltips in dropdown | ||
- Scenarios and default scenario | ||
- Translation API for Metrics | ||
- Metric tooltips in dropdown | ||
### Fixed | ||
- GitHub Issue: Sonarimporter crashes with null pointer exception when there is a component without path. #13 | ||
- GitHub Issue: Sonarimporter crashes with null pointer exception when there is a component without path. #13 | ||
## [1.1.3] - 2017-05-01 | ||
### Added | ||
- Support for SonarQube Measures-API | ||
- Error logging for sonarqube errors | ||
- Support for SonarQube Measures-API | ||
- Error logging for sonarqube errors | ||
### Changed | ||
- Standard Sonar metric is now complexity,ncloc,functions,duplicated_lines,classes,blocker_violations,generated_lines,bugs,commented_out_code_lines,lines,violations,comment_lines,duplicated_blocks | ||
- Standard Sonar metric is now complexity,ncloc,functions,duplicated_lines,classes,blocker_violations,generated_lines,bugs,commented_out_code_lines,lines,violations,comment_lines,duplicated_blocks | ||
## [1.1.2] - 2017-04-28 | ||
### Added | ||
- Translation API for Metrics | ||
- Translation API for Metrics | ||
## [1.1.1] - 2017-04-07 | ||
### Fixed | ||
- GitHub Issue: Flickering surfaces #3 | ||
- GitHub Issue: Unable to install due to readlink error on macOS #4 | ||
- GitHub Issue: Flickering surfaces #3 | ||
- GitHub Issue: Unable to install due to readlink error on macOS #4 | ||
## [1.1.0] - 2017-03-27 | ||
### Added | ||
- SourceMonitorImporter for importing projects from SourceMonitor. | ||
- SourceMonitorImporter for importing projects from SourceMonitor. | ||
## [1.0.0] - 2017-03-17 | ||
### Added | ||
- SonarImporter for importing projects from SonarQube. | ||
- ValidationTool for validating an existing json file. | ||
- SonarImporter for importing projects from SonarQube. | ||
- ValidationTool for validating an existing json file. |
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
29925816