Skip to content

Releases: cnescatlab/sonar-cnes-report

cnesreport 3.3.0a for SonarQube

15 Feb 10:07
c14d955
Compare
Choose a tag to compare
Pre-release

Changelog (2020-12-22)

Full changelog

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

  • Report is now only available server side: Fix #137.
  • Improvement of issues' policies and templates: Fix #90.
  • It is now possible to use plugin mode on sonar running on port different than 9000: Fix #148.
  • An infinite number of projects is now displayed on the cnes-report page: Fix #171.

cnesreport 3.2.2 for SonarQube

10 Mar 19:05
25dc7fb
Compare
Choose a tag to compare

This release fixes version 3.2.
Full release notes are available here :

Fixed issues

  • Fix compatibility issues with Java 8

cnesreport 3.2.1 for SonarQube

09 Mar 17:35
7abf07a
Compare
Choose a tag to compare

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

07 Mar 21:55
a81f4fc
Compare
Choose a tag to compare

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

03 Sep 07:39
bf4f883
Compare
Choose a tag to compare

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

23 Aug 12:26
86ef340
Compare
Choose a tag to compare

Fixed issues

  • Fix #76
  • Update supported versions
  • Add SECURITY_HOTSPOT in docx counts

cnesreport 3.0.0 for SonarQube

21 Aug 07:18
c81c134
Compare
Choose a tag to compare

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 with try-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

05 Jun 12:01
9439bbd
Compare
Choose a tag to compare

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

08 Mar 18:15
Compare
Choose a tag to compare

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

23 Oct 07:39
a488822
Compare
Choose a tag to compare

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