diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-04-18 10:58:02 +0200 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-04-20 09:48:52 +0200 |
commit | 027e5416b7556ccd3bccce80f91b93b5d1812f0a (patch) | |
tree | e7ae3c1e41211a13efeaa344e734c5e0d186e567 /sonar-ws | |
parent | af7327e59b88d1a7738b28bad169941fdb2845f6 (diff) | |
download | sonarqube-027e5416b7556ccd3bccce80f91b93b5d1812f0a.tar.gz sonarqube-027e5416b7556ccd3bccce80f91b93b5d1812f0a.zip |
SONAR-9079 score favorite components higher in suggestions
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-components.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto index 0387c061bb4..5b0e85d5073 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -66,6 +66,7 @@ message SuggestionsWsResponse { optional string organization = 4; optional string project = 5; optional bool isRecentlyBrowsed = 6; + optional bool isFavorite = 7; } message Organization { |