gitea/cmd
6543 726e1e5279
Doctor check & fix db consistency ()
needed to fix issue as described in 

* rename check-db to check-db-version
* add check-db-consistency:
* find issues without existing repository
* find pulls without existing issues
* find tracked times without existing issues/pulls
* find labels without repository or org reference

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
admin.go make `gitea admin auth list` formatting configurable ()
admin_auth_ldap.go Add restricted user filter to LDAP authentication ()
admin_auth_ldap_test.go Add restricted user filter to LDAP authentication ()
cert.go Add golangci ()
cmd.go Move database settings from models to setting ()
convert.go Move database settings from models to setting ()
doctor.go Doctor check & fix db consistency ()
dump.go cmd: dump: check value of skip-repository flag ()
embedded.go Implement "embedded" command to extract static resources ()
embedded_stub.go Implement "embedded" command to extract static resources ()
generate.go TrimSpace when reading InternalToken from a file ()
hook.go Add debug option to hooks ()
keys.go Add debug option to serv to help debug problems ()
manager.go Queue: Make WorkerPools and Queues flushable ()
migrate.go Graceful: Xorm, RepoIndexer, Cron and Others ()
serv.go Multiple LFS improvements ()
web.go Graceful: Xorm, RepoIndexer, Cron and Others ()
web_graceful.go Graceful: Xorm, RepoIndexer, Cron and Others ()