From f4c2e0eb9afe66f5e71e9f1447f059dd15b143ff Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Wed, 26 Jul 2017 17:48:32 +0200 Subject: SONAR-9584 Add root project key to response of api/components/search --- sonar-ws/src/main/protobuf/ws-components.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto index 58b02d9687c..4a7fe369ced 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -118,6 +118,8 @@ message Component { optional Tags tags = 14; optional string visibility = 15; optional string leakPeriodDate = 16; + // Root project key + optional string projectKey = 17; message Tags { repeated string tags = 1; -- cgit v1.2.3