| 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 | 1 | -0/+10 |
| | | |||||
| * | 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 | 1 | -4/+4 |
| | | | | | 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: 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: move HTML code to separate files | Dmitry Vyukov | 2024-11-08 | 1 | -0/+112 |
