| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dashboard: support bug labels | Aleksandr Nogikh | 2023-04-27 | 1 | -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 crashes | Aleksandr Nogikh | 2023-02-16 | 1 | -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.go | Aleksandr Nogikh | 2022-12-16 | 1 | -0/+17 |
| In its previous form it caused Go to only compile it under Linux. | |||||
