Commit Graph

9 Commits (b04a1d9d639a285db6c3fb9fd675ccb22a04fd14)

Author SHA1 Message Date
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
* move code.gitea.io/git to code.gitea.io/gitea/modules/git

* fix imports

* fix fmt

* fix misspell

* remove wrong tests data

* fix unit tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* enable Debug to trace the failure tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* comment commit count tests since git clone depth is 50

* fix tests

* update from code.gitea.io/git

* revert change to makefile
6 years ago
Ethan Koenig 6eaeb01ecf Update code.gitea.io/git (#3482) 7 years ago
Ethan Koenig a89592d4ab Reduce repo indexer disk usage (#3452) 7 years ago
Ethan Koenig b16c84de7b Fix synchronization bug in repo indexer (#3455) 7 years ago
Ethan Koenig b0d5bb909b Delete indexer DB entries when (re)creating index (#3385)
* comment
7 years ago
Ethan Koenig ccdb94992d Asynchronously populate the repo indexer (#3366)
* Populate repo indexer in background

* Check if no repos exist

* race cond
7 years ago
Sandro Santilli 8cd987af0c Add repo-sync-releases admin command (#3254)
* 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
7 years ago
Ethan Koenig 5e4427e4e7 Fix repo indexer and submodule bug (#3107) 7 years ago
Ethan Koenig 5866eb2321 Code/repo search (#2582)
Indexed search of repository contents (for default branch only)
7 years ago