]> source.dussan.org Git - sonarqube.git/commit
SONAR-6162 Return template rule key in /batch/projects WS
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 9 Feb 2015 10:41:55 +0000 (11:41 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 9 Feb 2015 10:56:57 +0000 (11:56 +0100)
commit5053107fc465f952e63d42308ee621023db855e8
tree7277d69ba4b52d1618cb5305067a674c64596af2
parent0ea7c0cedcadefe53e5ea7aab1e66592c0cb9279
SONAR-6162 Return template rule key in /batch/projects WS
server/sonar-server/src/main/java/org/sonar/server/batch/ProjectRepositoryLoader.java
server/sonar-server/src/test/java/org/sonar/server/batch/ProjectRepositoryLoaderMediumTest.java
server/sonar-server/src/test/java/org/sonar/server/rule/RuleTesting.java
sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/input/ActiveRule.java
sonar-batch-protocol/src/test/java/org/sonar/batch/protocol/input/ProjectRepositoriesTest.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/issues/IssuesMediumTest.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/issues/IssuesOnDirMediumTest.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/preview/ReportsMediumTest.java