aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/admin.html
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: move templates to dirTaras Madan2024-07-051-64/+0
|
* dashboard: introduce an emergency stop modeAleksandr Nogikh2024-01-091-1/+6
| | | | | | | | Add an emergency stop button that can be used by any admin. After it's clicked two times, syzbot stops all reporting and recoding of new bugs. It's assumed that the stop mode is revoked by manually deleting an entry from the database.
* dashboard: show per-bisect type job lists for adminsAleksandr Nogikh2023-07-171-0/+5
| | | | | Currently we only show running/pending/recent jobs. Let admins also see the list of the latest cause/fix bisections.
* dashboard: display running and pending jobs on the admin pageAleksandr Nogikh2022-12-011-1/+3
| | | | | | | This reflects the situation more adequately than just the recent jobs. There are times when failed jobs are retried or manually restarted and the current page just does not show such jobs.
* dashboard/app: add memcache to admin interfaceDmitry Vyukov2020-07-091-0/+24
| | | | | Add memcache statistics and flush action to the admin page in preparation for actually using memcache in future commits.
* dashboard/app: show patch testing requests on bug pageDmitry Vyukov2020-05-081-57/+1
| | | | Fixes #1547
* dashboard/app: split dashboard per-namespaceDmitry Vyukov2019-04-081-0/+4
| | | | | | | We now have too many namespaces and bugs. Main page takes infinity to load. Also almost nobody is interested in more than 1 namespace. So split main page per-namespaces.
* dashboard/app: add admin pageDmitry Vyukov2019-04-051-0/+80
Add /admin page and move logs, jobs, manager onto it. The main page is too overloaded and takes too long to load. We need to start splitting it. This is a first step.