How to look like Sonar Online Dashboard? - sonarqube

I see a big difference in the look & feel between the online dashboard (https://sonarqube.com/projects or https://sonarqube.com/governance?id=MASTER_PROJECT) and the one that we see by default on our local installation of sonar (v5.6.3).
I'm wondering about whether the online look & feel can in someway be easily applied to a local installation. It's just a matter of css/js or behind we have also a completely different HTML structure?
Any information about this will be much appreciated.

I think I've found the answer to my question. The nice-looking online demo is based on an Enterprise Grade deployment of sonar with the governance plugin.
https://www.sonarsource.com/why-us/products/plugins/governance.html
https://www.sonarsource.com/solutions/deployments/enterprise-grade/

Can't you update your install to the latest version? There have been UI changes in both version 6.0 and 6.1
http://www.sonarqube.org/sonarqube-6-0-in-screenshots/
http://www.sonarqube.org/sonarqube-6-1-in-screenshots/

Related

images 404'ing in sonarqube review feedback

Getting broken images for all images in SonarQube analysis (in GitHub). Clicking on any of them shows they 404 out.
Maybe there's something we should do in our GitHub account? Or something SonarQube should do?
Looks like they renamed the Github project from SonarCommunity to SonarSource https://github.com/SonarSource
https://raw.githubusercontent.com/SonarCommunity/sonar-github/master/images/severity-major.png
https://raw.githubusercontent.com/SonarSource/sonar-github/master/images/severity-major.png
I think you (we 😉 ) probably need to update our version of the plugin
https://github.com/SonarSource/sonar-github/pull/32

SonarQube Plugin Development in Issue View

Dear SonarQube Community,
I have a general question regarding is it possible to write a plugin that will extend the Issue View? See screenshot and its red marks.
I looked at the API for Plugin Development and didn´t find a part where I can do that.
I want to develop for SonarQube 6.x
Thank you!
Felix
There is no ability to extend this part of the UI.

Sonar Issue - Version update

Sonar is an open platform to manage code quality. I have the admin access to perform the updates. Recently I tried performing a version update from 3.7.3 to 4.1.1.Unfortunately 4.1.1 is only compatible with IE9 or above. Hence I back out the changes as in our organization IE8 is the internet browser. Now 3.7.3 is not working as it is showing as database is pointing to a latest version.MySQL is used to hold the sonar data. I am completely stuck with the issue. Sonar is a very important tool for us as this can only take a code coverage metrics for the source code.
May I request you to look in to this issue and provide some help. I cannot move forward without your help.
Anticipating your help and support.
The only way to get back to a normal state is to start over from a 3.7.3 database backup.

Sonar - reporting on most actively edited files?

I'd like to create a report in Sonar for the most actively edited files. I've looked around but can't find a plugin to do this. Any suggestions would be appreciated.
If relevant, my team uses AccuRev for SCM, and Sonar v2.14
Thanks in advance
Unfortunately, there's currently no plugin that meets your need (at least none that I'm aware of).
I could have suggested you to develop your own plugin based on the metrics generated by the SCM Activity Plugin, but Accurev is not supported so you would have to start from scratch :-/

Getting TeamCity to work with ClearCase

I'm trying to set up TeamCity (latest version -- 6.0.3) to play nicely with a ClearCase view.
I've found several resources online, some on this site, but mostly outdated.
I am not sure whether configuring TeamCity with ClearCase is possible.
Few questions i have:
Should I be using a Dynamic View or Snapshot view?
Any special configurations needed to be done?
Is there any tutorial on how to set this up?
All my efforts so far have not succeeded, receiving all sorts of errors...
Please help me in setting this up.
BTW: if there is another FREE alternative for TeamCity that will integrate well with ClearCase, it is also a valid option.
The only setup I saw working with ClearCase and TeamCity is by using the TCC (TeamCity ClearCase plugin) developed by my colleague Gilles Philippart:
TCC GitHub repo: as illustrated by this recent commit, it is based on a snapshot view.
I don't have many details on the setup, but it works well with a TeamCity6.x.

Resources