aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/linux_reporting_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2026-01-201-0/+1
|
* dashboard: adjust fs bug reporting testsAleksandr Nogikh2024-05-071-2/+0
| | | | | Now that we don't want to always Cc fsdevel, the tests must change as well.
* dashboard/app: infer bug subsystems from crashesAleksandr Nogikh2023-02-161-8/+15
| | | | | | 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/+147
In its previous form it caused Go to only compile it under Linux.