forgejo/cmd
Lunny Xiao 623a539f23
Move pidfile creation from setting to web cmd package (#23285)
Creating pid file should not belong to setting package and only web
command needs that. So this PR moves pidfile creation from setting
package to web command package to keep setting package more readable.

I marked this as `break` because the PIDFile path moved. For those who
have used the pid build argument, it has to be changed.

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2023-03-16 15:22:54 +08:00
..
admin.go Handle OpenID discovery URL errors a little nicer when creating/editing sources (#23397) 2023-03-10 01:14:43 -05:00
admin_auth_ldap.go
admin_auth_ldap_test.go
admin_user.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_change_password.go Provide the ability to set password hash algorithm parameters (#22942) 2023-02-19 15:35:20 +08:00
admin_user_create.go Provide the ability to set password hash algorithm parameters (#22942) 2023-02-19 15:35:20 +08:00
admin_user_delete.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
admin_user_generate_access_token.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_list.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_must_change_password.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
cert.go
cmd.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
convert.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +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 add path prefix to ObjectStorage.Iterator (#23332) 2023-03-13 18:23:51 +08: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) 2023-02-28 14:33:10 -06:00
web.go Move pidfile creation from setting to web cmd package (#23285) 2023-03-16 15:22:54 +08:00
web_acme.go
web_graceful.go
web_https.go