| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dashboard/app: rename test file | Dmitry Vyukov | 2024-10-15 | 1 | -224/+0 |
| | | | | | Rename test file to match the tested file. | ||||
| * | dashboard: include fix commits into terminal page JSONs | Aleksandr Nogikh | 2024-04-15 | 1 | -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 json | Taras Madan | 2023-10-26 | 1 | -4/+8 |
| | | |||||
| * | dashboard/app: export bug id | Taras Madan | 2023-07-04 | 1 | -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 json | Taras Madan | 2023-07-04 | 1 | -2/+6 |
| | | |||||
| * | dashboard/app: export crash title as json | Taras Madan | 2023-07-03 | 1 | -0/+4 |
| | | |||||
| * | dashboard: export causeBug repo + branch | Taras Madan | 2023-06-29 | 1 | -1/+3 |
| | | |||||
| * | dashboard/app: export cause-commit as a json | Taras Madan | 2023-06-29 | 1 | -0/+33 |
| | | |||||
| * | dashboard/app: export fix-commits as a json | Taras Madan | 2023-06-20 | 1 | -0/+50 |
| | | |||||
| * | dashboard/app: test bugGroup json reporting | Taras Madan | 2023-06-19 | 1 | -0/+30 |
| | | |||||
| * | dashboard/app: set json responses "Content-Type" eq "application/json" (#2850) | tarasmadan | 2021-10-27 | 1 | -1/+4 |
| | | |||||
| * | dashboard/app: prettyprint json output (#2848) | tarasmadan | 2021-10-26 | 1 | -26/+27 |
| | | |||||
| * | dashboard/app: refactor the calls to httpRequests (#2847) | tarasmadan | 2021-10-26 | 1 | -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) | tarasmadan | 2021-10-25 | 1 | -0/+65 |
