aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/graphs_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: add bugs found per month graphDmitry Vyukov2024-05-311-0/+5
| | | | Useful to estimate overall syzbot performance.
* dashboard: move /email_poll to /cron/email_pollAleksandr Nogikh2023-02-141-1/+1
| | | | | Currently it's the only cron job that is still occupying a top level URL.
* dashboard/app/graphs.go: 4xx on bad metric value, not panic (#3602)Taras Madan2022-12-301-0/+29
| | | * dashboard/app/graphs.go: return 400 if bad input
* dasboard: add crash stats pageAleksandr Nogikh2022-02-251-0/+5
| | | | | Show top crashers for X last days. Show graph with daily shares of crashes that satisfy user-entered regexps.
* dashboard/app: add page with manager stats graphsDmitry Vyukov2021-12-061-0/+108