aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sync
Commit message (Collapse)AuthorAgeFilesLines
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-9/+47
| | | | | | | | | | | | * Change graceful to use a singleton obtained through GetManager instead of a global. * Graceful: Make TestPullRequests shutdownable * Graceful: Make the cron tasks graceful * Graceful: AddTestPullRequest run in graceful ctx * Graceful: SyncMirrors shutdown * Graceful: SetDefaultContext for Xorm to be HammerContext * Avoid starting graceful for migrate commands and checkout * Graceful: DeliverHooks now can be shutdown * Fix multiple syncing errors in modules/sync/UniqueQueue & Make UniqueQueue closable * Begin the process of making the repo indexer shutdown gracefully
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Fix status table race condition (#1835)Ethan Koenig2017-05-312-0/+21
|
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-152-2/+2
|
* Add missing copyright header to status table test (#902)Andrew2017-02-111-0/+4
|
* Improve status table implementation (#879)Andrew2017-02-093-12/+29
| | | | | | | | * Remove superfluous defer calls * Improve status table implementation as well This would probably only help with large, high-traffic installs
* modules/sync: add UniqueQueueUnknwon2016-08-301-0/+70
|
* modules/sync: rename SingleInstancePool to ExclusivePoolUnknwon2016-08-301-9/+10
|
* Minor naming improvementUnknwon2016-08-171-0/+2
|
* modules/sync: move sync objects to independent moduleUnknwon2016-08-142-0/+116