From 81d37f61213eb6d51e1185da984e7390e459c7a4 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 8 Jun 2015 15:07:53 +0200 Subject: SONAR-6568 remove events from batch --- sonar-batch-protocol/src/main/protobuf/batch_report.proto | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sonar-batch-protocol/src/main/protobuf/batch_report.proto') diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto index 869573da18d..31b42388b42 100644 --- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto +++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto @@ -56,15 +56,6 @@ message ComponentLink { optional string href = 2; } -// temporary message during development of computation stack -message Event { - optional int32 component_ref = 1; - optional string name = 2; - optional string description = 3; - optional EventCategory category = 4; - optional string event_data = 5; -} - message Component { optional int32 ref = 1; optional string path = 2; @@ -86,7 +77,6 @@ message Component { // temporary fields during development of computation stack optional int64 snapshot_id = 13; - repeated Event event = 14; } message Measure { -- cgit v1.2.3