0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-18 02:41:58 +01:00
gitea/services/migrations
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868)
This PR continues the work in #17125 by progressively ensuring that git
commands run within the request context.

This now means that the if there is a git repo already open in the context it will be used instead of reopening it.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-01-19 23:26:57 +00:00
..
codebase.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
codebase_test.go
dump.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
error.go
git.go
gitbucket.go
gitea_downloader.go
gitea_downloader_test.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
gitea_uploader.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
gitea_uploader_test.go
github.go
github_test.go
gitlab.go
gitlab_test.go
gogs.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
gogs_test.go
http_client.go
main_test.go
migrate.go
migrate_test.go
onedev.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
onedev_test.go
restore.go
update.go