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/modules/doctor
Earl Warren 59f9ef9fee
Remove action runners on user deletion (#27902)
- On user deletion, delete action runners that the user has created.
- Add a database consistency check to remove action runners that have
nonexistent belonging owner.
- Resolves https://codeberg.org/forgejo/forgejo/issues/1720

(cherry picked from commit 009ca7223dab054f7f760b7ccae69e745eebfabb)

Co-authored-by: Gusted <postmaster@gusted.xyz>
1 year ago
..
authorizedkeys.go Another round of `db.DefaultContext` refactor (#27103) 1 year ago
breaking.go
checkOldArchives.go
dbconsistency.go Remove action runners on user deletion (#27902) 1 year ago
dbversion.go
doctor.go
fix8312.go
fix16961.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
fix16961_test.go
heads.go
lfs.go
mergebase.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
misc.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
paths.go
repository.go refactor: make db iterate context aware (#27710) 1 year ago
storage.go
usertype.go