| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/cover: use space for alignment, not underscore | Taras Madan | 2025-04-23 | 1 | -1/+7 |
| | | | | | | | Pre tag is used to save formatting space. Pre uses monospace font, thus changed all the file-tree to monospace. Pre also adds margin. Forcing margin to 0 manually. | ||||
| * | dashboard/app: enable coverage pages formatting | Taras Madan | 2025-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | cover.Format controls the resulting view. It allows to: 1. Remove records with 0 covered blocks. 2. Remove lines with low (user defined) coverage. 3. Order records by the covered lines drop value. The corresponding GET parameters are: 1. Implicitly enabled for onlyUnique records. 2. min-cover-lines-drop=%d 3. order-by-cover-lines-drop=1 | ||||
| * | dashboard/app: show manager unique coverage | Taras Madan | 2025-01-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | 1. Make heatmap testable, move out the spanner client instantiation. 2. Generate spannerdb.ReadOnlyTransaction mocks. 3. Generate spannerdb.RowIterator mocks. 4. Generate spannerdb.Row mocks. 5. Prepare spannerdb fixture. 6. Fixed html control name + value. 7. Added multiple tests. 8. Show line coverage from selected manager. 9. Propagate coverage url params to file coverage url. | ||||
| * | dashboard/app: coverage page allows to specify analysis duration (columns) | Taras Madan | 2025-01-10 | 1 | -1/+5 |
| | | |||||
| * | dashboard/app: add targeting controls to the coverage page | Taras Madan | 2025-01-09 | 1 | -0/+38 |
| | | | | | | | | | | It allows to control known parameters: 1. Period (months or days). 2. Target subsystem. 3. Target manager. And adds the disabled "Only unique" checkbox. | ||||
| * | dashboard/app: move coverage page js code to static file | Taras Madan | 2024-11-08 | 1 | -17/+5 |
| | | | | | | Chrome devtools allow to edit js code directly in browser. This change will speed up further development. | ||||
| * | pkg/cover: heatmap starts to use jquery | Taras Madan | 2024-11-08 | 1 | -34/+13 |
| | | | | | Bonus - remove html template we don't need anymore. | ||||
| * | pkg/cover: show the file source information | Taras Madan | 2024-10-03 | 1 | -4/+17 |
| | | |||||
| * | pkg/cover: compact columns | Taras Madan | 2024-10-02 | 1 | -5/+13 |
| | | |||||
| * | pkg/cover: keep all 3 div blocks in one line | Taras Madan | 2024-10-02 | 1 | -32/+34 |
| | | |||||
| * | pkg/cover: show content for 2 last clicked files | Taras Madan | 2024-10-02 | 1 | -2/+5 |
| | | |||||
| * | pkg/cover: render file links | Taras Madan | 2024-10-02 | 1 | -2/+19 |
| | | |||||
| * | pkg/cover: use timePeriods instead of civil.Date | Taras Madan | 2024-10-02 | 1 | -2/+2 |
| | | |||||
| * | pkg/covermerger: add tooltips to every coverage number | Taras Madan | 2024-08-27 | 1 | -3/+23 |
| | | | | | | | | Hover mouse onto the percent value to see details. To test: $ go run ./tools/syz-cover -heatmap upstream -from 2024-08-23 -to 2024-08-23 $ google-chrome upstream.html | ||||
| * | pkg/cover/templates/heatmap.html: hover line not cell | Taras Madan | 2024-07-22 | 1 | -4/+4 |
| | | |||||
| * | pkg/cover/templates/heatmap.html: interleave colors | Taras Madan | 2024-07-22 | 1 | -1/+18 |
| | | |||||
| * | dashboard/app: integrate heatmap at /graph/coverage_heatmap | Taras Madan | 2024-07-17 | 1 | -80/+92 |
| | | |||||
| * | pkg/cover/heatmap.go: add blocks count | Taras Madan | 2024-07-15 | 1 | -1/+12 |
| | | |||||
| * | all: add the coverage map visualization to syz-cover | Taras Madan | 2024-07-15 | 1 | -0/+116 |
