From a2b6fa49b42c0c0063b88c1c5bed56093c46b070 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 23 May 2017 13:55:45 +0200 Subject: SONAR-9245 Return leak period in api/components/search_projects --- sonar-ws/src/main/protobuf/ws-components.proto | 1 + 1 file changed, 1 insertion(+) (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 3159ed3ba95..58b02d9687c 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -117,6 +117,7 @@ message Component { optional string analysisDate = 13; optional Tags tags = 14; optional string visibility = 15; + optional string leakPeriodDate = 16; message Tags { repeated string tags = 1; -- cgit v1.2.3