aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>2017-04-14 17:41:47 +0200
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>2017-04-20 09:48:52 +0200
commitaf7327e59b88d1a7738b28bad169941fdb2845f6 (patch)
treeea8e9d4a0a6a6e2d9ad6dfedaa0eaea6895d4954 /sonar-ws
parent38030307f50b11df0be8872ee6402fdaf634fab8 (diff)
downloadsonarqube-af7327e59b88d1a7738b28bad169941fdb2845f6.tar.gz
sonarqube-af7327e59b88d1a7738b28bad169941fdb2845f6.zip
SONAR-9074 score recently browsed components higher in suggestions
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
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 638d7193592..0387c061bb4 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -65,6 +65,7 @@ message SuggestionsWsResponse {
optional string match = 3;
optional string organization = 4;
optional string project = 5;
+ optional bool isRecentlyBrowsed = 6;
}
message Organization {