gitea/modules/queue
zeripath f0e15250b9
Migrate to use jsoniter instead of encoding/json ()
* Migrate to use jsoniter

* fix tests

* update gitea.com/go-chi/binding

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
..
bytefifo.go Add Unique Queue infrastructure and move TestPullRequests to this ()
helper.go Migrate to use jsoniter instead of encoding/json ()
manager.go Migrate to use jsoniter instead of encoding/json ()
queue.go Add queue for code indexer ()
queue_bytefifo.go Migrate to use jsoniter instead of encoding/json ()
queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_channel_test.go Fix Workerpool deadlock ()
queue_disk.go Allow common redis and leveldb connections ()
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 [Vendor] Update go-redis to v8.5.0 ()
queue_test.go Migrate to use jsoniter instead of encoding/json ()
queue_wrapped.go Prevent timer leaks in Workerpool and others ()
setting.go Migrate to use jsoniter instead of encoding/json ()
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 Allow common redis and leveldb connections ()
unique_queue_disk_channel.go Prevent race in PersistableChannelUniqueQueue.Has ()
unique_queue_redis.go [Vendor] Update go-redis to v8.5.0 ()
unique_queue_wrapped.go Add Unique Queue infrastructure and move TestPullRequests to this ()
workerpool.go Prevent timer leaks in Workerpool and others ()