From ca8bc64d93af67c23642000020cd08760fa3b5f3 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 25 Apr 2023 16:04:23 +0200 Subject: dashboard: include month into monthly reports To make reports better distinguishable, include the month and the year when the report was generated. E.g. "Monthly ext4 report (Jan 2000)". --- 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 11e56c6df..9dc5aa700 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -454,6 +454,7 @@ type BisectResult struct { type BugListReport struct { ID string + Created time.Time Config []byte Bugs []BugListItem TotalStats BugListReportStats -- cgit mrf-deployment