]> 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:33:49 +0000 (12:33 +0100)
commitb49f4a0e2dc098099f2172e24a48768a983f96f5
tree1691ee77bfb8cc247e940c57351cddb45a46442f
parent1a967d04eae33998087b7ee09068c9fb05a8696a
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/issues/IssuesMediumTest.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/issues/IssuesOnDirMediumTest.java