[PR #132] [MERGED] Refactor connections #1470

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/132
Author: @Wroud
Created: 8/5/2020
Status: Merged
Merged: 8/5/2020
Merged by: @serge-rider

Base: develHead: refactor-connections


📝 Commits (2)

  • a4b0090 refactor(plugin-connection-preconfigured): rename to plugin-connection-template
  • 8b3ce65 Merge branch 'devel' into refactor-connections

📊 Changes

19 files changed (+18 additions, -18 deletions)

View changed files

webapp/packages/plugin-connection-preconfigured/src/index.ts (+0 -3)
📝 webapp/packages/plugin-connection-template/.gitignore (+0 -0)
📝 webapp/packages/plugin-connection-template/package.json (+1 -1)
📝 webapp/packages/plugin-connection-template/src/ConnectionDialog/ConnectionController.ts (+3 -3)
📝 webapp/packages/plugin-connection-template/src/ConnectionDialog/ConnectionDialog.tsx (+0 -0)
📝 webapp/packages/plugin-connection-template/src/ConnectionDialog/ConnectionDialogFooter.tsx (+0 -0)
📝 webapp/packages/plugin-connection-template/src/ConnectionDialog/TemplateConnectionSelector/TemplateConnectionItem.tsx (+0 -0)
📝 webapp/packages/plugin-connection-template/src/ConnectionDialog/TemplateConnectionSelector/TemplateConnectionSelector.tsx (+0 -0)
📝 webapp/packages/plugin-connection-template/src/LocaleService.ts (+0 -0)
📝 webapp/packages/plugin-connection-template/src/TemplateConnectionPluginBootstrap.ts (+1 -1)
📝 webapp/packages/plugin-connection-template/src/TemplateConnectionService.ts (+1 -1)
📝 webapp/packages/plugin-connection-template/src/TemplateConnectionsResource.ts (+0 -0)
webapp/packages/plugin-connection-template/src/index.ts (+3 -0)
📝 webapp/packages/plugin-connection-template/src/locales/en.ts (+0 -0)
📝 webapp/packages/plugin-connection-template/src/locales/ru.ts (+0 -0)
📝 webapp/packages/plugin-connection-template/src/manifest.ts (+6 -6)
📝 webapp/packages/plugin-connection-template/tsconfig.json (+0 -0)
📝 webapp/packages/product-default/package.json (+1 -1)
📝 webapp/packages/product-default/src/index.ts (+2 -2)

📄 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/132 **Author:** [@Wroud](https://github.com/Wroud) **Created:** 8/5/2020 **Status:** ✅ Merged **Merged:** 8/5/2020 **Merged by:** [@serge-rider](https://github.com/serge-rider) **Base:** `devel` ← **Head:** `refactor-connections` --- ### 📝 Commits (2) - [`a4b0090`](https://github.com/dbeaver/cloudbeaver/commit/a4b009022e1d1bfe1472a7d45bc6bfc50a5c8447) refactor(plugin-connection-preconfigured): rename to plugin-connection-template - [`8b3ce65`](https://github.com/dbeaver/cloudbeaver/commit/8b3ce659d809a471862f7a7c793c5a09a7707e07) Merge branch 'devel' into refactor-connections ### 📊 Changes **19 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> ➖ `webapp/packages/plugin-connection-preconfigured/src/index.ts` (+0 -3) 📝 `webapp/packages/plugin-connection-template/.gitignore` (+0 -0) 📝 `webapp/packages/plugin-connection-template/package.json` (+1 -1) 📝 `webapp/packages/plugin-connection-template/src/ConnectionDialog/ConnectionController.ts` (+3 -3) 📝 `webapp/packages/plugin-connection-template/src/ConnectionDialog/ConnectionDialog.tsx` (+0 -0) 📝 `webapp/packages/plugin-connection-template/src/ConnectionDialog/ConnectionDialogFooter.tsx` (+0 -0) 📝 `webapp/packages/plugin-connection-template/src/ConnectionDialog/TemplateConnectionSelector/TemplateConnectionItem.tsx` (+0 -0) 📝 `webapp/packages/plugin-connection-template/src/ConnectionDialog/TemplateConnectionSelector/TemplateConnectionSelector.tsx` (+0 -0) 📝 `webapp/packages/plugin-connection-template/src/LocaleService.ts` (+0 -0) 📝 `webapp/packages/plugin-connection-template/src/TemplateConnectionPluginBootstrap.ts` (+1 -1) 📝 `webapp/packages/plugin-connection-template/src/TemplateConnectionService.ts` (+1 -1) 📝 `webapp/packages/plugin-connection-template/src/TemplateConnectionsResource.ts` (+0 -0) ➕ `webapp/packages/plugin-connection-template/src/index.ts` (+3 -0) 📝 `webapp/packages/plugin-connection-template/src/locales/en.ts` (+0 -0) 📝 `webapp/packages/plugin-connection-template/src/locales/ru.ts` (+0 -0) 📝 `webapp/packages/plugin-connection-template/src/manifest.ts` (+6 -6) 📝 `webapp/packages/plugin-connection-template/tsconfig.json` (+0 -0) 📝 `webapp/packages/product-default/package.json` (+1 -1) 📝 `webapp/packages/product-default/src/index.ts` (+2 -2) </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:04:10 +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#1470
No description provided.