From 333daf6a6fdf749f2c96b41ca6a4f8afe6dfc4ac Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Fri, 6 Dec 2019 17:08:53 +0100 Subject: SONAR-12719 add changelog to response of WS api/hotspots/show --- sonar-ws/src/main/protobuf/ws-hotspots.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws') 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 { -- cgit v1.2.3