From c57e188490be85bd7df523b941107660a5a017f6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 17 Jan 2021 12:30:20 +0100 Subject: dashboard/dashapi: add alternative titles for crashes Update #1575 --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 04e3058bf..de6726c0a 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -236,6 +236,7 @@ func (dash *Dashboard) UploadCommits(commits []Commit) error { type Crash struct { BuildID string // refers to Build.ID Title string + AltTitles []string // alternative titles, used for better deduplication Corrupted bool // report is corrupted (corrupted title, no stacks, etc) Maintainers []string // deprecated in favor of Recipients Recipients Recipients -- cgit mrf-deployment