Questions tagged [sonarqube-web]
232 questions
0
votes
1 answer
Remove or reduce INFO Violations on Sonar Qube 5.3 on a particular project
I want to either completely remove or reduce the count for INFO Violations (not other violations) on a particular project only. What is the best way to achieve this in Sonar Qube 5.3?
Thank You in Advance

user2608424
- 183
- 2
- 10
0
votes
1 answer
Automated creation of new dashboards in SonarQube
Is there a way to automate/script creation of new dashboards in SonarQube, either via the webservice api or some other means?
I have a need to create dashboards per future releases (Dashboard for Release 1, Dashboard for Release 2 etc) where each…

Kevin Hooke
- 2,583
- 2
- 19
- 33
0
votes
1 answer
sonarqube - creating global widgets
This is similar to questions posted here - How to setup dashboard with all projects view/widget? & here - How to get all projects on a dashboard in multiple columns?
My question is how can we write custom widget that can access list of projects? The…

Rohan
- 665
- 9
- 17
0
votes
1 answer
Sonarqube Generic Coverage - Where are the results?
I have a project where I import my unit test results with the Generic Coverage Plugin. My code is written in Javascript.
Now my problem is: I have this widget that contains the percentage of my successful tests. I can see that in every test file.…

Jessica Weber
- 132
- 2
- 11
0
votes
1 answer
"'resource' is not recognized as an internal or external command" while POSTing using Web Service API in SonarQube 5.1.2
I am using SonarQube 5.1.2 on Windows 7 Professional. I am using Web Service API over cURL 7.32.0 (x86_64-pc-win32). I want to upload sonar.exclusions and few more such properties for a specific project using POST.
I use curl -u admin:admin -X POST…

Anantha
- 102
- 1
- 7
0
votes
1 answer
SonarQube, Use existing widget in my own global dashboard
I want to create my own global dashboard in a new SonarQube Plugin. So, I have created a new class in my java project that extend DashboardTemplate.
My problem is the following : I want to add to my dashboard an existing widget…

MickKOZA74
- 51
- 7
0
votes
1 answer
SonarQube TimeLine Widget Display one graphical curve
I try to use the SonarQube widget TimeLine. But when I want to display two different curves for two different metrics, the widget displays only the last Metric that I add in parameters.
The two images shows my problem :
My parameters configuration…

MickKOZA74
- 51
- 7
0
votes
1 answer
SonarQube 5.4 svn lines of commit
In SonarQube 5.4 is it possible to get the number of commits per user from the svn and who introduced the violation.

Thiru
- 1
0
votes
1 answer
How can I get test information with SonarQube API?
Now I'm trying to obtain test information with SonarQube API.
Concretely, I'd like to obtain information by using api/tests/list.(https://nemo.sonarqube.org/api_documentation/api/tests)
My request url…

hideshis
- 13
- 3
0
votes
0 answers
Access data structure from SonarQube widget
I'm building a SonarQube plugin which gives some stats about a few ETL scripts, I've followed this tutorial: https://deors.wordpress.com/2014/04/01/sonarqube-plugins-2/ and the plugin is already working; however, I've one important problem with it:…

user1510494
- 95
- 7
0
votes
1 answer
Retrieve quality profiles for a given project in SonarQube
How to get the project's applied profiles (quality profiles) using the web service api (which URL and parameters ?)
I use SonarQube 5.2.

Erik Gollot
- 19
- 5
0
votes
1 answer
Sonar update to 5.4 cannot display project list
Upgraded SonarQube to 5.4 with an oracle 12c database back end. Upgrade went exactly as the steps in the documentation outlines and with no errors.
http://docs.sonarqube.org/display/SONAR/Upgrading
On the project list screen I get the following…
0
votes
1 answer
Crash on accessing permission templates (SonarQube 5.3)
I'm running a SonarQube 5.3.1 instance, and I get a NullReferenceException when accessing the Permission Templates page:
2016.03.21 16:27:34 ERROR web[o.s.s.w.WebServiceEngine] Fail to process request…

2v0mjdrl
- 582
- 4
- 19
0
votes
1 answer
SonarQube Integration with IBM Websphere commerce
I need to integrate SonarQube with IBM Websphere Commerce.
How can it be done? I have googled and read multiple articles and blogs but there is no clear guideline to follow, If anyone here has experience of SonarQube integration with IBM WCS, please…

Just_another_developer
- 5,737
- 12
- 50
- 83
0
votes
1 answer
Error - while encrypting the jdbc password in sonarqube 4.3.3
I followed the below link (http://docs.sonarqube.org/display/SONAR/Settings+Encryption ) and try to encrypt the sonar jdbc password and I set the password and key path in maven project as below…

sangeetha kannan
- 125
- 1
- 11