summaryrefslogtreecommitdiffstats
path: root/models/repo_indexer.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | * comment
* Asynchronously populate the repo indexer (#3366)Ethan Koenig2018-01-141-17/+41
| | | | | | | | * Populate repo indexer in background * Check if no repos exist * race cond
* Add repo-sync-releases admin command (#3254)Sandro Santilli2017-12-311-1/+1
| | | | | | | | | | | | | | | | | | * Add repo-sync-releases admin command Will help recovering corrupted database, see #3247 * Load repos in chunks of 10, exit with error if unable to get a list, scan private repos, fix typo * Fix debug output about num releases * Introduce RepositoryListDefaultPageSize constant, set to 64 Use it from the new admin command * Use RepositoryListDefaultPageSize in more places * Document RepositoryListDefaultPageSize
* Fix repo indexer and submodule bug (#3107)Ethan Koenig2017-12-071-4/+4
|
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+302
Indexed search of repository contents (for default branch only)