This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/cmd
Giteabot 9843a0b741
Close the temp file when dumping database to make the temp file can be deleted on Windows (#23249) (#23251)
Backport #23249

There was no `dbDump.Close()` before, Windows doesn't like to delete
opened files.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-03-02 11:47:07 -05:00
..
admin.go
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
admin_user_list.go
admin_user_must_change_password.go
cert.go
cmd.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
convert.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
docs.go
doctor.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
dump.go Close the temp file when dumping database to make the temp file can be deleted on Windows (#23249) (#23251) 2023-03-02 11:47:07 -05:00
dump_repo.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
embedded.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
embedded_stub.go
generate.go
hook.go
hook_test.go
keys.go
mailer.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
main_test.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
manager.go
manager_logging.go
migrate.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
migrate_storage.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
migrate_storage_test.go
restore_repo.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
serv.go Make `gitea serv` respect git binary home (#23138) (#23197) 2023-02-28 16:46:23 -06:00
web.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
web_acme.go
web_graceful.go
web_https.go