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.
forgejo/modules/queue
6543 9c4601bdf8
Code Formats, Nits & Unused Func/Var deletions (#15286)
* _ to unused func options

* rm useless brakets

* rm trifial non used models functions

* rm dead code

* rm dead global vars

* fix routers/api/v1/repo/issue.go

* dont overload import module
3 years ago
..
bytefifo.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
helper.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
manager.go Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
queue.go Add queue for code indexer (#10332) 4 years ago
queue_bytefifo.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 4 years ago
queue_channel_test.go Fix Workerpool deadlock (#10283) 4 years ago
queue_disk.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
queue_disk_channel.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 4 years ago
queue_disk_channel_test.go use assignment in tests (#12734) 4 years ago
queue_disk_test.go use assignment in tests (#12734) 4 years ago
queue_redis.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
queue_test.go Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
queue_wrapped.go Prevent timer leaks in Workerpool and others (#11333) 4 years ago
setting.go Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
unique_queue.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 4 years ago
unique_queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 4 years ago
unique_queue_disk.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
unique_queue_disk_channel.go Prevent race in PersistableChannelUniqueQueue.Has (#14651) 3 years ago
unique_queue_redis.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
unique_queue_wrapped.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 4 years ago
workerpool.go Prevent timer leaks in Workerpool and others (#11333) 4 years ago