[PR #48] [MERGED] Cb 92 builder package #1408

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/48
Author: @dkrupenya
Created: 5/21/2020
Status: Merged
Merged: 5/22/2020
Merged by: @dkrupenya

Base: develHead: CB-92-builder-package


📝 Commits (10+)

  • 9cb91ab chore: log build time, minimize in production
  • 5394877 chore: remove old configs
  • e46f6d3 chore: cleanup old tsconfig
  • 0c714d4 chore: rename dbeaver to cloudbeaver
  • 068479b chore: remove common libraries from peerDependencies
  • b0d0cb6 chore: some cleanup in rollup config
  • fc4e9e2 chore: upgrade rollup plugins
  • 5217fd9 chore: update ag-grid, cleanup unused dependencies
  • 711d7be chore: fix ag-grid-plugin build
  • 4d7a02e chore: remove babel step from final app build

📊 Changes

59 files changed (+339 additions, -1285 deletions)

View changed files

📝 webapp/.eslintrc.js (+3 -1)
webapp/configs/babel-rollup.config.js (+0 -10)
webapp/configs/babel.config.js (+0 -17)
webapp/configs/rollup.config.js (+0 -81)
webapp/configs/webpack/build-plugin.js (+0 -23)
webapp/configs/webpack/common.js (+0 -187)
📝 webapp/package.json (+1 -4)
📝 webapp/packages/_plugin-template/package.json (+3 -9)
webapp/packages/_plugin-template/tsconfig.build.json (+0 -14)
📝 webapp/packages/_plugin-template/tsconfig.json (+4 -0)
📝 webapp/packages/administration/package.json (+3 -9)
webapp/packages/administration/tsconfig.build.json (+0 -14)
📝 webapp/packages/administration/tsconfig.json (+4 -0)
📝 webapp/packages/ag-grid-plugin/package.json (+8 -12)
webapp/packages/ag-grid-plugin/tsconfig.build.json (+0 -14)
📝 webapp/packages/ag-grid-plugin/tsconfig.json (+4 -0)
📝 webapp/packages/authentication/package.json (+3 -9)
webapp/packages/authentication/tsconfig.build.json (+0 -14)
📝 webapp/packages/authentication/tsconfig.json (+4 -0)
📝 webapp/packages/basic-connection-plugin/package.json (+3 -9)

...and 39 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/48 **Author:** [@dkrupenya](https://github.com/dkrupenya) **Created:** 5/21/2020 **Status:** ✅ Merged **Merged:** 5/22/2020 **Merged by:** [@dkrupenya](https://github.com/dkrupenya) **Base:** `devel` ← **Head:** `CB-92-builder-package` --- ### 📝 Commits (10+) - [`9cb91ab`](https://github.com/dbeaver/cloudbeaver/commit/9cb91ab252e1ab2d77597fac700e5c9011c0ee7d) chore: log build time, minimize in production - [`5394877`](https://github.com/dbeaver/cloudbeaver/commit/53948779c55a1253ca20effc81be5b53eb185e61) chore: remove old configs - [`e46f6d3`](https://github.com/dbeaver/cloudbeaver/commit/e46f6d35a689c29257dc37a793765e80d9bd9e5f) chore: cleanup old tsconfig - [`0c714d4`](https://github.com/dbeaver/cloudbeaver/commit/0c714d453f6ef12eb3da89a5fae5abb64657517f) chore: rename dbeaver to cloudbeaver - [`068479b`](https://github.com/dbeaver/cloudbeaver/commit/068479b22a8a3e3c29a10790febc8e77c01e349b) chore: remove common libraries from peerDependencies - [`b0d0cb6`](https://github.com/dbeaver/cloudbeaver/commit/b0d0cb63fb849697ef28651e163549d547836e5e) chore: some cleanup in rollup config - [`fc4e9e2`](https://github.com/dbeaver/cloudbeaver/commit/fc4e9e2089562e5659077fdafc9f483202e24d90) chore: upgrade rollup plugins - [`5217fd9`](https://github.com/dbeaver/cloudbeaver/commit/5217fd9183bbfaf8fb42ae750cfeb4f494e3f3e4) chore: update ag-grid, cleanup unused dependencies - [`711d7be`](https://github.com/dbeaver/cloudbeaver/commit/711d7be58215d930bf5d0456281580fa6a683bc6) chore: fix ag-grid-plugin build - [`4d7a02e`](https://github.com/dbeaver/cloudbeaver/commit/4d7a02e53bf12a2990834990cae8c13507d51628) chore: remove babel step from final app build ### 📊 Changes **59 files changed** (+339 additions, -1285 deletions) <details> <summary>View changed files</summary> 📝 `webapp/.eslintrc.js` (+3 -1) ➖ `webapp/configs/babel-rollup.config.js` (+0 -10) ➖ `webapp/configs/babel.config.js` (+0 -17) ➖ `webapp/configs/rollup.config.js` (+0 -81) ➖ `webapp/configs/webpack/build-plugin.js` (+0 -23) ➖ `webapp/configs/webpack/common.js` (+0 -187) 📝 `webapp/package.json` (+1 -4) 📝 `webapp/packages/_plugin-template/package.json` (+3 -9) ➖ `webapp/packages/_plugin-template/tsconfig.build.json` (+0 -14) 📝 `webapp/packages/_plugin-template/tsconfig.json` (+4 -0) 📝 `webapp/packages/administration/package.json` (+3 -9) ➖ `webapp/packages/administration/tsconfig.build.json` (+0 -14) 📝 `webapp/packages/administration/tsconfig.json` (+4 -0) 📝 `webapp/packages/ag-grid-plugin/package.json` (+8 -12) ➖ `webapp/packages/ag-grid-plugin/tsconfig.build.json` (+0 -14) 📝 `webapp/packages/ag-grid-plugin/tsconfig.json` (+4 -0) 📝 `webapp/packages/authentication/package.json` (+3 -9) ➖ `webapp/packages/authentication/tsconfig.build.json` (+0 -14) 📝 `webapp/packages/authentication/tsconfig.json` (+4 -0) 📝 `webapp/packages/basic-connection-plugin/package.json` (+3 -9) _...and 39 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:03:51 +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#1408
No description provided.