aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main
diff options
context:
space:
mode:
authorJacek Poreda <jacek.poreda@sonarsource.com>2023-11-17 15:18:49 +0100
committersonartech <sonartech@sonarsource.com>2023-11-28 20:02:42 +0000
commit87614500bffae2fc84f619b07808f56eeae58c9d (patch)
tree12a3e9b515f64fbf5e58255acb830c96c0208e87 /sonar-ws/src/main
parent982713f8d4749a7c9fa867e772e532069da2b186 (diff)
downloadsonarqube-87614500bffae2fc84f619b07808f56eeae58c9d.tar.gz
sonarqube-87614500bffae2fc84f619b07808f56eeae58c9d.zip
SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner Engine
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r--sonar-ws/src/main/protobuf/ws-rules.proto14
1 files changed, 7 insertions, 7 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto
index 06d090623d3..56f6280388e 100644
--- a/sonar-ws/src/main/protobuf/ws-rules.proto
+++ b/sonar-ws/src/main/protobuf/ws-rules.proto
@@ -29,14 +29,14 @@ option optimize_for = SPEED;
// WS api/rules/list for internal use only
message ListResponse {
- message Rule {
- optional string repository = 1;
- optional string key = 2;
- optional string internal_key = 3;
- optional string name = 4;
- }
-
repeated Rule rules = 1;
+
+ optional Actives actives = 2;
+
+ optional QProfiles qProfiles = 3;
+
+ optional sonarqube.ws.commons.Paging paging = 4;
+
}
// WS api/rules/search