1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-11 05:30:03 -04:00
gitea/modules/doctor
wxiaoguang 75d96f4a02
Refactor legacy git init (#20376)
* merge `CheckLFSVersion` into `InitFull` (renamed from `InitWithSyncOnce`)
* remove the `Once` during git init, no data-race now
* for doctor sub-commands, `InitFull` should only be called in initialization stage

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-08-09 11:22:24 +08:00
..
authorizedkeys.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
breaking.go Fix various typos (#20338) 2022-07-12 23:32:37 +02:00
checkOldArchives.go
dbconsistency.go Backtick table name in generic orphan check (#20019) 2022-06-19 07:26:22 +08:00
dbversion.go
doctor.go
fix16961_test.go
fix16961.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
mergebase.go Refactor legacy git init (#20376) 2022-08-09 11:22:24 +08:00
misc.go Refactor legacy git init (#20376) 2022-08-09 11:22:24 +08:00
paths.go
storage.go
usertype.go