-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Feature Description
As I found in the related forum thread, runDumpRepository
never calls LoadSettings
, meaning settings are ignored when trying to migrate repos. In my case, this mean SKIP_TLS_VERIFY
does nothing when running dump_repo
.
Adding setting.LoadSettings()
somewhere in runDumpRepository
would fix the issue, but I'm not sure if it would have unwanted side effects.
Edit: Specifically, I'm using ./gitea dump-repo
on the cli.
Screenshots
No response
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.