mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[PR #1502] [MERGED] CB-3154 save user creds to secrets in initConnection #2552
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#2552
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/1502
Author: @alexander-skoblikov
Created: 2/27/2023
Status: ✅ Merged
Merged: 3/20/2023
Merged by: @Wroud
Base:
devel← Head:CB-2964-te-save-user-credentials-in-init-connection-to-secret📝 Commits (10+)
7f93084CB-3154 save user creds to secrets in initConnection2f788deMerge branch 'devel' into CB-2964-te-save-user-credentials-in-init-connection-to-secretfa8bee4CB-3155 add tab 'change credentials'dc13337Merge branch 'devel' into CB-3155-add-ability-to-change-db-credentials97a5f95Merge branch 'CB-3155-add-ability-to-change-db-credentials' into CB-2964-te-save-user-credentials-in-init-connection-to-secret647d809Merge branch 'devel' into CB-2964-te-save-user-credentials-in-init-connection-to-secret7fced26CB-2964 feat: lazy loaders958c7f8Merge branch 'devel' into CB-2964-te-save-user-credentials-in-init-connection-to-secret8663841CB-2964 add reconnect, display tab conditionally98cc116Merge branch 'devel' into CB-2964-te-save-user-credentials-in-init-connection-to-secret📊 Changes
13 files changed (+100 additions, -24 deletions)
View changed files
📝
server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/core/impl/WebServiceCore.java(+12 -2)📝
webapp/packages/core-blocks/src/Loader/useAutoLoad.ts(+9 -2)📝
webapp/packages/core-sdk/src/Resource/CachedDataResource.ts(+3 -1)📝
webapp/packages/core-sdk/src/Resource/CachedMapResource.ts(+3 -1)📝
webapp/packages/core-ui/src/ContextMenu/ContextMenu.tsx(+4 -2)📝
webapp/packages/core-ui/src/ContextMenu/SubMenuElement.tsx(+4 -2)📝
webapp/packages/core-utils/src/ILoadableState.ts(+1 -0)📝
webapp/packages/plugin-connections/src/ConnectionAuthService.ts(+16 -11)➕
webapp/packages/plugin-connections/src/ContextMenu/Actions/ACTION_CONNECTION_CHANGE_CREDENTIALS.ts(+16 -0)📝
webapp/packages/plugin-connections/src/ContextMenu/ConnectionMenuBootstrap.ts(+28 -2)📝
webapp/packages/plugin-connections/src/DatabaseAuthDialog/DatabaseAuthDialog.tsx(+2 -1)📝
webapp/packages/plugin-navigation-tree/src/locales/en.ts(+1 -0)📝
webapp/packages/plugin-navigation-tree/src/locales/ru.ts(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.