-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graceful: Xorm, RepoIndexer, Cron and Others #9282
Merged
zeripath
merged 41 commits into
go-gitea:master
from
zeripath:graceful-more-things-graceful
Dec 15, 2019
Merged
Graceful: Xorm, RepoIndexer, Cron and Others #9282
zeripath
merged 41 commits into
go-gitea:master
from
zeripath:graceful-more-things-graceful
Dec 15, 2019
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5b3fa6d - Browse repository at this point
Copy the full SHA 5b3fa6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ddf85 - Browse repository at this point
Copy the full SHA 00ddf85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2dea35 - Browse repository at this point
Copy the full SHA b2dea35View commit details -
Graceful: Make TestPullRequests shutdownable
services/pull/check.go:TestPullRequests run runs within the shutdown context and will respond the manager requesting it be shutdown. In future this should probably become a persitable queue with pooled workers but that restructure can wait.
Configuration menu - View commit details
-
Copy full SHA for c0ea8ef - Browse repository at this point
Copy the full SHA c0ea8efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7beda2d - Browse repository at this point
Copy the full SHA 7beda2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db022dd - Browse repository at this point
Copy the full SHA db022ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aafb56 - Browse repository at this point
Copy the full SHA 1aafb56View commit details
Commits on Dec 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eae3144 - Browse repository at this point
Copy the full SHA eae3144View commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7589a49 - Browse repository at this point
Copy the full SHA 7589a49View commit details -
Graceful: SyncMirrors shutdown
Termination of syncs should take place with closure at hammer time in xorm and git
Configuration menu - View commit details
-
Copy full SHA for 89154f5 - Browse repository at this point
Copy the full SHA 89154f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5d465 - Browse repository at this point
Copy the full SHA 9b5d465View commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d7d6c86 - Browse repository at this point
Copy the full SHA d7d6c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a79b2f - Browse repository at this point
Copy the full SHA 1a79b2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce742c - Browse repository at this point
Copy the full SHA 7ce742cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa751ea - Browse repository at this point
Copy the full SHA fa751eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f2ca7 - Browse repository at this point
Copy the full SHA 19f2ca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef9db2d - Browse repository at this point
Copy the full SHA ef9db2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bde75 - Browse repository at this point
Copy the full SHA 90bde75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a808d - Browse repository at this point
Copy the full SHA 13a808dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c85e0 - Browse repository at this point
Copy the full SHA f1c85e0View commit details
Commits on Dec 13, 2019
-
Merge branch 'graceful-more-things-graceful' of github.com:zeripath/g…
…itea into graceful-more-things-graceful
Configuration menu - View commit details
-
Copy full SHA for aa2dabd - Browse repository at this point
Copy the full SHA aa2dabdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d55db9e - Browse repository at this point
Copy the full SHA d55db9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 398ab3b - Browse repository at this point
Copy the full SHA 398ab3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c93f1a7 - Browse repository at this point
Copy the full SHA c93f1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4411cae - Browse repository at this point
Copy the full SHA 4411caeView commit details
Commits on Dec 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5c2b081 - Browse repository at this point
Copy the full SHA 5c2b081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9faf8da - Browse repository at this point
Copy the full SHA 9faf8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2ac9b - Browse repository at this point
Copy the full SHA cb2ac9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 607f2c2 - Browse repository at this point
Copy the full SHA 607f2c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a722f - Browse repository at this point
Copy the full SHA a4a722fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9269a5 - Browse repository at this point
Copy the full SHA a9269a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b97005 - Browse repository at this point
Copy the full SHA 3b97005View commit details -
Configuration menu - View commit details
-
Copy full SHA for c227a34 - Browse repository at this point
Copy the full SHA c227a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e38ea8 - Browse repository at this point
Copy the full SHA 0e38ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244b54a - Browse repository at this point
Copy the full SHA 244b54aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2098dd2 - Browse repository at this point
Copy the full SHA 2098dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1374ad2 - Browse repository at this point
Copy the full SHA 1374ad2View commit details
Commits on Dec 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d42cf0d - Browse repository at this point
Copy the full SHA d42cf0dView commit details -
Skip duplicate exist check in addfunc
As per @guillep2k. We check if the id is in the pool under the write lock, there's no need to pre check under the read lock
Configuration menu - View commit details
-
Copy full SHA for be4388c - Browse repository at this point
Copy the full SHA be4388cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e79dae - Browse repository at this point
Copy the full SHA 3e79daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for caeecd2 - Browse repository at this point
Copy the full SHA caeecd2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.