Absent

I have a SonarQube 6.1. When I click on the project entry from the project dashboard of the main panels, I get to the project’s home page, which says that the “quality gate has passed” and where some problems are listed (“Errors”, “Vulnerabilities”, “Code smells” and “Duplication) .

On the left side, near the top, under the project name, there is a “home” icon, and on the right - “Emits”, “Measures”, “Code” and “Administration”.

When I tried to get into the project toolbar - similar to the main control panel, but specific to the project - I found this page http://docs.sonarqube.org/display/SONARQUBE56/Project+Dashboards . This partially displays the project home page, which is very different from the home pages of my project projects. Instead of “Issa”, “Measures”, “Code” and “Administration”, as in my case, it has “Technical Debt”, “Coverage”, etc., as well as “Personal Panels”. I guess I should look for a project toolbar. But this menu item is simply missing (along with others) from what SonarQube shows me!

What can I do?

+6
source share
2 answers

Here is some background information on why:

Therefore, my recommendation is mainly to stay with your current version 5.x or upgrade to 6.0, but not outside, and then wait until mid-2017 and see what new cross-project management features come then.

+4
source

Project panels fell in SonarQube 6.1. And the global dashboard is likely to be removed in the next version of SonarQube. https://jira.sonarsource.com/browse/SONAR-7915

If you want to use the project toolbars, you can use the versions of SonarQube 5.6.x or 6.0

+3
source

Source: https://habr.com/ru/post/1011573/


All Articles