You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/doctor
TheFox0x7 2a02734f93
Refactor older tests to use testify (#33140)
Refactor checks to use assert/require
Use require.Eventually for waiting in elastic and meilisearch tests
Use require to exit early instead of assert
3 weeks ago
..
actions.go Add a doctor check to disable the "Actions" unit for mirrors (#32424) 3 months ago
authorizedkeys.go Fix some pending problems (#29985) 10 months ago
breaking.go
checkOldArchives.go
dbconsistency.go Add a db consistency check to remove runners that do not belong to a repository (#30614) 9 months ago
dbconsistency_test.go Refactor older tests to use testify (#33140) 3 weeks ago
dbversion.go Refactor the DB migration system slightly (#32344) 3 months ago
doctor.go Add optional doctor storage init (#30330) 10 months ago
fix8312.go Move team related functions to service layer (#32537) 2 months ago
fix16961.go Fix panic for `fixBrokenRepoUnits16961` (#30068) 10 months ago
fix16961_test.go
heads.go
lfs.go
main_test.go Fix oauth2 builtin application logic (#30304) 10 months ago
mergebase.go
misc.go
paths.go
repository.go
storage.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 9 months ago
usertype.go