0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-23 02:34:55 +02:00
gitea/modules/doctor
Zettat123 df411819eb
Check LFS/Packages settings in dump and doctor command (#23631)
Close #23622 

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>
2023-03-23 20:30:28 +08:00
..
authorizedkeys.go
breaking.go
checkOldArchives.go
dbconsistency.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
dbversion.go
doctor.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
fix16961.go
fix16961_test.go
heads.go
lfs.go
mergebase.go
misc.go
paths.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
storage.go Check LFS/Packages settings in dump and doctor command (#23631) 2023-03-23 20:30:28 +08:00
usertype.go