forgejo/cmd
Giteabot d6cf261be8
Call git.InitSimple for runRepoSyncReleases (#26396) (#26450)
Backport #26396 by @wxiaoguang

Fix #26394

Otherwise, the git module is not initialized and it doesn't respect the
"timeout" config in app.ini

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-08-10 23:16:12 +00:00
..
actions.go Refactor path & config system (#25330) (#25416) 2023-06-22 16:27:18 +00:00
admin.go Call git.InitSimple for runRepoSyncReleases (#26396) (#26450) 2023-08-10 23:16:12 +00:00
admin_auth_ldap.go
admin_auth_ldap_test.go
admin_user.go
admin_user_change_password.go
admin_user_create.go
admin_user_delete.go
admin_user_generate_access_token.go Fix CLI allowing creation of access tokens with existing name (#26071) (#26144) 2023-07-26 01:30:50 +00:00
admin_user_list.go
admin_user_must_change_password.go
cert.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
cmd.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
convert.go
docs.go
doctor.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
dump.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
dump_repo.go
embedded.go Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands (#25567) (#25576) 2023-06-29 06:30:40 +02:00
generate.go
hook.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
hook_test.go
keys.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
mailer.go Refactor path & config system (#25330) (#25416) 2023-06-22 16:27:18 +00:00
main.go Fix incorrect CLI exit code and duplicate error message (#26346) (#26347) 2023-08-05 23:37:04 +08:00
main_test.go Fix incorrect CLI exit code and duplicate error message (#26346) (#26347) 2023-08-05 23:37:04 +08:00
manager.go
manager_logging.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
migrate.go
migrate_storage.go
migrate_storage_test.go
restore_repo.go Refactor path & config system (#25330) (#25416) 2023-06-22 16:27:18 +00:00
serv.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
web.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
web_acme.go
web_graceful.go
web_https.go