forgejo/modules/setting
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
..
actions.go
admin.go
api.go
attachment.go
cache.go
camo.go
config_provider.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
cors.go
cron.go
cron_test.go
database.go Move pidfile creation from setting to web cmd package (#23285) 2023-03-16 15:22:54 +08:00
database_sqlite.go
database_test.go
federation.go
git.go Support reflogs (#22451) 2023-03-13 15:51:07 +08:00
highlight.go
i18n.go
incoming_email.go
indexer.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
indexer_test.go
lfs.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
log.go Parse external request id from request headers, and print it in access log (#22906) 2023-03-10 09:54:32 -06:00
mailer.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
oauth2.go
other.go
packages.go Add Swift package registry (#22404) 2023-03-13 15:28:39 -05:00
packages_test.go
picture.go
project.go
proxy.go
queue.go
repository.go
security.go
server.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
service.go
session.go
setting.go Move pidfile creation from setting to web cmd package (#23285) 2023-03-16 15:22:54 +08:00
setting_test.go
ssh.go
storage.go Add InsecureSkipVerify to Minio Client for Storage (#23166) 2023-02-27 16:26:13 +00:00
storage_test.go
task.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
time.go
ui.go
webhook.go