diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-05-10 19:38:27 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-05-12 13:24:58 +0200 |
| commit | ecca8a243762a781257ba0b65291bca940e13e9c (patch) | |
| tree | 6a3ae8f113f81af4f43b9f9eae0ff21256496c97 /dashboard/dashapi | |
| parent | 76821f5baf47294314823eb4df0e05ceb8242d74 (diff) | |
dashboard: display bug origin tree testing results
Display them as a collapsible block on the bug info page. Use colors to
distinguish results.
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
