0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 23:41:11 +01:00
gitea/services/migrations
Giteabot 0629c08a6d
Support allowed hosts for migrations to work with proxy (#32025) (#32026)
Backport #32025 by @wolfogre

Fix #32024. Follow #27655.

After this PR, all usage of "new dial context" needs to provide a proxy,
so I dropped the old `NewDialContext` and renamed
`NewDialContextWithProxy` to `NewDialContext`.

Co-authored-by: Jason Song <i@wolfogre.com>
2024-09-11 14:54:19 +08:00
..
codebase.go
codebase_test.go
common.go
dump.go
error.go
git.go
gitbucket.go Change the default maxPerPage for gitbucket (#30392) 2024-04-11 22:51:40 -04:00
gitea_downloader.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
gitea_downloader_test.go
gitea_uploader.go Fix "force private" logic (#31012) (#31021) 2024-05-20 10:27:52 +08:00
gitea_uploader_test.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
github.go
github_test.go
gitlab.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
gitlab_test.go Properly migrate target branch change GitLab comment (#29340) 2024-02-24 07:49:16 +00:00
gogs.go
gogs_test.go
http_client.go Support allowed hosts for migrations to work with proxy (#32025) (#32026) 2024-09-11 14:54:19 +08:00
main_test.go
migrate.go Support allowed hosts for migrations to work with proxy (#32025) (#32026) 2024-09-11 14:54:19 +08:00
migrate_test.go
onedev.go
onedev_test.go
restore.go
update.go