gitea/services/doctor
Giteabot 3ace45c118
Fix doctor deleting orphaned issues attachments (#34142) (#34571)
Backport #34142 by @lunny

Fix the bug when deleting orphaned issues attachments. The attachments
maybe stored on other storages service rather than disk.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2025-06-03 07:01:09 +00:00
..
actions.go
authorizedkeys.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
breaking.go
checkOldArchives.go
dbconsistency_test.go
dbconsistency.go Fix doctor deleting orphaned issues attachments (#34142) (#34571) 2025-06-03 07:01:09 +00:00
dbversion.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 2025-03-07 21:08:53 +00:00
doctor.go Improve log format (#33814) 2025-03-08 21:47:11 +08:00
fix8312.go
fix16961_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
fix16961.go
heads.go Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00
lfs.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
main_test.go
mergebase.go Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00
misc.go Use filepath.Join instead of path.Join for file system file operations (#33978) 2025-03-24 14:50:28 -07:00
paths.go
repository.go
storage.go add additional ReplaceAll in pathsep to cater for different pathsep (#34061) 2025-03-30 12:46:28 +08:00
usertype.go