We are currently having sonarqube 6.4 installed and planning to upgrade any LTS version opensource version above it.Can anyone please let know what is the LTS version which is opensource after 6.4 ?
And can anyone please provide details of usage of Timeline plugin and its usage as we are trying to analyze historical analysis of previous reports for all code smells etc, but we couldn’t find usage of Timeline sonar plugin any where.
SonarSource Commercial Editions
With 6.7 LTS, Commercial Editions are available directly via the SonarQube Marketplace. Download the Community Edition first, and then enable your Edition in the admin settings (using your license key).
means before Sonarqube version 7 there is only the community edition for download.
I have upgraded my environment from 6.4 to 6.7.5 community edition, but I still don’t see Dashboards in sonarqube menubar. Can you please let know if I need to add any plugins for seeing historical analysis of reports for last 3 years of a project. I have a couple of questions regarding it.
1.) As timeline plugin is deprecated and as I could not get it available for sonarqube 6.4, I upgraded my environment to sonarqube 6.7.5(LTS) community edition but still I don’t see Dashboards in menu bar inbuilt?
2.) Is there any plugin available for sonarqube 6.7.5 community edition to see the historical analysis of reports in graphical format ?
Regarding the Timeline plugin, it provides (provided) a Dashboard widget, but dashboards were removed in 6.2 IIRC, and so it is totally obsolete and incompatible with current versions of SonarQube. Instead, just go to your project’s Activity page, where any user can construct ad-hoc graphs of the measures of her choice.
We currently have sonarqube(6.4), Is there any option to get history of all snapshots of a project for last 1 year to check vulnerabilities,code smells progress over past years with out using any plugin ? In project Activity page I see visualizations specific to a project for a specific snapshot alone.
The plugin documentation at page footer in sonarqube 6.4 has no information regarding plugins required for this historical analysis of Snapshots of a particular project.Could you please provide any url which has details such as
1.How to create a Dashboard
2.) How to add widgets and How to see historical analysis of Snapshots.
We are using Community edition and we could not find Dashboard displayed in menubar as well.
So you’re not going to be able to create a dashboard.
You said the single-project Activity graph was insufficient for your needs, so I directed you to the Web Services API link in your SonarQube footer. What I left implicit - and should not have - is that if the UI doesn’t meet your needs, then you’ll have to craft your own representations using data retrieved via the web services.
Thanks Ann for providing details about Web services API link at footer. Can you please share any documents available for usage/configuration of Webservices API in sonarqube for generating historical report of snapshots.