]> source.dussan.org Git - sonarqube.git/commit
SONAR-5477 Return global settings in /batch/global WS
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 22 Jul 2014 16:51:50 +0000 (18:51 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 23 Jul 2014 06:35:05 +0000 (08:35 +0200)
commitbdd27251c8f15e7f59cd8701dc53efd57cb4f9f4
treec248d7ebb85279472f4df121eb0833b10f55e3a2
parente7e4d9f3fea348a80388f7cfd9fedfb48b9c799c
SONAR-5477 Return global settings in /batch/global WS
server/sonar-server/src/main/java/org/sonar/server/batch/GlobalReferentialsAction.java
server/sonar-server/src/test/java/org/sonar/server/batch/BatchWsTest.java
server/sonar-server/src/test/java/org/sonar/server/batch/GlobalReferentialsActionTest.java
server/sonar-server/src/test/resources/org/sonar/server/batch/GlobalReferentialsActionTest/return_global_settings.json [new file with mode: 0644]
server/sonar-server/src/test/resources/org/sonar/server/batch/GlobalReferentialsActionTest/return_no_secured_settings_without_scan_and_preview_permission.json [new file with mode: 0644]
server/sonar-server/src/test/resources/org/sonar/server/batch/GlobalReferentialsActionTest/return_only_license_settings_without_scan_but_with_preview_permission.json [new file with mode: 0644]
sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/input/GlobalReferentials.java
sonar-batch-protocol/src/test/java/org/sonar/batch/protocol/input/GlobalReferentialsTest.java