aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/getjson_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: rename test fileDmitry Vyukov2024-10-151-224/+0
| | | | Rename test file to match the tested file.
* dashboard: include fix commits into terminal page JSONsAleksandr Nogikh2024-04-151-1/+25
| | | | | There's little sense to make users query that information in separate queries when we already have it available.
* dashboard/app: export ReportLink as a jsonTaras Madan2023-10-261-4/+8
|
* dashboard/app: export bug idTaras Madan2023-07-041-2/+6
| | | | | Let's assume we don't know fixing commit. Exporting bug id we allow external systems to group our reports.
* dashboard/app: export fix commits repo + branch as jsonTaras Madan2023-07-041-2/+6
|
* dashboard/app: export crash title as jsonTaras Madan2023-07-031-0/+4
|
* dashboard: export causeBug repo + branchTaras Madan2023-06-291-1/+3
|
* dashboard/app: export cause-commit as a jsonTaras Madan2023-06-291-0/+33
|
* dashboard/app: export fix-commits as a jsonTaras Madan2023-06-201-0/+50
|
* dashboard/app: test bugGroup json reportingTaras Madan2023-06-191-0/+30
|
* dashboard/app: set json responses "Content-Type" eq "application/json" (#2850)tarasmadan2021-10-271-1/+4
|
* dashboard/app: prettyprint json output (#2848)tarasmadan2021-10-261-26/+27
|
* dashboard/app: refactor the calls to httpRequests (#2847)tarasmadan2021-10-261-1/+1
| | | | | * dashboard/app: funcs GET and AuthGET are similar * dashboard/app: funcs GET and POST are similar * dashboard/app: uplevel httpRequest calls to GET or AuthGET
* dashboard/app: return JSON data for the /bug requests with "&json=1" (#2823)tarasmadan2021-10-251-0/+65