cnescatlab / sonar-cnes-report

Generates analysis reports from SonarQube web API.
GNU General Public License v3.0
425 stars 150 forks source link

Label translation fails #363

Closed kaefferlein closed 2 months ago

kaefferlein commented 12 months ago

Describe the bug

When using Sonarqube helm chart of the version 10.1.0 https://github.com/SonarSource/helm-chart-sonarqube/releases/tag/sonarqube-10.1.0-sonarqube-dce-10.1.0 some labels are not displayed correctly with the version 4.1.2 of this plugin.

To reproduce

Steps to reproduce the behavior.

  1. Go to a project and check the overview page
  2. See error where e.g. Coverage is displayed as overview.measurement_type.COVERAGE

Expected behavior

Translation should work and correct values are displayed (not their keys).

Screenshots & log

image
Topin2001 commented 2 months ago

Since you're using sonarqube v10 and we are still supporting only sonarqube v9.9 LTS, this behavior is not unexpected. In order to fix this I can only advise you to use sonarqube 9.9 LTS. Otherwise, feel free to open a merge request with a fix, since I'm starting to look into the update for sonarqube 10, help is welcome