aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-01-18 19:15:52 +0100
committerAleksandr Nogikh <nogikh@google.com>2024-02-05 11:12:50 +0000
commit4e988e800e57d00326022e24ee940740e4b8e038 (patch)
tree2f862b08726b6dbd4e155eb7f95b6e0b76ecbe78 /dashboard/dashapi/dashapi.go
parentdd7949367e116e37e692f37b90c985111178bec9 (diff)
dashboard: retest missing backports
Poll missing backport commits and, once a missing backport is found to be present in the fuzzed trees, don't display it on the web dashboard and send an email with the suggestion to close the bug. Closes #4425.
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 37aebc631..96bbe7e5c 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -500,6 +500,8 @@ type BisectResult struct {
CrashReportLink string
Fix bool
CrossTree bool
+ // In case a missing backport was backported.
+ Backported *Commit
}
type BugListReport struct {