1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-09 00:48:06 +00:00
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
2025-01-09 09:21:47 +08:00
..
actions.go Add a doctor check to disable the "Actions" unit for mirrors () 2024-11-10 23:37:24 +00:00
authorizedkeys.go Fix some pending problems () 2024-03-22 19:17:30 +08:00
breaking.go
checkOldArchives.go
dbconsistency_test.go Refactor older tests to use testify () 2025-01-09 09:21:47 +08:00
dbconsistency.go Add a db consistency check to remove runners that do not belong to a repository () 2024-04-23 03:51:52 +00:00
dbversion.go Refactor the DB migration system slightly () 2024-10-27 19:54:35 +08:00
doctor.go Add optional doctor storage init () 2024-04-08 20:59:09 +00:00
fix8312.go Move team related functions to service layer () 2024-11-27 21:12:26 +00:00
fix16961_test.go
fix16961.go Fix panic for fixBrokenRepoUnits16961 () 2024-03-26 14:45:11 +08:00
heads.go
lfs.go
main_test.go Fix oauth2 builtin application logic () 2024-04-08 04:13:34 +00:00
mergebase.go
misc.go
paths.go
repository.go
storage.go Resolve lint for unused parameter and unnecessary type arguments () 2024-04-29 08:47:56 +00:00
usertype.go