mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a82fd98d53
* Start adding mechanism to return unhandled data Signed-off-by: Andrew Thornton <art27@cantab.net> * Create pushback interface Signed-off-by: Andrew Thornton <art27@cantab.net> * Add Pausable interface to WorkerPool and Manager Signed-off-by: Andrew Thornton <art27@cantab.net> * Implement Pausable and PushBack for the bytefifos Signed-off-by: Andrew Thornton <art27@cantab.net> * Implement Pausable and Pushback for ChannelQueues and ChannelUniqueQueues Signed-off-by: Andrew Thornton <art27@cantab.net> * Wire in UI for pausing Signed-off-by: Andrew Thornton <art27@cantab.net> * add testcases and fix a few issues Signed-off-by: Andrew Thornton <art27@cantab.net> * fix build Signed-off-by: Andrew Thornton <art27@cantab.net> * prevent "race" in the test Signed-off-by: Andrew Thornton <art27@cantab.net> * fix jsoniter mismerge Signed-off-by: Andrew Thornton <art27@cantab.net> * fix conflicts Signed-off-by: Andrew Thornton <art27@cantab.net> * fix format Signed-off-by: Andrew Thornton <art27@cantab.net> * Add warnings for no worker configurations and prevent data-loss with redis/levelqueue Signed-off-by: Andrew Thornton <art27@cantab.net> * Use StopTimer Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
3 years ago | |
---|---|---|
.. | ||
bytefifo.go | 3 years ago | |
helper.go | 4 years ago | |
manager.go | 3 years ago | |
queue.go | 3 years ago | |
queue_bytefifo.go | 3 years ago | |
queue_channel.go | 3 years ago | |
queue_channel_test.go | 3 years ago | |
queue_disk.go | 3 years ago | |
queue_disk_channel.go | 3 years ago | |
queue_disk_channel_test.go | 3 years ago | |
queue_disk_test.go | 3 years ago | |
queue_redis.go | 3 years ago | |
queue_test.go | 4 years ago | |
queue_wrapped.go | 3 years ago | |
setting.go | 3 years ago | |
unique_queue.go | 5 years ago | |
unique_queue_channel.go | 3 years ago | |
unique_queue_channel_test.go | 3 years ago | |
unique_queue_disk.go | 3 years ago | |
unique_queue_disk_channel.go | 3 years ago | |
unique_queue_redis.go | 3 years ago | |
unique_queue_wrapped.go | 3 years ago | |
workerpool.go | 3 years ago |