Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
68 additions
and 54 deletions.
- +29 −14 pom.xml
- +1 −2 src/main/resources/index.jelly
- +6 −6 src/main/resources/messages.properties
- +12 −12 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/config.properties
- +2 −2 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-issueComment.html
- +1 −1 ...n/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-issuesNotification.html
- +1 −1 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-issuesScore.html
- +1 −1 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-newIssuesOnly.html
- +1 −1 ...resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-noIssuesNotification.html
- +1 −1 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-noIssuesScore.html
- +1 −1 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-path.html
- +1 −1 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-severity.html
- +1 −1 src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-sonarURL.html
- +4 −4 src/test/java/org/jenkinsci/plugins/sonargerrit/data/converter/CustomIssueFormatterTest.java
- +6 −6 src/test/java/org/jenkinsci/plugins/sonargerrit/data/converter/CustomReportFormatterTest.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,7 +1,6 @@ | ||
<!-- | ||
This view is used to render the installed plugins page. | ||
--> | ||
<div> | ||
This plugin allows to submit issues from <a href="http://www.sonarqube.org/">SonarQube</a> to <a href="https://www.gerritcodereview.com">Gerrit</a> as comments directly. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,3 @@ | ||
<div> | ||
Score to be posted to Gerrit in case when there are SonarQube violations found | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,4 +1,4 @@ | ||
<div> | ||
Check if you want only <b>new</b> SonarQube issues to be commented in Gerrit. | ||
If you want modified files to be commented with <b>all</b> corresponding issues leave this control unchecked. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,3 @@ | ||
<div> | ||
Score to be posted to Gerrit in case when there are no SonarQube violations found | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,3 @@ | ||
<div> | ||
Location of SonarQube report file on your Jenkins server. By default Jenkins uses "target/sonar/sonar-report.json" | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,3 @@ | ||
<div> | ||
Minimum level of SonarQube severity to be reported to Gerrit. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,3 @@ | ||
<div> | ||
URL of SonarQube instance that is used for analysis. It is used to provide a link to a SonarQube rule in Gerrit comments. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters