aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/__tests__
Commit message (Collapse)AuthorAgeFilesLines
* Do not greedy match quotesSascha2021-05-201-5/+39
|
* Update escape quote testSascha2021-05-201-6/+21
|
* Add test casesSascha2021-05-201-10/+21
| | | | | Key:Value parsing test for quoated colon. E.g. label:"foo:bar" Key:Value:Value parsing test. E.g. metadata:key:"https://www.example.com/"
* Fix quoted filter string with bug counterSascha2021-05-201-17/+44
| | | | | | The parse function dropped user given quotes. This resulted into a wrong query to the backend, which lead to an error. This error prevented the webui from displaying the proper bug count.
* webui: move pages componentsQuentin Gliech2020-02-131-1/+1
|
* webui: typecheck remaining bug list componentsQuentin Gliech2020-02-111-0/+0
|
* webui: implement issue list sortQuentin Gliech2020-01-301-2/+2
|
* webui: implement filteringQuentin Gliech2020-01-251-0/+62