aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/service.go
Commit message (Collapse)AuthorAgeFilesLines
* all: simplify subsystem revision updatesAleksandr Nogikh2025-07-231-6/+5
| | | | | | Don't specify the subsystem revision in the dashboard config and instead let it be nested in the registered subsystems. This reduces the amount of the manual work needed to switch syzbot to a newer subsystem list.
* pkg/subsystem: query child subsystemsAleksandr Nogikh2023-02-221-2/+11
| | | | Let the Service also serve the child subsystem query requests.
* dashboard: display the subsystem listAleksandr Nogikh2023-02-171-0/+8
| | | | Take the counts from the cache, include links to the filtered bug views.
* pkg/subsystem: panic on empty service creationAleksandr Nogikh2023-02-171-0/+3
| | | | | This might happen if the user forgot to import pkg/subsystem/lists. Make the problem more visible by panicking in ServiceList().
* dashboard/app: infer bug subsystems from crashesAleksandr Nogikh2023-02-161-0/+44
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.