[PR #1352] [MERGED] CB-2960 feat: load only active project data #2437

Closed
opened 2026-03-07 21:08:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1352
Author: @Wroud
Created: 12/7/2022
Status: Merged
Merged: 12/22/2022
Merged by: @Wroud

Base: develHead: feat/cb-2960/load-only-active-project-data


📝 Commits (10+)

  • cff3b78 CB-2960 feat: load only active project data
  • ad92451 CB-2960 feat: add ConnectionInfoActiveProjectKey
  • df05738 CB-2960 feat: load only global project for administration
  • f093750 Merge branch 'devel' into feat/cb-2960/load-only-active-project-data
  • 46655df Merge branch 'devel' into feat/cb-2960/load-only-active-project-data
  • 9d1f0a3 CB-2960 feat: update merge
  • d11edfb Merge branch 'devel' into feat/cb-2960/load-only-active-project-data
  • 7444b69 Merge remote-tracking branch 'origin/devel' into feat/cb-2960/load-only-active-project-data
  • 0888969 Merge remote-tracking branch 'origin/devel' into feat/cb-2960/load-only-active-project-data
  • db40f00 Merge branch 'devel' into feat/cb-2960/load-only-active-project-data

📊 Changes

35 files changed (+223 additions, -147 deletions)

View changed files

📝 server/bundles/io.cloudbeaver.server/schema/service.core.graphqls (+2 -2)
📝 server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/core/DBWServiceCore.java (+4 -1)
📝 server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/core/WebServiceBindingCore.java (+1 -1)
📝 server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/core/impl/WebServiceCore.java (+7 -1)
📝 webapp/packages/core-connections/src/ConnectionInfoResource.ts (+51 -15)
📝 webapp/packages/core-connections/src/ConnectionsManagerService.ts (+5 -11)
📝 webapp/packages/core-connections/src/ContainerResource.ts (+3 -3)
📝 webapp/packages/core-connections/src/DatabaseConnection.ts (+2 -2)
📝 webapp/packages/core-connections/src/NavTree/ConnectionNavNodeService.ts (+5 -5)
📝 webapp/packages/core-projects/src/ProjectInfoResource.ts (+13 -4)
📝 webapp/packages/core-projects/src/ProjectsService.ts (+7 -1)
📝 webapp/packages/core-sdk/src/Resource/ResourceKeyList.ts (+9 -0)
📝 webapp/packages/core-sdk/src/queries/connections/getUserConnections.gql (+2 -1)
📝 webapp/packages/core-sdk/src/sdk.ts (+9 -3)
📝 webapp/packages/core-utils/src/underscore.ts (+1 -1)
📝 webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/ConnectionList.tsx (+2 -3)
📝 webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/GrantedConnections.tsx (+16 -11)
📝 webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/GrantedConnectionsList.tsx (+2 -3)
📝 webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/GrantedConnectionsTabService.ts (+2 -2)
📝 webapp/packages/plugin-authentication-administration/src/Administration/Users/UserForm/ConnectionAccess/ConnectionAccessTabBootstrap.ts (+2 -2)

...and 15 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/1352 **Author:** [@Wroud](https://github.com/Wroud) **Created:** 12/7/2022 **Status:** ✅ Merged **Merged:** 12/22/2022 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/cb-2960/load-only-active-project-data` --- ### 📝 Commits (10+) - [`cff3b78`](https://github.com/dbeaver/cloudbeaver/commit/cff3b7883cbc4dd43a4601ccdfe0870a62a09b90) CB-2960 feat: load only active project data - [`ad92451`](https://github.com/dbeaver/cloudbeaver/commit/ad92451d3b26f2c0092ac6367357bf7142d8db40) CB-2960 feat: add ConnectionInfoActiveProjectKey - [`df05738`](https://github.com/dbeaver/cloudbeaver/commit/df05738113315e804612ac9e0bbb7a9c14127c81) CB-2960 feat: load only global project for administration - [`f093750`](https://github.com/dbeaver/cloudbeaver/commit/f093750cbff99da20dcd55190f2dd6891bc4ca11) Merge branch 'devel' into feat/cb-2960/load-only-active-project-data - [`46655df`](https://github.com/dbeaver/cloudbeaver/commit/46655dffd43e66f6a77ddf4efd444208f19cee32) Merge branch 'devel' into feat/cb-2960/load-only-active-project-data - [`9d1f0a3`](https://github.com/dbeaver/cloudbeaver/commit/9d1f0a33823b7ff078af9a36ba323dcdac18804e) CB-2960 feat: update merge - [`d11edfb`](https://github.com/dbeaver/cloudbeaver/commit/d11edfb8d8a76d8471b7631aac1e5213c892648d) Merge branch 'devel' into feat/cb-2960/load-only-active-project-data - [`7444b69`](https://github.com/dbeaver/cloudbeaver/commit/7444b691e31bab158f706a80098c5f7f25266566) Merge remote-tracking branch 'origin/devel' into feat/cb-2960/load-only-active-project-data - [`0888969`](https://github.com/dbeaver/cloudbeaver/commit/0888969316bd6037e8e1863a296c89b675572972) Merge remote-tracking branch 'origin/devel' into feat/cb-2960/load-only-active-project-data - [`db40f00`](https://github.com/dbeaver/cloudbeaver/commit/db40f006dda420e3629bbc3cf4f40c23d5fb1382) Merge branch 'devel' into feat/cb-2960/load-only-active-project-data ### 📊 Changes **35 files changed** (+223 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `server/bundles/io.cloudbeaver.server/schema/service.core.graphqls` (+2 -2) 📝 `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/core/DBWServiceCore.java` (+4 -1) 📝 `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/core/WebServiceBindingCore.java` (+1 -1) 📝 `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/core/impl/WebServiceCore.java` (+7 -1) 📝 `webapp/packages/core-connections/src/ConnectionInfoResource.ts` (+51 -15) 📝 `webapp/packages/core-connections/src/ConnectionsManagerService.ts` (+5 -11) 📝 `webapp/packages/core-connections/src/ContainerResource.ts` (+3 -3) 📝 `webapp/packages/core-connections/src/DatabaseConnection.ts` (+2 -2) 📝 `webapp/packages/core-connections/src/NavTree/ConnectionNavNodeService.ts` (+5 -5) 📝 `webapp/packages/core-projects/src/ProjectInfoResource.ts` (+13 -4) 📝 `webapp/packages/core-projects/src/ProjectsService.ts` (+7 -1) 📝 `webapp/packages/core-sdk/src/Resource/ResourceKeyList.ts` (+9 -0) 📝 `webapp/packages/core-sdk/src/queries/connections/getUserConnections.gql` (+2 -1) 📝 `webapp/packages/core-sdk/src/sdk.ts` (+9 -3) 📝 `webapp/packages/core-utils/src/underscore.ts` (+1 -1) 📝 `webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/ConnectionList.tsx` (+2 -3) 📝 `webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/GrantedConnections.tsx` (+16 -11) 📝 `webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/GrantedConnectionsList.tsx` (+2 -3) 📝 `webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/GrantedConnectionsTabService.ts` (+2 -2) 📝 `webapp/packages/plugin-authentication-administration/src/Administration/Users/UserForm/ConnectionAccess/ConnectionAccessTabBootstrap.ts` (+2 -2) _...and 15 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:08:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#2437
No description provided.