aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/service_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: simplify subsystem revision updatesAleksandr Nogikh2025-07-231-1/+1
| | | | | | 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-0/+19
Let the Service also serve the child subsystem query requests.