From a7d7420a719ee56590e5c09d70bfd1a75a14abdf Mon Sep 17 00:00:00 2001 From: Pascal Mugnier Date: Fri, 20 Apr 2018 07:38:14 +0200 Subject: SONAR-9472 Change the rendering of best values on the Measures page --- sonar-ws/src/main/protobuf/ws-measures.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-measures.proto b/sonar-ws/src/main/protobuf/ws-measures.proto index c861426c3ea..0385751c43b 100644 --- a/sonar-ws/src/main/protobuf/ws-measures.proto +++ b/sonar-ws/src/main/protobuf/ws-measures.proto @@ -99,6 +99,7 @@ message Measure { optional string value = 2; optional PeriodsValue periods = 3; optional string component = 4; + optional bool bestValue = 5; } message PeriodsValue { @@ -108,4 +109,5 @@ message PeriodsValue { message PeriodValue { optional int32 index = 1; optional string value = 2; + optional bool bestValue = 3; } -- cgit v1.2.3