aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/public_json_api_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard: extend bug's JSON representationAleksandr Nogikh2025-12-291-1/+20
| | | | Add status, crash, fix, close and commit dates.
* dashboard/app: ns/cover?jsonl=1 supports manager and subsystem selectionTaras Madan2025-06-061-1/+1
| | | | | 1. Refactor handleHeatmap. 2. Introduce function options. Build them from http.Request.
* dashboard/app: allow to set spanner context only from testsTaras Madan2025-05-051-1/+1
| | | | getSpannerClient returns prod client as a default.
* dashboard/app: export info about uncovered blocks as wellDmitry Vyukov2025-04-101-5/+13
| | | | | | | | Currently it's only possible to understand total number of uncovered blocks in a function (implicitly defined by Instrumented field). This does not allow to render coverage data, nor do detailed analysis on line level. Export detailed info about both covered and uncovered blocks. This allows to e.g. calculate coverage percent for kernel interfaces.
* pkg/manager: export programs + coverage jsonlTaras Madan2025-02-281-1/+2
| | | | | The export is quite big but is generated fast. Every line is a valid json object representing the single program coverage.
* dashboard/app: test jsonl coverage generationTaras Madan2025-02-071-0/+82
|
* dashboard/api: add Client typeDmitry Vyukov2024-10-151-0/+28
|
* dashboard/app: rename test fileDmitry Vyukov2024-10-151-0/+224
Rename test file to match the tested file.