Skip to content

dbeaver/pro#9665 adds global network profiles - #4465

Open
sergeyteleshev wants to merge 14 commits into
develfrom
9665-cb-global-network-profiles-in-cloudbeaver
Open

dbeaver/pro#9665 adds global network profiles#4465
sergeyteleshev wants to merge 14 commits into
develfrom
9665-cb-global-network-profiles-in-cloudbeaver

Conversation

@sergeyteleshev

Copy link
Copy Markdown
Contributor

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 23 complexity

Metric Results
Complexity 23

View in Codacy

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.

@sergeyteleshev
sergeyteleshev marked this pull request as ready for review July 20, 2026 09:44
}

@injectable(() => [AdministrationItemService])
export class ConnectionsAdministrationService extends Bootstrap {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ConnectionsAdministrationServiceBootstrap

this.tabsContainer = new TabsContainer('Connections administration tabs');
}

addTab({ onActivate, onDeActivate, ...tabInfo }: IConnectionsTabOptions): void {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please dont add such logic to the bootstrap services, use general services for it, containers should be declared there also

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

separated logic to tab service and bootstrap

devnaumov
devnaumov previously approved these changes Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants