]> source.dussan.org Git - sonarqube.git/commit
SONAR-12717 add WS api/workflows/search
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 28 Nov 2019 08:28:36 +0000 (09:28 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:24 +0000 (20:46 +0100)
commit8d12ef5dc10bad0fb34f85ce7ac2699001d9f563
treee62ab3a588d20d8fe0624c6f18aa517a2c89eb41
parentb9e5b79c297f4978be1f4dd60922e2496ec6b01a
SONAR-12717 add WS api/workflows/search

returns unresolved hotspots of a project, with components and rules details
server/sonar-webserver-webapi/src/main/java/org/sonar/server/hotspot/ws/HotspotsWs.java [new file with mode: 0644]
server/sonar-webserver-webapi/src/main/java/org/sonar/server/hotspot/ws/HotspotsWsAction.java [new file with mode: 0644]
server/sonar-webserver-webapi/src/main/java/org/sonar/server/hotspot/ws/HotspotsWsModule.java [new file with mode: 0644]
server/sonar-webserver-webapi/src/main/java/org/sonar/server/hotspot/ws/SearchAction.java [new file with mode: 0644]
server/sonar-webserver-webapi/src/main/java/org/sonar/server/hotspot/ws/package-info.java [new file with mode: 0644]
server/sonar-webserver-webapi/src/test/java/org/sonar/server/hotspot/ws/HotspotsWsModuleTest.java [new file with mode: 0644]
server/sonar-webserver-webapi/src/test/java/org/sonar/server/hotspot/ws/HotspotsWsTest.java [new file with mode: 0644]
server/sonar-webserver-webapi/src/test/java/org/sonar/server/hotspot/ws/SearchActionTest.java [new file with mode: 0644]
server/sonar-webserver/src/main/java/org/sonar/server/platform/platformlevel/PlatformLevel4.java
sonar-ws/src/main/protobuf/ws-hotspots.proto [new file with mode: 0644]