| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Currently we only show running/pending/recent jobs. Let admins also see
the list of the latest cause/fix bisections.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Add memcache statistics and flush action to the admin page
in preparation for actually using memcache in future commits.
|
| |
|
|
| |
Fixes #1547
|
| |
|
|
|
|
|
| |
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.
|
|
|
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.
|