| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/manager/html: fix sorting by "Repro Attempts" column | Dmitry Vyukov | 2026-01-02 | 1 | -2/+2 |
| | | | | | | Sorting using numSort for column with empty non-number rows does not work. Always print repro attemps, but make 0 inactive (gray). | ||||
| * | pkg/manager: add Rank column with tooltips to the main page | Taras Madan | 2025-08-28 | 1 | -0/+9 |
| | | |||||
| * | pkg/manager: add missing thead and tbody HTML tags | Jeongjun Park | 2025-08-28 | 9 | -4/+46 |
| | | |||||
| * | pkg/manager: add Repro Attempt Count column | name2965 | 2025-08-28 | 1 | -1/+2 |
| | | | | | Add a new column next to it to list the number of repro attempts separately. | ||||
| * | pkg/manager: embed BugInfo into UICrashType | Aleksandr Nogikh | 2025-08-07 | 2 | -5/+5 |
| | | | | | This reduces the redundancy a bit. | ||||
| * | pkg/manager: display repro attempts | Aleksandr Nogikh | 2025-08-07 | 1 | -0/+1 |
| | | | | | | | On the syz-manager's html dashboard, dispay the number of repro attempts per each bug. It will help distinguish the bugs where reproduction was attempted and failed from those that have never been reproduced yet. | ||||
| * | pkg/manager: display manager name | Aleksandr Nogikh | 2025-07-31 | 1 | -1/+1 |
| | | | | | If the manager name is set, display it in the header. | ||||
| * | all: fix html warnings | Taras Madan | 2025-02-06 | 2 | -3/+3 |
| | | | | | Wrong closing tags etc. | ||||
| * | pkg/manager: show bug first time | Dmitry Vyukov | 2025-01-17 | 1 | -0/+2 |
| | | | | | | This allows to understand if a bug is new (found in the current run) or old. | ||||
| * | pkg/manager: show number of times coverage for each call has overflowed | Dmitry Vyukov | 2024-11-20 | 1 | -1/+5 |
| | | | | | | If the overflows happen often, it's bad. Add visibility into this. | ||||
| * | pkg/manager: show number of programs that contain each syscall | Dmitry Vyukov | 2024-11-19 | 1 | -1/+3 |
| | | | | | | | | Currently we show number of programs that are added to the corpus b/c of a particular syscall. Also show total number of programs in the corpus that contain each syscall. This is different from the first thing. | ||||
| * | pkg/manager: restore corpus page | Dmitry Vyukov | 2024-11-19 | 1 | -0/+19 |
| | | | | | It was lost during the refactoring. | ||||
| * | pkg/manager: rename action to toggle | Dmitry Vyukov | 2024-11-08 | 1 | -2/+2 |
| | | |||||
| * | pkg/manager: move HTML code to separate files | Dmitry Vyukov | 2024-11-08 | 11 | -0/+341 |
