index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
setting
/
queue.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase queue length (#27555)
Jason Song
2023-10-10
1
-1
/
+1
*
Calculate MAX_WORKERS default value by CPU number (#26177)
wxiaoguang
2023-07-27
1
-11
/
+18
*
Rewrite queue (#24505)
wxiaoguang
2023-05-08
1
-165
/
+76
*
Refactor config provider (#24245)
Lunny Xiao
2023-04-25
1
-3
/
+1
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
1
-17
/
+25
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Add generic set type (#21408)
KN4CK3R
2022-10-12
1
-13
/
+14
*
Enable deprecation error for v1.17.0 (#18341)
Gusted
2022-01-20
1
-18
/
+38
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
1
-0
/
+1
*
Make the Mirror Queue a queue (#17326)
zeripath
2021-10-17
1
-25
/
+39
*
Remove ParseQueueConnStr as it is unused (#16878)
zeripath
2021-08-31
1
-33
/
+0
*
Clean-up the settings hierarchy for issue_indexer queue (#16001)
zeripath
2021-06-17
1
-6
/
+9
*
Use filepath.ToSlash and Join in indexer defaults and queues (#15971)
zeripath
2021-05-26
1
-3
/
+3
*
Change default queue settings to be low go-routines (#15964)
zeripath
2021-05-24
1
-3
/
+3
*
Slightly simplify the queue settings code to help reduce the risk of problems...
zeripath
2020-10-15
1
-3
/
+7
*
Avoid setitng the CONN_STR in queues unless it is meant to be set (#13025)
zeripath
2020-10-04
1
-2
/
+1
*
Add Unique Queue infrastructure and move TestPullRequests to this (#9856)
zeripath
2020-02-03
1
-0
/
+18
*
Queue: Make WorkerPools and Queues flushable (#10001)
zeripath
2020-01-29
1
-10
/
+10
*
Move mailer to use a queue (#9789)
zeripath
2020-01-16
1
-7
/
+17
*
fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651)
6543
2020-01-08
1
-5
/
+6
*
Graceful Queues: Issue Indexing and Tasks (#9363)
zeripath
2020-01-07
1
-0
/
+159