index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
queue
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 64-bit atomic operations on 32-bit machines (#19531)
Gusted
2022-04-27
1
-1
/
+4
*
Prevent intermittent NPE in queue tests (#19301)
zeripath
2022-04-02
2
-28
/
+97
*
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
8
-9
/
+29
*
Add number in queue status to monitor page (#18712)
zeripath
2022-02-12
3
-0
/
+22
*
Simplify Boost/Pause logic (#18673)
zeripath
2022-02-08
1
-17
/
+36
*
Restart zero worker if there is still work to do (#18658)
zeripath
2022-02-08
1
-0
/
+14
*
Only attempt to flush queue if the underlying worker pool is not finished (#1...
zeripath
2022-02-05
2
-0
/
+16
*
add gitea-fmt back (#18526)
6543
2022-02-01
1
-0
/
+1
*
Change some logging levels (#18421)
zeripath
2022-01-29
1
-4
/
+4
*
Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415)
zeripath
2022-01-29
7
-95
/
+119
*
Prevent deadlocks in persistable channel pause test (#18410)
zeripath
2022-01-26
2
-6
/
+53
*
Make WrappedQueues and PersistableChannelUniqueQueues Pausable (#18393)
zeripath
2022-01-24
9
-14
/
+72
*
Pause queues (#15928)
zeripath
2022-01-22
19
-109
/
+1304
*
format with gofumpt (#18184)
6543
2022-01-20
8
-15
/
+11
*
Prevent deadlock in TestPersistableChannelQueue (#17717)
zeripath
2021-11-19
1
-0
/
+33
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
2
-0
/
+2
*
Make the Mirror Queue a queue (#17326)
zeripath
2021-10-17
1
-7
/
+22
*
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-22
2
-4
/
+4
*
Use immediate queues in integration tests and ensure that immediate (#16927)
zeripath
2021-09-03
1
-1
/
+1
*
Timeout on flush in testing (#16864)
zeripath
2021-08-30
1
-1
/
+12
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
5
-17
/
+6
*
Fix race in log (#16490)
zeripath
2021-07-20
1
-1
/
+0
*
Prevent race in TestPersistableChannelQueue (#16468)
zeripath
2021-07-17
1
-4
/
+31
*
Fixed assert statements. (#16089)
KN4CK3R
2021-06-07
1
-1
/
+1
*
Fix panic (#16072)
zeripath
2021-06-05
1
-1
/
+1
*
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...
zeripath
2021-05-15
17
-296
/
+466
*
Queue manager FlushAll can loop rapidly - add delay (#15733)
zeripath
2021-05-12
1
-6
/
+9
*
Exponential Backoff for ByteFIFO (#15724)
zeripath
2021-05-08
1
-29
/
+59
*
Prevent race in TestChannelQueue_Batch (#15703)
zeripath
2021-05-03
1
-3
/
+3
*
Only use boost workers for leveldb shadow queues (#15696)
zeripath
2021-05-02
3
-10
/
+48
*
Always set the merge base used to merge the commit (#15352)
zeripath
2021-04-10
1
-1
/
+7
*
Code Formats, Nits & Unused Func/Var deletions (#15286)
6543
2021-04-09
7
-9
/
+9
*
Migrate to use jsoniter instead of encoding/json (#14841)
zeripath
2021-03-01
5
-5
/
+13
*
Prevent race in PersistableChannelUniqueQueue.Has (#14651)
zeripath
2021-02-13
1
-0
/
+5
*
[Vendor] Update go-redis to v8.5.0 (#13749)
6543
2021-02-10
3
-18
/
+43
*
Slightly simplify the queue settings code to help reduce the risk of problems...
zeripath
2020-10-15
2
-25
/
+39
*
Fix the issue reported on #12385 (#12969)
zeripath
2020-09-29
1
-0
/
+1
*
Allow common redis and leveldb connections (#12385)
zeripath
2020-09-27
4
-39
/
+54
*
Add queue for code indexer (#10332)
Lunny Xiao
2020-09-07
1
-1
/
+58
*
use assignment in tests (#12734)
zeripath
2020-09-06
2
-2
/
+2
*
Re-attempt to delete temporary upload if the file is locked by another proces...
zeripath
2020-08-11
2
-4
/
+4
*
Multiple small admin dashboard fixes (#12153)
zeripath
2020-07-05
1
-0
/
+1
*
Prevent timer leaks in Workerpool and others (#11333)
zeripath
2020-05-08
2
-19
/
+6
*
Improve config logging when WrappedQueue times out (#11174)
Lunny Xiao
2020-04-22
1
-1
/
+5
*
Avoid logging []byte in queue failures - convert to string first (#10865)
zeripath
2020-03-29
1
-1
/
+8
*
Fix queue log param (#10733)
Lunny Xiao
2020-03-16
1
-3
/
+3
*
Fix Workerpool deadlock (#10283)
zeripath
2020-02-15
2
-3
/
+6
*
Fix queue pop error and stat empty repository error (#10248)
Lunny Xiao
2020-02-12
2
-2
/
+4
*
Add Unique Queue infrastructure and move TestPullRequests to this (#9856)
zeripath
2020-02-03
15
-403
/
+1371
*
Fix broken FlushAll (#10101)
zeripath
2020-02-02
1
-4
/
+4
[next]