gitea/services/doctor
TheFox0x7 2a02734f93
Refactor older tests to use testify ()
Refactor checks to use assert/require
Use require.Eventually for waiting in elastic and meilisearch tests
Use require to exit early instead of assert
..
actions.go Add a doctor check to disable the "Actions" unit for mirrors ()
authorizedkeys.go Fix some pending problems ()
breaking.go Move doctor package from modules to services ()
checkOldArchives.go Move doctor package from modules to services ()
dbconsistency.go Add a db consistency check to remove runners that do not belong to a repository ()
dbconsistency_test.go Refactor older tests to use testify ()
dbversion.go Refactor the DB migration system slightly ()
doctor.go Add optional doctor storage init ()
fix8312.go Move team related functions to service layer ()
fix16961.go Fix panic for `fixBrokenRepoUnits16961` ()
fix16961_test.go Move doctor package from modules to services ()
heads.go Move doctor package from modules to services ()
lfs.go Move doctor package from modules to services ()
main_test.go Fix oauth2 builtin application logic ()
mergebase.go Move doctor package from modules to services ()
misc.go Simplify how git repositories are opened ()
paths.go Move doctor package from modules to services ()
repository.go Move doctor package from modules to services ()
storage.go Resolve lint for unused parameter and unnecessary type arguments ()
usertype.go Move doctor package from modules to services ()