From ef4ed37bdfa1b2591a6d1b1df259384bf0270713 Mon Sep 17 00:00:00 2001 From: Jacek Poreda Date: Thu, 21 Nov 2024 11:24:55 +0100 Subject: SONAR-23619 Add 'isAiCodeSupported' flag to show and list endpoints of Quality Gates --- sonar-ws/src/main/protobuf/ws-qualitygates.proto | 2 ++ 1 file changed, 2 insertions(+) (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 e7de5d25138..3895e02c57d 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -128,6 +128,7 @@ message ShowWsResponse { required bool isDefault = 7; optional bool hasStandardConditions = 8; optional bool hasMQRConditions = 9; + optional bool isAiCodeSupported = 10; message Condition { required string id = 1; @@ -167,6 +168,7 @@ message ListWsResponse { optional string caycStatus = 6; optional bool hasStandardConditions = 7; optional bool hasMQRConditions = 8; + optional bool isAiCodeSupported = 9; } message RootActions { -- cgit v1.2.3