gitea/modules/queue
KN4CK3R 0e57ff7eee
Add generic set type ()
This PR adds a generic set type to get rid of maps used as sets.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
bytefifo.go Pause queues ()
helper.go Add more linters to improve code readability ()
manager.go Add number in queue status to monitor page ()
queue.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable ()
queue_bytefifo.go Add more linters to improve code readability ()
queue_channel.go Add Goroutine stack inspector to admin/monitor ()
queue_channel_test.go Prevent intermittent NPE in queue tests ()
queue_disk.go Pause queues ()
queue_disk_channel.go Add more linters to improve code readability ()
queue_disk_channel_test.go test: use `T.TempDir` to create temporary test directory ()
queue_disk_test.go test: use `T.TempDir` to create temporary test directory ()
queue_redis.go Pause queues ()
queue_test.go Add an abstract json layout to make it's easier to change json library ()
queue_wrapped.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable ()
setting.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable ()
unique_queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_channel.go Add generic set type ()
unique_queue_channel_test.go Add Goroutine stack inspector to admin/monitor ()
unique_queue_disk.go Pause queues ()
unique_queue_disk_channel.go Add more linters to improve code readability ()
unique_queue_redis.go Pause queues ()
unique_queue_wrapped.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable ()
workerpool.go Fix 64-bit atomic operations on 32-bit machines ()