gitea/modules/indexer/issues
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
..
bleve.go Allow cross-repository dependencies on issues (#7901) 2019-10-31 13:06:10 +08:00
bleve_test.go Allow cross-repository dependencies on issues (#7901) 2019-10-31 13:06:10 +08:00
db.go Allow cross-repository dependencies on issues (#7901) 2019-10-31 13:06:10 +08:00
indexer.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 2019-12-15 09:51:28 +00:00
indexer_test.go Allow cross-repository dependencies on issues (#7901) 2019-10-31 13:06:10 +08:00
queue.go Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144) 2019-02-21 13:01:28 +08:00
queue_channel.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
queue_disk.go upgrade levelqueue to 0.1.0 (#9192) 2019-11-28 23:37:33 +08:00
queue_redis.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00