aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/reporting_lists.go
Commit message (Expand)AuthorAgeFilesLines
* all: use min/max functionsDmitry Vyukov2025-01-171-3/+1
* dashboard: const attempts in db.RunInTransactionSabyrzhan Tasbolatov2024-10-281-6/+3
* dashboard: add dependencyLoaderAleksandr Nogikh2024-09-121-10/+9
* all: fix up context import after go fixDmitry Vyukov2024-04-261-1/+1
* all: go fix everythingDmitry Vyukov2024-04-261-1/+1
* dashboard: only count last stage bugs in monthly reportsAleksandr Nogikh2023-12-121-8/+7
* dashboard: display the number of open low-prio issues separatelyAleksandr Nogikh2023-11-271-15/+18
* dashboard: don't include low prio bugs in monthly reportsAleksandr Nogikh2023-11-271-0/+5
* dashboard: introduce a getNsConfig() helperAleksandr Nogikh2023-10-121-3/+3
* dashboard: access config through contextAleksandr Nogikh2023-10-121-10/+10
* all: use special placeholder for errorsTaras Madan2023-07-241-2/+2
* dashboard: order bugs in a report by their priorityAleksandr Nogikh2023-07-061-0/+4
* dashboard: refactor currentReporting invocationsAleksandr Nogikh2023-05-121-2/+2
* dashboard: let users exclude bugs from monthly reportingAleksandr Nogikh2023-04-271-0/+4
* dashboard: support bug labelsAleksandr Nogikh2023-04-271-2/+4
* dashboard: integrate bug reminders and discussionsAleksandr Nogikh2023-04-261-0/+7
* dashboard: include month into monthly reportsAleksandr Nogikh2023-04-261-0/+1
* pkg/subsystem: optionally disable monthly reportsAleksandr Nogikh2023-04-131-0/+6
* dashboard: display the correct bug number in subsystem reportsAleksandr Nogikh2023-04-031-6/+11
* dashboard: support `#syz regenerate` commandAleksandr Nogikh2023-03-281-2/+14
* dashboard: change subsystem report polling strategyAleksandr Nogikh2023-03-271-10/+20
* dashboard: clean up remaining debug outputAleksandr Nogikh2023-03-241-2/+0
* dashboard: use more compact keys for SubsystemReportAleksandr Nogikh2023-03-241-2/+2
* dashboard: enforce the limit of created bug lists per runAleksandr Nogikh2023-03-241-0/+1
* dashboard: configure the minimal number of bugs in a reminderAleksandr Nogikh2023-03-241-1/+1
* dashboard: introduce per-subsystem reminders about open bugsAleksandr Nogikh2023-03-241-0/+565