summaryrefslogtreecommitdiffstats
path: root/integrations/api_issue_stopwatch_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-9/+5
| | | | | | | | | | | | | | | | | * add notification about running stopwatch to header * serialize seconds, duration in stopwatches api * ajax update stopwatch i should get my testenv working locally... * new variant: hover dialog * noscript compatibility * js: live-update stopwatch time * js live update robustness
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things ↵65432020-09-181-6/+14
| | | | | | | | | | | | | (#12729) * move GitCommit to APIFormat convertion into convert package * rename Commit convert functions * move stopwatch to api convertion into convert package & rm unused code & extend test * fix compare time * Gitea not Gogs ;)
* [API] extend StopWatch (#9196)65432019-12-111-0/+83
* squash api-stopwatch * fix prepair logic! + add Tests * fix lint * more robust time compare * delete responce 202 -> 204 * change http responce in test too