aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-10-25 16:04:56 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-10-25 16:04:56 +0200
commit1609c61c56b527f9a2f73e1419aa5a57d9a6a06d (patch)
tree10d98e5241d4d3594ac422ea03e358c73fe7b89b /sonar-ws
parent5f0f8f48729b4091048416f5c043d0076318f26b (diff)
downloadsonarqube-1609c61c56b527f9a2f73e1419aa5a57d9a6a06d.tar.gz
sonarqube-1609c61c56b527f9a2f73e1419aa5a57d9a6a06d.zip
SONAR-8120 Remove components list from api/measures/search
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-measures.proto7
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-measures.proto b/sonar-ws/src/main/protobuf/ws-measures.proto
index 16cd35a3d42..f53b81a9a10 100644
--- a/sonar-ws/src/main/protobuf/ws-measures.proto
+++ b/sonar-ws/src/main/protobuf/ws-measures.proto
@@ -45,13 +45,6 @@ message ComponentWsResponse {
// WS api/measures/search
message SearchWsResponse {
repeated Measure measures = 1;
- repeated Component components = 2;
-
- message Component {
- optional string id = 1;
- optional string key = 2;
- optional string name = 3;
- }
}
message Component {