gitea/services/doctor
Lunny Xiao f62f68cbdd
Move team related functions to service layer (#32537)
There are still some functions under `models` after last big refactor
about `models`. This change will move all team related functions to
service layer with no code change.
2024-11-27 21:12:26 +00:00
..
actions.go Add a doctor check to disable the "Actions" unit for mirrors (#32424) 2024-11-10 23:37:24 +00:00
authorizedkeys.go Fix some pending problems (#29985) 2024-03-22 19:17:30 +08:00
breaking.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
checkOldArchives.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
dbconsistency_test.go Fix oauth2 builtin application logic (#30304) 2024-04-08 04:13:34 +00:00
dbconsistency.go Add a db consistency check to remove runners that do not belong to a repository (#30614) 2024-04-23 03:51:52 +00:00
dbversion.go Refactor the DB migration system slightly (#32344) 2024-10-27 19:54:35 +08:00
doctor.go Add optional doctor storage init (#30330) 2024-04-08 20:59:09 +00:00
fix8312.go Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
fix16961_test.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
fix16961.go Fix panic for fixBrokenRepoUnits16961 (#30068) 2024-03-26 14:45:11 +08:00
heads.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
lfs.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
main_test.go Fix oauth2 builtin application logic (#30304) 2024-04-08 04:13:34 +00:00
mergebase.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
misc.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
paths.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
repository.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00
storage.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
usertype.go Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00