fix: postgres-ownership#73
Conversation
Add `options: HashMap<String, serde_json::Value>` to DatabaseConfig and `options: Option<HashMap<...>>` to InputDatabaseConfig so callers can pass arbitrary per-database options (e.g. keep_ownership for pg_dumpall). Update all DatabaseConfig struct literals in test files and add three new config-service unit tests covering present, absent, and non-bool values.
…ed on keep_ownership option
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (17)
📝 WalkthroughWalkthroughAdds a generic ChangesPostgreSQL options and restore enhancements
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Summary by CodeRabbit
New Features
Bug Fixes
Tests