Normalize configured app URL#938
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughA new unexported ChangesnormalizeAppURL helper and tests
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #937.
Summary
Verification
gofmt -w internal/bootstrap/app_bootstrap.go internal/bootstrap/app_bootstrap_test.gogit diff --checkGOTOOLCHAIN=local go test ./internal/bootstrapfails before running tests because the local Go toolchain is 1.26.2 whilego.modrequires Go 1.26.4.go test ./internal/bootstrapstarted downloading Go 1.26.4 but did not complete in several minutes, so it was terminated to avoid blocking.Summary by CodeRabbit
Bug Fixes
Tests