dbeaver/pro#9855: refactored to correct save - #4593
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
…ions-disapear-on-restart
…ions-disapear-on-restart
…e in another session (#4587) * dbeaver/pro#10246 Synchronize connection folder changes * dbeaver/pro#10246 Address static analysis findings * dbeaver/pro#10246 changes folder parent parsing according to new folder path logic * dbeaver/pro#10246 removes helper and resolves parent locally for nav node service * dbeaver/pro#10246 separate connected keys --------- Co-authored-by: sergeyteleshev <iamsergeyteleshev@gmail.com> Co-authored-by: Daria Marutkina <125263541+dariamarutkina@users.noreply.github.com> Co-authored-by: naumov <iamemptyhuh@gmail.com>
ca68561
…ions-disapear-on-restart
There was a problem hiding this comment.
🟢 Approval recommended
The change is a minimal, straightforward delegation override with no observed correctness, security, or maintainability issues in the modified region.
Pull request overview
This PR updates the WebGlobalProjectRegistryProxy backend proxy to fully implement data source registry updates by adding support for updating multiple data sources in one call, delegating the operation to the underlying dataSourceRegistry.
Changes:
- Added an
updateDataSources(List<? extends DBPDataSourceContainer>)override that forwards to the wrapped registry.
File summaries
| File | Description |
|---|---|
server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/WebGlobalProjectRegistryProxy.java |
Adds delegation for bulk data source updates to keep the proxy aligned with the underlying registry API. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
…ions-disapear-on-restart
closes: dbeaver/pro#9855