forgejo/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
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 refactoring nits (#18188) 2022-01-05 07:27:53 +01:00
gitlab.go
gitlab_test.go refactoring nits (#18188) 2022-01-05 07:27:53 +01:00
gogs.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
gogs_test.go refactoring nits (#18188) 2022-01-05 07:27:53 +01:00
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