sonarqube

Why does SonarQube not show results, although the analysis succeeded?

丶灬走出姿态 提交于 2020-01-11 12:28:06
问题 I use sonar-runner to analyse my project and the analysis succeeds: 14:30:34.813 INFO - Analysis reports sent to server in 160ms 14:30:34.813 INFO - ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/AMLServerProj 14:30:34.813 INFO - Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report. 14:30:34.814 DEBUG - Post-jobs : 14:30:34.815 DEBUG - Release semaphore on project : org.sonar.api.resources.Project

Email Notification unpredicted behaviour in sonarqube

大兔子大兔子 提交于 2020-01-11 10:45:31
问题 This is about sonarqube 5.1 version I have issue assign plugin and also subscribed to the emails in my profile page. I've done some erroneous SVN commits deliberately to check the email notification settings but it doesn't seem to work correctly. I receive emails sometimes but other times it doesn't work like that. I know this is not a constructive enough question but I'm really stucked here after trying all the scenarios and going through the documentation. Any insight would be highly

Email Notification unpredicted behaviour in sonarqube

余生长醉 提交于 2020-01-11 10:45:08
问题 This is about sonarqube 5.1 version I have issue assign plugin and also subscribed to the emails in my profile page. I've done some erroneous SVN commits deliberately to check the email notification settings but it doesn't seem to work correctly. I receive emails sometimes but other times it doesn't work like that. I know this is not a constructive enough question but I'm really stucked here after trying all the scenarios and going through the documentation. Any insight would be highly

JaCoCo - SonarQube - No information about coverage per test

风格不统一 提交于 2020-01-10 20:24:05
问题 I'm using JaCoCo for Code Coverage. The Unit Test reports are created with junit and they are imported correctly, so that the unit test information is shown properly. The problem is, that I get the error message: No information about coverage per test. and the code coverage is shows the value 0% for unit tests, integration tests and overall coverage. I checked all required information in the sonar-project.properties like binary, src, tests etc. I'm using: - SonarQube 4.5.1 - SonarRunner 2.4 -

deleting a project; not in bulk deletion or ghost listings

妖精的绣舞 提交于 2020-01-07 09:03:06
问题 I'm running into an issue where sonar analysis is failing where one of the modules (a framework) of an existing project'X' is already defined in SonarQube but not as a module of project X, please delete it from SonarQube and then relaunch the analysis of project X. In SQ, the framework module that is creating the error can be found in the listing of Project Permissions, however it is not listed on the Project Deletion page, nor is it listed as a ghost project. Any suggestions for deleting

deleting a project; not in bulk deletion or ghost listings

对着背影说爱祢 提交于 2020-01-07 09:02:24
问题 I'm running into an issue where sonar analysis is failing where one of the modules (a framework) of an existing project'X' is already defined in SonarQube but not as a module of project X, please delete it from SonarQube and then relaunch the analysis of project X. In SQ, the framework module that is creating the error can be found in the listing of Project Permissions, however it is not listed on the Project Deletion page, nor is it listed as a ghost project. Any suggestions for deleting

deleting a project; not in bulk deletion or ghost listings

十年热恋 提交于 2020-01-07 09:02:06
问题 I'm running into an issue where sonar analysis is failing where one of the modules (a framework) of an existing project'X' is already defined in SonarQube but not as a module of project X, please delete it from SonarQube and then relaunch the analysis of project X. In SQ, the framework module that is creating the error can be found in the listing of Project Permissions, however it is not listed on the Project Deletion page, nor is it listed as a ghost project. Any suggestions for deleting

Integrating SonarQube into TFS 2013 : Failed to locate the code coverage command line tool

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-07 06:56:30
问题 I am trying to integrate SonarQube with TFS 2013 and trying to build a solution using Visual Studio 2013. I have followed everything from the documentation provided by the SonarQube. https://github.com/SonarSource/sonar-.net-documentation/releases/download/1.1.0/SonarQube-Setup-Guide-For-Net-Users-V-1-1-0.pdf This is the log I am getting. Overall Build Process 00:18 Overall build process 00:00 Update build number 00:18 Run on agent (reserved build agent Default Agent - cvm-511) 00:00

How to subscribe new user to notifications?

限于喜欢 提交于 2020-01-07 05:36:29
问题 I have set up SonarQube 5.2 installation, and I want to enable notifications for new users by default. What I mean is these checkboxes in user profile. I couldn't find an answer in the documentation, the available plugins, the Internet, if anybody had a similar question. What I have found so far is user properties in the SQ database: sonar=# select * from properties where user_id=6; id | prop_key | resource_id | text_value | user_id ----+-------------------------------------------------------

Duplicate key error post SonarQube 5.3 upgrade

北城以北 提交于 2020-01-07 05:00:29
问题 We have recently upgraded to Sonar 5.3 from 4.4.1 and seen duplicate key issue with one of our projects. I checked the collation and found database server and database to be case insensitive and column to be case sensitive. Should we change collation on the database to "Latin1_General_CS_AS" ? Changing the collation on the server is bit difficult but we can try with database. SELECT SERVERPROPERTY('COLLATION') Output: Latin1_General_CI_AS SELECT DATABASEPROPERTYEX('<SonarDatabaseName>',