From 56cc113a8ea223321811dcbe8de975e081f5f5b2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 17 Jan 2018 21:50:57 +0100 Subject: dashboard/app: improve report format - show kernel repo alias - show commit title/date - say how many times the crash happened/where - some minor tweaks Fixes #468 --- dashboard/dashapi/dashapi.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index c9b9ded15..6b1f6ab7b 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -231,6 +231,8 @@ type BugReport struct { ReproC []byte ReproSyz []byte CrashID int64 // returned back in BugUpdate + NumCrashes int64 + HappenedOn []string // list of kernel repo aliases CrashTitle string // job execution crash title Error []byte // job execution error -- cgit mrf-deployment