This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/services/migrations
zeripath 2d21d2af9e
Make migrations SKIP_TLS_VERIFY apply to git too (#19132)
Make SKIP_TLS_VERIFY apply to git data migrations too through adding the `-c http.sslVerify=false` option to the git clone command.

Fix #18998

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-19 14:16:38 +00:00
..
codebase.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
codebase_test.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.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_uploader.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gitea_uploader_test.go
github.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
github_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
gitlab_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
gogs_test.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.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
migrate_test.go
onedev.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
restore.go Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
update.go