fix(installer): preserve existing core config (#2435) - #2583
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe installer now reads existing core settings from the configuration collector’s loaded state before applying CLI overrides. A new installation-component test verifies that unspecified values such as ChangesCore configuration preservation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
|
Just saw this, thank you @sanmaxdev will review and merge after I get a chance to test it. |
What
Preserve existing core configuration when an update supplies core command-line overrides. Add regression coverage for the update path.
Why
The existing configuration loader stores prior values separately, but the override merge read the new collection instead. As a result, values such as
project_namewere dropped.Fixes #2435
How
Testing
npm cinpm run test:installnpm run quality