Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gusted
1465e0cbb2
Fix 64-bit atomic operations on 32-bit machines ( #19531 ) ( #19532 )
...
- Backport #19531
- Doing 64-bit atomic operations on 32-bit machines is a bit tricky by golang, as they can only be done under certain set of conditions(https://pkg.go.dev/sync/atomic#pkg-note-BUG ).
- This PR fixes such case whereby the conditions weren't met, it moves the int64 to the first field of the struct, which will 64-bit operations happening on this property on 32-bit machines.
- Resolves #19518
3 years ago
..
bytefifo.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
helper.go
Add an abstract json layout to make it's easier to change json library ( #16528 )
3 years ago
manager.go
Only attempt to flush queue if the underlying worker pool is not finished ( #18593 ) ( #18620 )
3 years ago
queue.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_bytefifo.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
queue_channel.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_channel_test.go
Fixed assert statements. ( #16089 )
3 years ago
queue_disk.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_disk_channel.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
queue_disk_channel_test.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
queue_disk_test.go
A better go code formatter, and now `make fmt` can run in Windows ( #17684 )
3 years ago
queue_redis.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_test.go
Add an abstract json layout to make it's easier to change json library ( #16528 )
3 years ago
queue_wrapped.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
setting.go
Use immediate queues in integration tests and ensure that immediate ( #16927 )
3 years ago
unique_queue.go
Add Unique Queue infrastructure and move TestPullRequests to this ( #9856 )
5 years ago
unique_queue_channel.go
Make the Mirror Queue a queue ( #17326 )
3 years ago
unique_queue_disk.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
unique_queue_disk_channel.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
unique_queue_redis.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
unique_queue_wrapped.go
Add Unique Queue infrastructure and move TestPullRequests to this ( #9856 )
5 years ago
workerpool.go
Fix 64-bit atomic operations on 32-bit machines ( #19531 ) ( #19532 )
3 years ago