Commit Graph

8 Commits (40dc7342cf98ce3daf5e7d1dff66c35247da13b7)

Author SHA1 Message Date
Ethan Koenig 6eaeb01ecf Update code.gitea.io/git ()
Ethan Koenig a89592d4ab Reduce repo indexer disk usage ()
Ethan Koenig b16c84de7b Fix synchronization bug in repo indexer ()
Ethan Koenig b0d5bb909b Delete indexer DB entries when (re)creating index ()
* comment
Ethan Koenig ccdb94992d Asynchronously populate the repo indexer ()
* Populate repo indexer in background

* Check if no repos exist

* race cond
Sandro Santilli 8cd987af0c Add repo-sync-releases admin command ()
* Add repo-sync-releases admin command

Will help recovering corrupted database, see 

* 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
Ethan Koenig 5e4427e4e7 Fix repo indexer and submodule bug ()
Ethan Koenig 5866eb2321 Code/repo search ()
Indexed search of repository contents (for default branch only)