From ecca8a243762a781257ba0b65291bca940e13e9c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 10 May 2023 19:38:27 +0200 Subject: dashboard: display bug origin tree testing results Display them as a collapsible block on the bug info page. Use colors to distinguish results. --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 91b6a4a0d..9f90467ef 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -865,6 +865,7 @@ type JobInfo struct { Commits []*Commit // for inconclusive bisection Reported bool TreeOrigin bool + OnMergeBase bool } func (dash *Dashboard) Query(method string, req, reply interface{}) error { -- cgit mrf-deployment