This repository has been archived on 2022-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/modules/eventsource
zeripath ae446b13f9
Stop spurious APIFormat stopwatches logs (#20008)
If there are dangling stopwatches with missing issues there will be repeated
logging of Unable to APIFormat stopwatches. These are unhelpful and instead
we should only log if the error is not an issue not exist error.

And we should also prevent an error on missing issue in GetActiveStopwatch too

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-06-17 22:47:15 +01:00
..
event_test.go Add EventSource support (#11235) 2020-05-07 22:49:00 +01:00
event.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
manager_run.go Stop spurious APIFormat stopwatches logs (#20008) 2022-06-17 22:47:15 +01:00
manager.go Hold the event source when there are no listeners (#15725) 2021-05-15 23:46:13 +02:00
messenger.go Add EventSource support (#11235) 2020-05-07 22:49:00 +01:00