0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-18 09:13:38 +01:00
gitea/services/migrations
wxiaoguang 7a550b3af2
Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163)
* Remove `db.DefaultContext` usage in routers, use `ctx` directly

* Use `ctx` directly if there is one, remove some `db.DefaultContext` in `services`

* Use ctx instead of db.DefaultContext for `cmd` and some `modules` packages

* fix incorrect context usage
2022-03-22 16:22:54 +01:00
..
codebase_test.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
codebase.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
dump.go Make migrations SKIP_TLS_VERIFY apply to git too (#19132) 2022-03-19 14:16:38 +00:00
error.go
git.go
gitbucket.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gitea_downloader_test.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gitea_downloader.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gitea_uploader_test.go
gitea_uploader.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
github_test.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
github.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gitlab_test.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gitlab.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gogs_test.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gogs.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
http_client.go
main_test.go
migrate_test.go
migrate.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
onedev_test.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
onedev.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
restore.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
update.go