gitea/modules/queue
Lunny Xiao 91e7ad569a
Add queue for code indexer ()
* Add queue for code indexer

* Fix lint

* Fix test

* Fix lint

* Fix bug

* Fix bug

* Fix lint

* Add noqueue

* Fix tests

* Rename noqueue to immediate
..
bytefifo.go Add Unique Queue infrastructure and move TestPullRequests to this ()
helper.go Queue: Make WorkerPools and Queues flushable ()
manager.go Fix broken FlushAll ()
queue.go Add queue for code indexer ()
queue_bytefifo.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_channel_test.go Fix Workerpool deadlock ()
queue_disk.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_disk_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_disk_channel_test.go use assignment in tests ()
queue_disk_test.go use assignment in tests ()
queue_redis.go Fix queue pop error and stat empty repository error ()
queue_test.go Graceful Queues: Issue Indexing and Tasks ()
queue_wrapped.go Prevent timer leaks in Workerpool and others ()
setting.go Multiple small admin dashboard fixes ()
unique_queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_disk.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_disk_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_redis.go Fix queue pop error and stat empty repository error ()
unique_queue_wrapped.go Add Unique Queue infrastructure and move TestPullRequests to this ()
workerpool.go Prevent timer leaks in Workerpool and others ()