You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/cmd
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
6 years ago
..
admin.go Add repo-sync-releases admin command (#3254) 6 years ago
cert.go Cleanup log messaging 7 years ago
dump.go Set session and indexers' data files rel to AppDataPath (#2192) 7 years ago
hook.go improve force push detect when push (#2798) 7 years ago
serv.go Improvements for supporting UI Location (#3146) 7 years ago
web.go Add an option to allow redirect of http port 80 to https. (#1928) 6 years ago
web_graceful.go refactor: show command help message. (#1486) 7 years ago
web_windows.go fix windows build broken by #416 7 years ago