mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[PR #1235] [CLOSED] CB-2702 refactor: remove global project const #2343
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#2343
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/1235
Author: @Wroud
Created: 10/25/2022
Status: ❌ Closed
Base:
devel← Head:refactor/cb-2702/remove-global-project-const📝 Commits (4)
b909179CB-2702 refactor: remove global project const056fb3dMerge branch 'devel' into refactor/cb-2702/remove-global-project-const967c270CB-2702 fix: imports1e93355Merge remote-tracking branch 'origin/devel' into refactor/cb-2702/remove-global-project-const📊 Changes
20 files changed (+100 additions, -55 deletions)
View changed files
📝
server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/model/WebProjectInfo.java(+3 -0)📝
server/bundles/io.cloudbeaver.server/schema/service.core.graphqls(+1 -0)📝
server/bundles/io.cloudbeaver.service.rm/schema/service.rm.graphqls(+1 -0)📝
webapp/packages/core-authentication/src/UsersResource.ts(+1 -0)📝
webapp/packages/core-authentication/src/index.ts(+1 -0)➖
webapp/packages/core-projects/src/PROJECT_GLOBAL_ID.ts(+0 -9)📝
webapp/packages/core-projects/src/ProjectInfoResource.ts(+2 -8)📝
webapp/packages/core-projects/src/index.ts(+0 -1)➕
webapp/packages/core-sdk/graphql.config.yml(+42 -0)📝
webapp/packages/core-sdk/src/queries/fragments/SharedProject.gql(+1 -0)📝
webapp/packages/core-sdk/src/queries/project/getProjectList.gql(+1 -0)📝
webapp/packages/core-sdk/src/queries/resource-manager/getResourceProjectList.gql(+1 -0)📝
webapp/packages/core-sdk/src/sdk.ts(+11 -6)📝
webapp/packages/plugin-authentication-administration/src/Administration/Users/Teams/GrantedConnections/GrantedConnections.tsx(+18 -13)📝
webapp/packages/plugin-authentication-administration/src/Administration/Users/UserForm/UserFormController.ts(+10 -8)📝
webapp/packages/plugin-authentication-administration/src/Administration/Users/UserForm/UserInfo.tsx(+1 -2)📝
webapp/packages/plugin-authentication-administration/src/Administration/Users/UsersTable/User.tsx(+0 -2)📝
webapp/packages/plugin-authentication-administration/src/Administration/Users/UsersTable/UsersTable.tsx(+1 -2)📝
webapp/packages/plugin-connections-administration/src/ConnectionForm/ConnectionAccess/ConnectionAccessTabService.ts(+4 -2)📝
webapp/packages/plugin-connections/src/ConnectionForm/Options/Options.tsx(+1 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.