Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update code.gitea.io/git (#3482) | Ethan Koenig | 2018-02-10 | 1 | -39/+13 |
| | |||||
* | Reduce repo indexer disk usage (#3452) | Ethan Koenig | 2018-02-05 | 1 | -6/+10 |
| | |||||
* | Fix synchronization bug in repo indexer (#3455) | Ethan Koenig | 2018-02-05 | 1 | -62/+100 |
| | |||||
* | Delete indexer DB entries when (re)creating index (#3385) | Ethan Koenig | 2018-01-17 | 1 | -0/+7 |
| | | | | * comment | ||||
* | Asynchronously populate the repo indexer (#3366) | Ethan Koenig | 2018-01-14 | 1 | -17/+41 |
| | | | | | | | | * Populate repo indexer in background * Check if no repos exist * race cond | ||||
* | Add repo-sync-releases admin command (#3254) | Sandro Santilli | 2017-12-31 | 1 | -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 Koenig | 2017-12-07 | 1 | -4/+4 |
| | |||||
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 1 | -0/+302 |
Indexed search of repository contents (for default branch only) |