aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/linux_reporting.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard: support bug labelsAleksandr Nogikh2023-04-271-2/+2
| | | | | | | | | | | | | | | | Let bug labels come in three flavours: 1) Bug labels with multiple values (e.g. `subsystems`). 2) Bug labels with only one value (e.g. `prio`). 3) Flags. Let users configure bug labels via email by issuing the following commands: #syz set subsystems: abc, def #syz set no-reminders #syz unset no-reminders Also let users set tags for invididual bugs in reported bug lists: #syz set <1> some-tag
* dashboard/app: infer bug subsystems from crashesAleksandr Nogikh2023-02-161-1/+2
| | | | | | After each saved crash, invoke the new pkg/subsystem machinery to infer the subsystem list. Use 5 crashes with biggest priority to base the inference on.
* dashboard/app: rename config_linux.goAleksandr Nogikh2022-12-161-0/+17
In its previous form it caused Go to only compile it under Linux.