Conversation
📝 WalkthroughWalkthroughIntroduces a local-only provider to enable compose operations without server authentication. Adds fallback mechanism in compose commands that switches to local-only mode using a minimal loader when cloud session initialization fails, while maintaining existing behavior for successful authentication paths. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)level=warning msg="[linters_context] running gomodguard failed: unable to read module file go.mod: current working directory must have a go.mod file: if you are not using go modules it is suggested to disable this linter" Comment |
|
Closed in favor of #1901 |
Description
When running
defang compose config, there is an panic because the user needs to be login which is not needed. If we have the stack we use it, if not we should be able to continue.panic:
Discover in this PR test: DefangLabs/samples#618
Linked Issues
Checklist
Summary by CodeRabbit
Release Notes