]> 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 11:06:35 +0000 (12:06 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 9 Feb 2015 11:06:35 +0000 (12:06 +0100)
commitb002e39acb5f5bd62955a8b6eef097a79c31a6b6
treecc6c4bdaa73cebaf7a97c649651e7a00dd02468a
parent743109aff44971c366e31fb1bc0443b416c18083
SONAR-6162 Return template rule key in /batch/projects WS
server/sonar-server/src/main/java/org/sonar/server/batch/ProjectReferentialsLoader.java
server/sonar-server/src/test/java/org/sonar/server/batch/ProjectReferentialsLoaderMediumTest.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/ProjectReferentialsTest.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/fs/FileSystemMediumTest.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