0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 22:33:53 +01:00
gitea/services/doctor
Giteabot a4263d341c
Add a doctor check to disable the "Actions" unit for mirrors (#32424) (#32497)
Backport #32424 by @Zettat123

Resolve #32232

Users can disable the "Actions" unit for all mirror repos by running 
```
gitea doctor check --run  disable-mirror-actions-unit --fix
```

Co-authored-by: Zettat123 <zettat123@gmail.com>
2024-11-13 18:47:56 +00:00
..
actions.go Add a doctor check to disable the "Actions" unit for mirrors (#32424) (#32497) 2024-11-13 18:47:56 +00:00
authorizedkeys.go Fix some pending problems (#29985) 2024-03-22 19:17:30 +08:00
breaking.go
checkOldArchives.go
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
dbconsistency_test.go Fix oauth2 builtin application logic (#30304) 2024-04-08 04:13:34 +00:00
dbversion.go
doctor.go Add optional doctor storage init (#30330) 2024-04-08 20:59:09 +00:00
fix8312.go
fix16961.go Fix panic for fixBrokenRepoUnits16961 (#30068) 2024-03-26 14:45:11 +08:00
fix16961_test.go
heads.go
lfs.go
main_test.go Fix oauth2 builtin application logic (#30304) 2024-04-08 04:13:34 +00:00
mergebase.go
misc.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
paths.go
repository.go
storage.go Fix gitea doctor will remove repo-avatar files when execute command storage-archives (#30094) 2024-03-26 08:24:13 +00:00
usertype.go