1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 07:04:59 +01:00
gitea/modules/doctor
6543 3e88af898a
Make git.OpenRepository accept Context (#19260)
* OpenRepositoryCtx -> OpenRepository
* OpenRepository -> openRepositoryWithDefaultContext, only for internal usage
2022-03-30 03:13:41 +08:00
..
authorizedkeys.go
checkOldArchives.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
dbconsistency.go
dbversion.go
doctor.go
fix16961_test.go
fix16961.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
mergebase.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
misc.go Make git.OpenRepository accept Context (#19260) 2022-03-30 03:13:41 +08:00
paths.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
storage.go
usertype.go