gitea/modules/migrations
zeripath e3c3b33ea7
Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
* 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
2019-12-15 09:51:28 +00:00
..
base Add SyncTags to uploader interface (#9326) 2019-12-12 08:20:11 +08:00
error.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 2019-05-07 09:12:51 +08:00
git.go Import topics during migration (#7851) 2019-08-14 14:16:12 +08:00
gitea.go Move some repository methods from models to modules/repository (#9353) 2019-12-14 18:30:01 +01:00
gitea_test.go Move migrating repository from frontend to backend (#6200) 2019-10-13 21:23:14 +08:00
github.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 2019-10-14 09:10:42 +03:00
github_test.go Update Github Migration Tests (#8938) 2019-11-12 22:48:21 +00:00
main_test.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 2019-05-07 09:12:51 +08:00
migrate.go Add SyncTags to uploader interface (#9326) 2019-12-12 08:20:11 +08:00
update.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 2019-12-15 09:51:28 +00:00