| 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"`
|
|
|