[PR #1297] [CLOSED] Cb 2873 ssh creds saving doesnt work when database creds arent saved #2389

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1297
Author: @alexander-skoblikov
Created: 11/17/2022
Status: Closed

Base: release_22_2_5Head: CB-2873-ssh-creds-saving-doesnt-work-when-database-creds-arent-saved


📝 Commits (9)

  • f277158 CB-2873 revert loader behaviour, otherwise state mutates
  • 3b8eeb5 CB-2875 fix: can open event
  • 43b687d chore: version update 22.2.5
  • 5b8b516 Merge pull request #1294 from dbeaver/chore/version/22_2_5
  • fd66fb2 chore: version update 22.3.0
  • 75f30a2 Merge pull request #1295 from dbeaver/chore/version/22_3_0
  • f8fb0a3 CB-2886 always send ssh config
  • de141a9 Merge pull request #1293 from dbeaver/fix/cb-2875/logout
  • ebce163 Merge remote-tracking branch 'origin/devel' into CB-2873-ssh-creds-saving-doesnt-work-when-database-creds-arent-saved

📊 Changes

7 files changed (+24 additions, -26 deletions)

View changed files

📝 server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/model/WebConnectionInfo.java (+2 -5)
📝 webapp/packages/core-navigation-tree/src/NodesManager/NavNodeManagerService.ts (+1 -1)
📝 webapp/packages/plugin-connections/src/ConnectionAuthentication/NetworkHandlerAuthForm.tsx (+1 -0)
📝 webapp/packages/plugin-connections/src/DatabaseAuthDialog/DBAuthDialogFooter.tsx (+0 -1)
📝 webapp/packages/plugin-connections/src/DatabaseAuthDialog/DatabaseAuthDialog.tsx (+15 -14)
📝 webapp/packages/plugin-sql-editor-navigation-tab-resource/src/PluginBootstrap.ts (+2 -2)
📝 webapp/packages/product-default/package.json (+3 -3)

📄 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/1297 **Author:** [@alexander-skoblikov](https://github.com/alexander-skoblikov) **Created:** 11/17/2022 **Status:** ❌ Closed **Base:** `release_22_2_5` ← **Head:** `CB-2873-ssh-creds-saving-doesnt-work-when-database-creds-arent-saved` --- ### 📝 Commits (9) - [`f277158`](https://github.com/dbeaver/cloudbeaver/commit/f2771587c37bb7fcfe6affff09289664664459ea) CB-2873 revert loader behaviour, otherwise state mutates - [`3b8eeb5`](https://github.com/dbeaver/cloudbeaver/commit/3b8eeb59a9f1735223fc1ec8cf0871e2316f5ba8) CB-2875 fix: can open event - [`43b687d`](https://github.com/dbeaver/cloudbeaver/commit/43b687df22cc9d5c564f7319f7ac6404b03ee088) chore: version update 22.2.5 - [`5b8b516`](https://github.com/dbeaver/cloudbeaver/commit/5b8b5168ce0cd9c8945960586e40aa56e8d625de) Merge pull request #1294 from dbeaver/chore/version/22_2_5 - [`fd66fb2`](https://github.com/dbeaver/cloudbeaver/commit/fd66fb281cef0fb662eb2bb38714ce12e2bb9d40) chore: version update 22.3.0 - [`75f30a2`](https://github.com/dbeaver/cloudbeaver/commit/75f30a22634b44c55c34dffaa75628b611566a6d) Merge pull request #1295 from dbeaver/chore/version/22_3_0 - [`f8fb0a3`](https://github.com/dbeaver/cloudbeaver/commit/f8fb0a3475a641c85b5709be66c0ed78b86ea417) CB-2886 always send ssh config - [`de141a9`](https://github.com/dbeaver/cloudbeaver/commit/de141a9e930dd87166b925156dfe248137a58972) Merge pull request #1293 from dbeaver/fix/cb-2875/logout - [`ebce163`](https://github.com/dbeaver/cloudbeaver/commit/ebce16333ba8cf0b2c501f65daba87cc50e0abc9) Merge remote-tracking branch 'origin/devel' into CB-2873-ssh-creds-saving-doesnt-work-when-database-creds-arent-saved ### 📊 Changes **7 files changed** (+24 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/model/WebConnectionInfo.java` (+2 -5) 📝 `webapp/packages/core-navigation-tree/src/NodesManager/NavNodeManagerService.ts` (+1 -1) 📝 `webapp/packages/plugin-connections/src/ConnectionAuthentication/NetworkHandlerAuthForm.tsx` (+1 -0) 📝 `webapp/packages/plugin-connections/src/DatabaseAuthDialog/DBAuthDialogFooter.tsx` (+0 -1) 📝 `webapp/packages/plugin-connections/src/DatabaseAuthDialog/DatabaseAuthDialog.tsx` (+15 -14) 📝 `webapp/packages/plugin-sql-editor-navigation-tab-resource/src/PluginBootstrap.ts` (+2 -2) 📝 `webapp/packages/product-default/package.json` (+3 -3) </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:43 +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#2389
No description provided.