gitea/modules/doctor
Zettat123 df411819eb
Check LFS/Packages settings in dump and doctor command ()
Close  

As described in the issue, disabling the LFS/Package settings will cause
errors when running `gitea dump` or `gitea doctor`. We need to check the
settings and the related operations should be skipped if the settings
are disabled.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
authorizedkeys.go Implement FSFE REUSE for golang files ()
breaking.go Implement FSFE REUSE for golang files ()
checkOldArchives.go Implement FSFE REUSE for golang files ()
dbconsistency.go Refactor `setting.Database.UseXXX` to methods ()
dbversion.go Support disabling database auto migration ()
doctor.go Refactor the setting to make unit test easier ()
fix16961.go Implement FSFE REUSE for golang files ()
fix16961_test.go Implement FSFE REUSE for golang files ()
heads.go Implement FSFE REUSE for golang files ()
lfs.go Add cron method to gc LFS MetaObjects ()
mergebase.go Implement FSFE REUSE for golang files ()
misc.go Rename `repo.GetOwner` to `repo.LoadOwner` ()
paths.go Refactor the setting to make unit test easier ()
storage.go Check LFS/Packages settings in dump and doctor command ()
usertype.go Implement FSFE REUSE for golang files ()