gitea/cmd
zeripath 65baacf227
Make hook status printing configurable with delay ()
* Delay printing hook statuses until after 1 second

* Move to a 5s delay, wrapped writer structure and add config

* Update cmd/hook.go

* Apply suggestions from code review

* Update cmd/hook.go

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
..
admin.go Fix : admin auth list make readable and admin auth delete bug fix ()
admin_auth_ldap.go Add CLI commands to manage LDAP authentication source ()
admin_auth_ldap_test.go Add CLI commands to manage LDAP authentication source ()
cert.go Add golangci ()
cmd.go Move database settings from models to setting ()
convert.go Move database settings from models to setting ()
doctor.go Add a new command doctor to check if some wrong configurations on gitea instance ()
dump.go Fixed errors logging in dump.go ()
generate.go Rename LFS_JWT_SECRET to include OAUTH2 as well ()
hook.go Make hook status printing configurable with delay ()
keys.go Add debug option to serv to help debug problems ()
migrate.go Graceful: Xorm, RepoIndexer, Cron and Others ()
serv.go Add debug option to serv to help debug problems ()
web.go Graceful: Xorm, RepoIndexer, Cron and Others ()
web_graceful.go Graceful: Xorm, RepoIndexer, Cron and Others ()