0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 15:52:05 +01:00
gitea/modules
zeripath 30181d459d Wrap the code indexer (#9476)
* Wrap the code indexer

In order to prevent a data race in the code indexer it must be wrapped
with a holder otherwise it is possible to Search/Index on an
incompletely initialised indexer, and search will fail with a nil
pointer until the repository indexer is initialised.

Further a completely initialised repository indexer should not be closed
until Termination otherwise actions in Hammer/Shutdown phases could
block or be lost.

Finally, there is a complex dance of shutdown etiquette should the index
initialisation fail. This PR restores that.

* Always return err if closed whilst waiting

Co-authored-by: techknowlogick <matti@mdranta.net>
2019-12-24 15:26:34 +08:00
..
auth
avatar
base
cache
charset deps: update and fix chardet import (#9351) 2019-12-14 02:15:48 +02:00
context Use Req.URL.RequestURI() to cope with FCGI urls (#9473) 2019-12-24 00:11:12 +00:00
convert
cron Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 2019-12-15 09:51:28 +00:00
generate
git Change target branch for pull request (#6488) 2019-12-16 14:20:25 +08:00
gitgraph
graceful Fix missed change to GetManager() (#9361) 2019-12-15 13:15:17 +00:00
highlight
httplib
indexer Wrap the code indexer (#9476) 2019-12-24 15:26:34 +08:00
lfs Make repository management section handle lfs locks (#8726) 2019-12-12 21:18:07 +08:00
log Log: Ensure FLAGS=none is -1 (#9287) 2019-12-07 23:36:47 -05:00
markup Prefix all user-generated IDs in markup (#9477) 2019-12-23 22:38:50 +00:00
metrics
migrations Use OriginalURL insead of CloneAddr in migration logging (#9418) 2019-12-18 16:49:56 -05:00
notification Add ActionCommentPull action (#9456) 2019-12-22 08:29:26 +00:00
options
password
pprof
private AuthorizedKeysCommand should not query db directly (#9371) 2019-12-16 20:49:07 -05:00
process
public
recaptcha
references
repofiles [API] Extend contents with dates (#9464) 2019-12-24 10:33:52 +08:00
repository Move some repository methods from models to modules/repository (#9353) 2019-12-14 18:30:01 +01:00
secret
session
setting Use Req.URL.RequestURI() to cope with FCGI urls (#9473) 2019-12-24 00:11:12 +00:00
ssh Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 2019-12-15 09:51:28 +00:00
structs [API] Extend contents with dates (#9464) 2019-12-24 10:33:52 +08:00
sync Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 2019-12-15 09:51:28 +00:00
task Sleep longer if request speed is over github limitation (#9335) 2019-12-16 23:16:54 -05:00
templates Add ActionCommentPull action (#9456) 2019-12-22 08:29:26 +00:00
test
timeutil
upload
user
util
validation
webhook Fix Slack webhook payload title generation to work with Mattermost (#9378) 2019-12-18 12:01:00 +02:00