Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: go/src/infra/monitoring/messages/alerts.go

Issue 1874053002: [alerts-dispatcher] update to build again :) also fixes a concurrent map access (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: typos Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/monitoring/dispatcher/dispatcher.go ('k') | go/src/infra/monitoring/messages/gatekeeper.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/messages/alerts.go
diff --git a/go/src/infra/monitoring/messages/alerts.go b/go/src/infra/monitoring/messages/alerts.go
index b22b6f57c0bd9d18863bfb40c96bae7823924cad..7299b34c587b46133c1df33603e655274fb2dfc6 100644
--- a/go/src/infra/monitoring/messages/alerts.go
+++ b/go/src/infra/monitoring/messages/alerts.go
@@ -114,6 +114,8 @@ type RegressionRange struct {
// RevisionSummary summarizes some information about a revision.
type RevisionSummary struct {
GitHash string `json:"git_hash"`
+ Position string `json:"commit_position"`
+ Branch string `json:"branch"`
Link string `json:"link"`
Description string `json:"description"`
Author string `json:"author"`
« no previous file with comments | « go/src/infra/monitoring/dispatcher/dispatcher.go ('k') | go/src/infra/monitoring/messages/gatekeeper.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698