forgejo/services/migrations
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context ()
This PR continues the work in  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 () 2022-01-10 17:32:37 +08:00
codebase_test.go Add migrate from Codebase () 2021-12-02 23:24:02 +01:00
dump.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
error.go Move migrations into services and base into modules/migration () 2021-11-16 23:25:33 +08:00
git.go Move migrations into services and base into modules/migration () 2021-11-16 23:25:33 +08:00
gitbucket.go Move migrations into services and base into modules/migration () 2021-11-16 23:25:33 +08:00
gitea_downloader.go Use hostmatcher to replace matchlist, improve security () 2021-11-20 17:34:05 +08:00
gitea_downloader_test.go Move migrations into services and base into modules/migration () 2021-11-16 23:25:33 +08:00
gitea_uploader.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
gitea_uploader_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
github.go Use hostmatcher to replace matchlist, improve security () 2021-11-20 17:34:05 +08:00
github_test.go refactoring nits () 2022-01-05 07:27:53 +01:00
gitlab.go Use hostmatcher to replace matchlist, improve security () 2021-11-20 17:34:05 +08:00
gitlab_test.go refactoring nits () 2022-01-05 07:27:53 +01:00
gogs.go Fix various typos () 2022-01-10 17:32:37 +08:00
gogs_test.go refactoring nits () 2022-01-05 07:27:53 +01:00
http_client.go Use hostmatcher to replace matchlist, improve security () 2021-11-20 17:34:05 +08:00
main_test.go Add migrate from Codebase () 2021-12-02 23:24:02 +01:00
migrate.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
migrate_test.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
onedev.go Fix various typos () 2022-01-10 17:32:37 +08:00
onedev_test.go Move migrations into services and base into modules/migration () 2021-11-16 23:25:33 +08:00
restore.go Simplify parameter types () 2021-12-20 04:41:31 +00:00
update.go Move more model into models/user () 2021-11-28 22:11:58 +08:00