Releases: cnescatlab/sonar-cnes-report
cnesreport 3.3.0a for SonarQube
Changelog (2020-12-22)
Implemented enhancements:
Fixed issues
- Fix export error: Fix #142.
- Deprecated classloader removed: Fix #92 & Fix #136.
- Changed default tab for xlsx template: Fix #134.
- Support now "&" in quality profile names: Fix #146.
- Plugin is now working for non-admin users: Fix #165 & Fix #145.
- Fix security hotspots display: Fix #170.
- Fix error when using fileseparators on project names: Fix #174.
- Fix nonProxyHosts env vairable: Fix #177.
- Fix exception for input String "AboveAverage.cs": Fix #86.
- SonarCloud will not support Java 8 anymore: Fix #182.
Proposed changes
cnesreport 3.2.2 for SonarQube
This release fixes version 3.2.
Full release notes are available here :
- version 3.2.0 : https://github.com/lequal/sonar-cnes-report/releases/tag/3.2.0
- version 3.2.1 : https://github.com/lequal/sonar-cnes-report/releases/tag/3.2.1
Fixed issues
- Fix compatibility issues with Java 8
cnesreport 3.2.1 for SonarQube
This release fixes version 3.2.
Full release notes are available here : https://github.com/lequal/sonar-cnes-report/releases/tag/3.2.0
Fixed issues
- Fix issues with slash in branch name & project key
cnesreport 3.2.0 for SonarQube
Fixed issues
- Duplicate paragraph removed in documentation
- Fix issues with Travis CI build
- Fix various issues with the generated Word report
- Correctly return -1 on missing argmuent error
Changes
- Compatibility with SonarQube 8 (8.0, 8.1 & 8.2)
- Ability to export reports from a specific project branch
- Web UI now in ReactJS
- Drop support of SonarQube compatibility before 7.9 LTS
cnesreport 3.1.0 for SonarQube
Fixed issues
- Files are deleted from temp directory after usage (plugin mode)
- NullPointerException in LanguageProvider is fixed
- Fixed issue with CSV export
Changes
- Display an error when project is not provided and tell user to provide it with -p argument
- Add more information about plugin in README file
- New tests
cnesreport 3.0.1 for SonarQube
Fixed issues
- Fix #76
- Update supported versions
- Add SECURITY_HOTSPOT in docx counts
cnesreport 3.0.0 for SonarQube
Sonar CNES Report
We are pleased to announce the release of SonarQube CNES Report version 3.0.0
This new version add full compatibility with SonarQube 7.9LTS and some improvements.
SonarQube Compability
- Tested and released for SonarQube 7.9 LTS
- Tested and released for SonarQube 6.7 LTS
- Tested on SonarQube 6.6+ and 7.x
Bugfixes
- Fix: error in metrics stats (docx report) when some file can't provide metrics.
- Fix: bad practice in file opening (raised by sonar), replace
open
withtry-with-ressources
. - Fix: Blocker Issues (SonarCloud)
- Fix: Build fails on pull requests
Enhancement
- #65 - cnes-report is now working with SonarQube 7 as plugin.
- #68 - deprecated api calls are removed.
- #72 - return a clean error when token is invalid
- #73 - zip result is named with project name
Known Issues
- None
cnesreport 2.2.0 application for SonarQube
Sonar CNES Report
We are pleased to announce the release of SonarQube CNES Report version 2.2.0.
This tool enable SonarQube's users to export the results of an analysis as OpenXML files.
See lists below for features added and bugs fixed in this release.
SonarQube Compability
- Tested and released for SonarQube 7.1
- Tested and released for SonarQube 7.0
- Tested and released for SonarQube 6.7 LTS
Bugfixes
- None
Enhancement
- Exporting Sonar metrics #30
- Add export feature for CSV and Markdown #59
- Produce a SonarQube plugin from the tool #62
- The JAR file can be both used as standalone or as a SonarQube plugin
Known Issues
- None
cnesreport 2.1.0 application for SonarQube
Sonar CNES Report
We are pleased to announce the release of SonarQube CNES Report version 2.1.0.
This tool enable SonarQube's users to export the results of an analysis as OpenXML files.
See lists below for features added and bugs fixed in this release.
SonarQube Compability
- Tested and released for SonarQube 7.1
- Tested and released for SonarQube 7.0
- Tested and released for SonarQube 6.7 LTS
- Tested and released for SonarQube 5.6 LTS
Bugfixes
- CNES report still contains french vocabs in docx report #44
- [BUG] Inconherent severity level between SonarQube Analysis and report #45
Enhancement
- cnesreport does NOT work in corporate proxy network and lacks detailed error message #40
- Add logging and proxy information in README #42
- Update libraries version #43
- Does not support trailing slash in server's URL #46
- Check command line arguments validity/reliability #49
Known Issues
- None
cnesreport 2.0.0 application for SonarQube
Sonar CNES Report
We are pleased to announce the release of SonarQube CNES Report version 2.0.0.
This plugin enable SonarQube's users to export the results of an analysis as OpenXML files.
See lists below for features added and bugs fixed in this release.
SonarQube Compability
- Tested and released for SonarQube 7.1
- Tested and released for SonarQube 7.0
- Tested and released for SonarQube 6.7 LTS
- Tested and released for SonarQube 5.6 LTS
Bugfixes
- Fix compatibility with older versions: #21
New Features
- Default templates are included in the jar: #27
- Support SonarCloud: #25
- Support SonarQube 7 and older version at the same time: #18 #20
- New command line interface : #26
- Add comments for exported issues : #15
Enhancement
- No more
@author
tag in source code: #28 - Add integration tests for multi version testing with Docker: #23
- Rename jar to cnesreport.jar: #22
- Add compatibility matrix and enhance README: #24
Known Issues
- None