Questions tagged [sonarqube-web]

232 questions
0
votes
1 answer

Different Profiles For Test Module On SonarQube

We have a nice little SonarQube server that evaluates our Maven and Tycho projects. The problem here is that SonarQube uses the same high standards for the integration tests as for the rest of the code. Which is mostly correct, but it bothers me in…
Stefan S.
  • 3,950
  • 5
  • 25
  • 77
0
votes
2 answers

SonarQube Home page does not expose login functionality

Installed SonarQube 6.0 The Home page does not appear to have a place to log in. In addition to the header "Home" there is an informational box, "Welcome to SonarQube Dashboard" with several links that redirect me to SonarSource's website. …
T. Mooney
  • 21
  • 1
  • 2
0
votes
1 answer

Using Sonar Qube to flag "new" issues

I've just installed SonarQube and it's understandably found a lot of technical debt that we want to eventually fix. However at the moment, I want to make sure that any new code checked in is evaluated and issues flagged in that. I know I can mark…
Omar Kooheji
  • 54,530
  • 68
  • 182
  • 238
0
votes
1 answer

SonarQube webservice API for delta load?

I see that Sonarqube provides an Webservice API to get all issues and I will load this data in to a database for analysis. Then, I wish to have my reporting database in sync with the changes happening in the system. Do we have a Webservice API that…
Jaison
  • 715
  • 1
  • 10
  • 33
0
votes
0 answers

SonarQube Delete all project

Does any one know how to delete all project in SonarQube5.6 ? I login to admin and go to project manage page , It just delete only 50 and can show more only 50. Thank you.
404error
  • 11
  • 3
0
votes
0 answers

SonarQube doesn't display unit test coverage

I'm trying to get SonarQube to display unit test coverage generated by cobertura, however when I add unit test coverage widget to the home dashbord I get following error: I did add coberture plugin to SonarQube and configured reports file location…
0
votes
1 answer

Sonarqube incorrect report for duplicated code

I am a newbie to SonarQube and trying to use the tool for measuring my product quality. In some cases, I found that the duplicated lines is reported incorrectly by SonarQube . The number of lines of code is less than the duplicated lines. How can…
0
votes
1 answer

Maximum Size of string metric in sonarqube

Is there any limit on size of metric whose data type is string in sonarqube?
0
votes
1 answer

How to apply project template to existing projects in SonarQube

I have several existing projects in my SonarQube and I am trying to sort them to more permission groups that just one (which is current setup). However, when I create new project template even with very specific key, this template is applied to all…
Pavel Janicek
  • 14,128
  • 14
  • 53
  • 77
0
votes
1 answer

SonarQube 5.6: How to add issue comment in html text format using web service

SonarQube has webservice api to add comment api/issues/add_comment.This webservice api takes parameter as issue_id and text. I want to add html text not the plain text. whatever text, i am passing , it consider as normal text. How to pass…
0
votes
1 answer

What to show on the SonarQube Default dashboard?

I would like to show something across all projects in the Default dashboard, so everybody can see something make sense. Can someone give me some good examples?
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
0
votes
1 answer

Upload file from SonarQube dashboard

I am new to SonarQube and developing my own plugin. I am parsing an XML file in my plugin and I have hard coded it but now I want to upload that file from SonarQube dashboard. Is there any way to do this?
0
votes
2 answers

Menu is black and empty on new SonarQube 5.6 install

We do not get an issue if we install SQ5.6 on a client machine but on our Amazon servers when we fire up the server for the first time with defaults so we can install plugins, we get: Note the black, empty menu at the top of the screen. We get this…
playtime222
  • 99
  • 1
  • 8
0
votes
1 answer

Tracing a single Issue

Problem: I have selected few issues. Now, I want to trace an issue within the source code files starting from the moment it was first detected as an issue until it is repaid/resolved/removed/deleted/remaining in the latest repository. So, for each…
Narnia_Optimus
  • 326
  • 1
  • 16
0
votes
1 answer

How do I display metrics in a custom SonarQube Plugin?

I'm working on a Java SonarQube plugin, but am still new to the API and making plugins in general. I've downloaded the Example SonarQube Plugin (from https://github.com/SonarSource/sonar-examples) and have been playing around with it to try get the…
hopper19
  • 153
  • 1
  • 9