Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/POD 1050 upgrade existing pro worksapces #1379

Conversation

pascalbreuninger
Copy link
Member

  • chore(ui): hide new providers in open source UI
  • chore(ui): remove console.log
  • fix(cli): resolve provider options after auto-upgrade in pro

@pascalbreuninger pascalbreuninger requested a review from a team November 13, 2024 15:17
@pascalbreuninger pascalbreuninger force-pushed the fix/POD-1050-upgrade-existing-pro-worksapces branch from 11bdb7f to 7057d5f Compare November 13, 2024 15:20
@@ -73,5 +74,10 @@ func (cmd *UpdateProviderCmd) Run(ctx context.Context, args []string) error {
return fmt.Errorf("update provider %s: %w", provider.Name, err)
}

err = providercmd.ConfigureProvider(ctx, provider, devPodConfig.DefaultContext, []string{}, false, false, nil, log.Discard)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think it would be nicer to move common functionality to pkg and not have the commands import each other

Copy link
Contributor

@bkneis bkneis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one optional remark

@pascalbreuninger pascalbreuninger merged commit 3098f52 into loft-sh:main Nov 13, 2024
17 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants