Questions tagged [sonarqube-web]

232 questions
2
votes
0 answers

Pending task in SonarQube & Stability config for Sonar

Our sonarqube server had 10+ pending tasks. I canceled one and now we can make tasks in the process. How can I know they are pending now, and how to confirm when to cancel them? Because we want to manage sonar's tasks by Web API, not manually. I…
2
votes
0 answers

condition coverage not shown as covered / uncovered in sonarqube for C++

I am using bullseye to generate coverage reports and then the sonar cxx community plugin to import coverage data into SonarQube. SonarQube does not show which of the condition is covered/uncovered by my test cases when drilling down to source…
2
votes
1 answer

SonarQube 6.5 - Not able to configure the SQL Server Database

I installed the latest version of SonarQube 6.5 and have been able to get the SonarQube server up and running. I have my SQL Server database named ‘Sonar’ created with a user named ‘SonarUser’ and have given it admin rights. I have changed the…
Sammy
  • 798
  • 2
  • 8
  • 23
2
votes
2 answers

SonarQube server is running but not reachable and saying 404 not found

I am running windows 10 and installed virtual box to use ubuntu with the help of vagrant, so finally i have ubuntu 14.04 running with vagrant on windows I have installed SonarQube by following here so sonar cube was installed in ubuntu at…
2
votes
1 answer

Sonar-qube project details disclosed dispite of Login credentials

I am able to see project details on Sonarqube UI screen in spite of my login credentials. Is there any settings I need to change so that I can see all this details only after I login. [![enter image description here][1]][1]
asur
  • 1,759
  • 7
  • 38
  • 81
2
votes
0 answers

Sonarqube upgrade 5.6 to 6.1, test coverage measue is missing

I just upgraded my sonar installation from 5.6 to 6.1. Before the database had test coverage for java projects and the measures associated. If I go to a project the page of the project only shows Bugs&vulnerabilites, code smells and…
Aart
  • 23
  • 4
2
votes
1 answer

Sonarqube scm author doesn't auto assign and display garbled when scm account was Chinese

SonarQube Version: 5.6 LTS Plugin: sonar-scm-svn-plugin-1.3 When Author is Chinese, it can't be auto-assigned, and the Chinese characters are shown as "_" in the source viewer. How to fix this problem?
elmo
  • 61
  • 5
2
votes
1 answer

sonarqube 6.0 and motion chart plugin

Since I updated sonarqube to version 6.0, I can't get motionchart plugin to work ... All I get is a blank widget and a red top band with a [hide] button. Besides, I have found errors like this in the server log: 2016.08.26 14:23:19 ERROR web[rails]…
palevi
  • 111
  • 5
2
votes
1 answer

SonarQube: calculate code coverage for delta only

Is it possible in SonarQube to calculate code coverage for a delta only? For instance: a project had 1000 lines yesterday and its unit test coverage results are already in SonarQube. A new commit was pushed today with an extra 100 lines of code and…
MisterStrickland
  • 947
  • 1
  • 15
  • 35
2
votes
2 answers

Export Sonar Rules with Description to excel

I am trying to find a way to get a list of all Sonarqube rules from a particualar Profile complete with Descriptions and export it as an Excel, csv or xml. I am able to export a list to xml and convert to excel using the Permalinks option under…
2
votes
1 answer

what is the difference bewteen sonar.global.exclusions and sonar.global.test.exclusions

I got asked today to explain the difference between sonar.global.exclusions and sonar.global.test.exclusions tags. According to the documentation found at http://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus the difference should…
P. Jetzer
  • 23
  • 5
2
votes
1 answer

How to know if a project implemented mutation testing in SonarQube, programatically?

I am working on adding plug-ins to my company's SonarQube dashboard. They wanted me to put 2 labels on the dash board, The Total number of projects that have mutation testing and The projects that need Mutation testing. I am using SonarQube Java…
2
votes
1 answer

SonarQube API Issue search is only returning 100 results

Utilizing SonarQube 5.1, I have been attempting to utilize the API search feature to gather all of the issues pertaining to my current project to display on a radiator. On the Web interface, SonarQube indicates there are 71 major issues and 161…
2
votes
1 answer

Findbugs and FindSecBugs in Sonar

I wanted to have an extensive static analysis of our code so chose FindBugs as the Sonar profile. However I also want to have a good security analysis too for which I can see there's a profile called Findbugs security Audit in SonarQube. Is there a…
2
votes
1 answer

new_coverage metric not working for "since prev analysis" on sonar 5.3

My question is continuation of the question posted here on New code coverage metrics not returning values from SonarQube 5.3 API We recently rolled out Sonar 5.3 to take advantage of new_coverage and other new metrics. However after some days worth…
Rohan
  • 665
  • 9
  • 17
1 2
3
15 16