mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[PR #1352] [MERGED] CB-2960 feat: load only active project data #2437
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#2437
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
devel← Head:feat/cb-2960/load-only-active-project-data📝 Commits (10+)
cff3b78CB-2960 feat: load only active project dataad92451CB-2960 feat: add ConnectionInfoActiveProjectKeydf05738CB-2960 feat: load only global project for administrationf093750Merge branch 'devel' into feat/cb-2960/load-only-active-project-data46655dfMerge branch 'devel' into feat/cb-2960/load-only-active-project-data9d1f0a3CB-2960 feat: update merged11edfbMerge branch 'devel' into feat/cb-2960/load-only-active-project-data7444b69Merge remote-tracking branch 'origin/devel' into feat/cb-2960/load-only-active-project-data0888969Merge remote-tracking branch 'origin/devel' into feat/cb-2960/load-only-active-project-datadb40f00Merge 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.