[PR #1758] [MERGED] CB-3436 move d3 js deps in separate plugin #2749

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1758
Author: @devnaumov
Created: 6/12/2023
Status: Merged
Merged: 6/14/2023
Merged by: @Wroud

Base: develHead: CB-3436-d3-deps


📝 Commits (1)

  • 570cd84 CB-3436 move d3 js deps in separate plugin

📊 Changes

6 files changed (+532 additions, -0 deletions)

View changed files

webapp/packages/plugin-d3js/.gitignore (+17 -0)
webapp/packages/plugin-d3js/package.json (+27 -0)
webapp/packages/plugin-d3js/src/index.ts (+9 -0)
webapp/packages/plugin-d3js/src/manifest.ts (+15 -0)
webapp/packages/plugin-d3js/tsconfig.json (+10 -0)
📝 webapp/yarn.lock (+454 -0)

📄 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/1758 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 6/12/2023 **Status:** ✅ Merged **Merged:** 6/14/2023 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `CB-3436-d3-deps` --- ### 📝 Commits (1) - [`570cd84`](https://github.com/dbeaver/cloudbeaver/commit/570cd844d181e763ccf0542131fe5b11714ae5fa) CB-3436 move d3 js deps in separate plugin ### 📊 Changes **6 files changed** (+532 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `webapp/packages/plugin-d3js/.gitignore` (+17 -0) ➕ `webapp/packages/plugin-d3js/package.json` (+27 -0) ➕ `webapp/packages/plugin-d3js/src/index.ts` (+9 -0) ➕ `webapp/packages/plugin-d3js/src/manifest.ts` (+15 -0) ➕ `webapp/packages/plugin-d3js/tsconfig.json` (+10 -0) 📝 `webapp/yarn.lock` (+454 -0) </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:10:34 +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#2749
No description provided.