aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard/handler_test.go
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: add link to download the whole seriesAleksandr Nogikh2025-10-271-0/+30
| | | | | This will simplify debugging of mistriaged patch series that ended up either not applying anywhere or ended up with a build error.
* syz-cluster: extend dashboard testingAleksandr Nogikh2025-10-171-1/+5
| | | | | | | Check a few more URLs. Add a TODO about the problem around template error handling - if we stream the output directly to w, we cannot set the 500 status if a problem happens somewhere mid-template.
* syz-cluster: upload and share build config and logAleksandr Nogikh2025-07-141-5/+13
|
* syz-cluster: generate web dashboard URLs for reportsAleksandr Nogikh2025-07-141-0/+51
Take web dashboard URL from the config and use it to generate links for logs, reproducers, etc.