From 900f99653d2e5cc0679fd6cb246e9f912195823d Mon Sep 17 00:00:00 2001 From: Léo Geoffroy Date: Fri, 25 Oct 2024 09:46:34 +0200 Subject: Add new fields hasStandardConditions and hasMQRConditions in qualitgates/list endpoint and checks --- sonar-ws/src/main/protobuf/ws-qualitygates.proto | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index 69af5d6a15d..8a6e1b43ce1 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -49,11 +49,11 @@ message ProjectStatusResponse { optional string actualValue = 7; } - message NewCodePeriod { - optional string mode = 1; - optional string date = 2; - optional string parameter = 3; - } + message NewCodePeriod { + optional string mode = 1; + optional string date = 2; + optional string parameter = 3; + } enum Status { OK = 1; @@ -163,6 +163,8 @@ message ListWsResponse { optional bool isBuiltIn = 4; optional Actions actions = 5; optional string caycStatus = 6; + optional bool hasStandardConditions = 7; + optional bool hasMQRConditions = 8; } message RootActions { -- cgit v1.2.3