aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_indexer.go
Commit message (Expand)AuthorAgeFilesLines
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-3/+3
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-3/+40
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-366/+5
* fix race on indexer (#9136)Lunny Xiao2019-11-231-7/+12
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-1/+1
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-2/+25
* Restrict repository indexing by glob match (#7767)guillep2k2019-09-111-1/+15
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-1/+3
* Fixes indexed repos keeping outdated indexes when files grow too large (#7712)guillep2k2019-08-031-1/+1
* Include "executable" files in the index, as they are not necessarily binary (...guillep2k2019-08-021-1/+1
* Skip non-regular files (e.g. submodules) on repo indexing (#7711)guillep2k2019-08-021-5/+13
* Change UpdateRepoIndex api to include watchers (#7012)zeripath2019-05-231-8/+13
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Update code.gitea.io/git (#3482)Ethan Koenig2018-02-101-39/+13
* Reduce repo indexer disk usage (#3452)Ethan Koenig2018-02-051-6/+10
* Fix synchronization bug in repo indexer (#3455)Ethan Koenig2018-02-051-62/+100
* Delete indexer DB entries when (re)creating index (#3385)Ethan Koenig2018-01-171-0/+7
* Asynchronously populate the repo indexer (#3366)Ethan Koenig2018-01-141-17/+41
* Add repo-sync-releases admin command (#3254)Sandro Santilli2017-12-311-1/+1
* Fix repo indexer and submodule bug (#3107)Ethan Koenig2017-12-071-4/+4
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+302