[PR #1478] [MERGED] CB-3138 fix: unit tests dependencies #2529

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1478
Author: @Wroud
Created: 2/16/2023
Status: Merged
Merged: 2/23/2023
Merged by: @Wroud

Base: develHead: fix/cb-3138/dependencies


📝 Commits (3)

  • 111e40f CB-3138 fix: unit tests dependencies
  • e77fe57 Merge branch 'devel' into fix/cb-3138/dependencies
  • 4cd79de Merge branch 'devel' into fix/cb-3138/dependencies

📊 Changes

30 files changed (+172 additions, -80 deletions)

View changed files

📝 webapp/packages/core-app/package.json (+0 -3)
📝 webapp/packages/core-app/src/AppScreen/AppScreen.tsx (+0 -2)
📝 webapp/packages/core-app/src/AppScreen/Main.tsx (+9 -10)
webapp/packages/core-connections/src/ConnectionsSettingsService.ts (+25 -0)
📝 webapp/packages/core-connections/src/index.ts (+1 -0)
📝 webapp/packages/core-connections/src/manifest.ts (+2 -0)
webapp/packages/core-ui/src/SideBarPanel/LeftBarPanelService.ts (+20 -0)
📝 webapp/packages/core-ui/src/index.ts (+1 -0)
📝 webapp/packages/core-ui/src/manifest.ts (+2 -0)
📝 webapp/packages/plugin-connections/src/ContextMenu/ConnectionMenuBootstrap.ts (+4 -3)
📝 webapp/packages/plugin-connections/src/PluginConnectionsSettingsService.ts (+5 -9)
📝 webapp/packages/plugin-connections/src/index.ts (+1 -1)
📝 webapp/packages/plugin-connections/src/manifest.ts (+2 -2)
📝 webapp/packages/plugin-data-export/src/DataExportSettingsService.test.ts (+0 -8)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGridSettingsService.test.ts (+0 -8)
📝 webapp/packages/plugin-data-viewer/src/DataViewerSettingsService.test.ts (+0 -8)
📝 webapp/packages/plugin-datasource-context-switch/src/ConnectionSchemaManager/ConnectionSchemaManagerBootstrap.ts (+1 -2)
📝 webapp/packages/plugin-navigation-tree/src/NavigationTree/NavigationTreeBootstrap.ts (+14 -2)
webapp/packages/plugin-navigation-tree/src/NavigationTree/NavigationTreePanel.tsx (+31 -0)
webapp/packages/plugin-navigation-tree/src/NavigationTreeSettingsService.ts (+35 -0)

...and 10 more files

📄 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/1478 **Author:** [@Wroud](https://github.com/Wroud) **Created:** 2/16/2023 **Status:** ✅ Merged **Merged:** 2/23/2023 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `fix/cb-3138/dependencies` --- ### 📝 Commits (3) - [`111e40f`](https://github.com/dbeaver/cloudbeaver/commit/111e40f5633ae1fa194e79589dcddfd1b50ff7fd) CB-3138 fix: unit tests dependencies - [`e77fe57`](https://github.com/dbeaver/cloudbeaver/commit/e77fe573233fe3ec412084bb09f39fc766375acc) Merge branch 'devel' into fix/cb-3138/dependencies - [`4cd79de`](https://github.com/dbeaver/cloudbeaver/commit/4cd79defc4c28d2c64ce90bd3b86bc74ce9d86f1) Merge branch 'devel' into fix/cb-3138/dependencies ### 📊 Changes **30 files changed** (+172 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-app/package.json` (+0 -3) 📝 `webapp/packages/core-app/src/AppScreen/AppScreen.tsx` (+0 -2) 📝 `webapp/packages/core-app/src/AppScreen/Main.tsx` (+9 -10) ➕ `webapp/packages/core-connections/src/ConnectionsSettingsService.ts` (+25 -0) 📝 `webapp/packages/core-connections/src/index.ts` (+1 -0) 📝 `webapp/packages/core-connections/src/manifest.ts` (+2 -0) ➕ `webapp/packages/core-ui/src/SideBarPanel/LeftBarPanelService.ts` (+20 -0) 📝 `webapp/packages/core-ui/src/index.ts` (+1 -0) 📝 `webapp/packages/core-ui/src/manifest.ts` (+2 -0) 📝 `webapp/packages/plugin-connections/src/ContextMenu/ConnectionMenuBootstrap.ts` (+4 -3) 📝 `webapp/packages/plugin-connections/src/PluginConnectionsSettingsService.ts` (+5 -9) 📝 `webapp/packages/plugin-connections/src/index.ts` (+1 -1) 📝 `webapp/packages/plugin-connections/src/manifest.ts` (+2 -2) 📝 `webapp/packages/plugin-data-export/src/DataExportSettingsService.test.ts` (+0 -8) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGridSettingsService.test.ts` (+0 -8) 📝 `webapp/packages/plugin-data-viewer/src/DataViewerSettingsService.test.ts` (+0 -8) 📝 `webapp/packages/plugin-datasource-context-switch/src/ConnectionSchemaManager/ConnectionSchemaManagerBootstrap.ts` (+1 -2) 📝 `webapp/packages/plugin-navigation-tree/src/NavigationTree/NavigationTreeBootstrap.ts` (+14 -2) ➕ `webapp/packages/plugin-navigation-tree/src/NavigationTree/NavigationTreePanel.tsx` (+31 -0) ➕ `webapp/packages/plugin-navigation-tree/src/NavigationTreeSettingsService.ts` (+35 -0) _...and 10 more files_ </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:09:25 +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#2529
No description provided.