aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-12-06 17:08:53 +0100
committerSonarTech <sonartech@sonarsource.com>2020-01-13 20:46:27 +0100
commit333daf6a6fdf749f2c96b41ca6a4f8afe6dfc4ac (patch)
tree7708d9c4978cbf5c6228edd053f2b942c92ea58a /sonar-ws
parentf7af5333aba3718f1e60c67cbd2384e07e853a38 (diff)
downloadsonarqube-333daf6a6fdf749f2c96b41ca6a4f8afe6dfc4ac.tar.gz
sonarqube-333daf6a6fdf749f2c96b41ca6a4f8afe6dfc4ac.zip
SONAR-12719 add changelog to response of WS api/hotspots/show
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-hotspots.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto
index e851afb7adb..a4ce5baed97 100644
--- a/sonar-ws/src/main/protobuf/ws-hotspots.proto
+++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto
@@ -66,6 +66,7 @@ message ShowWsResponse {
optional string creationDate = 11;
optional string updateDate = 12;
optional sonarqube.ws.commons.TextRange textRange = 13;
+ repeated sonarqube.ws.commons.Changelog changelog = 14;
}
message Component {