[PR #223] [MERGED] fix(core-connections): CB-481 remove opportunity to switch url/proper… #1535

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/223
Author: @devnaumov
Created: 11/18/2020
Status: Merged
Merged: 11/18/2020
Merged by: @Wroud

Base: develHead: fix/connection-form-URL-switch


📝 Commits (5)

  • c7f4b87 fix(core-connections): CB-481 remove opportunity to switch url/properties for connection form
  • b4eb15b fix(core-connections): CB-481 remove extra styles, add separate URL check for new connection
  • 1d9612d fix(core-connections): CB-481 remove EConnectionType
  • 807496b fix(plugin-connection-custom): CB-481 remove URL/Params switch from connection-custom
  • 33b5a61 fix(plugin-connection-custom): CB-481 change css combinator to container

📊 Changes

7 files changed (+42 additions, -122 deletions)

View changed files

📝 webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/ConnectionForm.tsx (+1 -1)
📝 webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/ConnectionFormController.ts (+6 -8)
webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/EConnectionType.ts (+0 -12)
📝 webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/Options/Options.tsx (+25 -49)
📝 webapp/packages/plugin-connection-custom/src/CustomConnection/ConnectionFormDialog/ConnectionForm/ConnectionForm.tsx (+4 -36)
📝 webapp/packages/plugin-connection-custom/src/CustomConnection/ConnectionFormDialog/ConnectionForm/IFormController.ts (+1 -4)
📝 webapp/packages/plugin-connection-custom/src/CustomConnection/ConnectionFormDialog/ConnectionFormDialogController.ts (+5 -12)

📄 Description

…ties for connection form


🔄 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/223 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/18/2020 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `fix/connection-form-URL-switch` --- ### 📝 Commits (5) - [`c7f4b87`](https://github.com/dbeaver/cloudbeaver/commit/c7f4b87d4859f82d1761f0a02db4d11ad95b4011) fix(core-connections): CB-481 remove opportunity to switch url/properties for connection form - [`b4eb15b`](https://github.com/dbeaver/cloudbeaver/commit/b4eb15bcafa3c5906e34b2f563d04e55983344e5) fix(core-connections): CB-481 remove extra styles, add separate URL check for new connection - [`1d9612d`](https://github.com/dbeaver/cloudbeaver/commit/1d9612dbe23f3f5888a3379ceaa8fbd37989e547) fix(core-connections): CB-481 remove EConnectionType - [`807496b`](https://github.com/dbeaver/cloudbeaver/commit/807496b70ab6ddf57f37dd3107d8d433b49c4e56) fix(plugin-connection-custom): CB-481 remove URL/Params switch from connection-custom - [`33b5a61`](https://github.com/dbeaver/cloudbeaver/commit/33b5a6145702eecf2540c217255dc141b03fedf5) fix(plugin-connection-custom): CB-481 change css combinator to container ### 📊 Changes **7 files changed** (+42 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/ConnectionForm.tsx` (+1 -1) 📝 `webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/ConnectionFormController.ts` (+6 -8) ➖ `webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/EConnectionType.ts` (+0 -12) 📝 `webapp/packages/core-connections/src/Administration/Connections/ConnectionForm/Options/Options.tsx` (+25 -49) 📝 `webapp/packages/plugin-connection-custom/src/CustomConnection/ConnectionFormDialog/ConnectionForm/ConnectionForm.tsx` (+4 -36) 📝 `webapp/packages/plugin-connection-custom/src/CustomConnection/ConnectionFormDialog/ConnectionForm/IFormController.ts` (+1 -4) 📝 `webapp/packages/plugin-connection-custom/src/CustomConnection/ConnectionFormDialog/ConnectionFormDialogController.ts` (+5 -12) </details> ### 📄 Description …ties for connection form --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:04:28 +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#1535
No description provided.