[PR #2031] [MERGED] Refactor CB-3819 resources #2981

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/2031
Author: @Wroud
Created: 10/1/2023
Status: Merged
Merged: 10/5/2023
Merged by: @Wroud

Base: develHead: refactor/3819/resources


📝 Commits (10+)

  • 84ae57a CB-3819 refactor: split resources to modules
  • a11fd56 CB-3819 refactor: move resource API to separate package
  • 46ecd1c CB-3819 refactor: move resource API to separate package
  • c5fe0a9 Merge remote-tracking branch 'origin/devel' into refactor/3819/resources
  • 31286c9 Merge branch 'devel' into refactor/3819/resources
  • 4c25c13 CB-3819 refactor: split to submodules
  • 3e46b87 CB-3819 chore: update ts configuration
  • 3a7c105 CB-3819 refactor: move administration top bar to separate plugin
  • 554a38a Merge remote-tracking branch 'origin/devel' into refactor/3819/resources
  • f24e180 CB-3819 feat: update tests

📊 Changes

673 files changed (+10268 additions, -4464 deletions)

View changed files

.github/workflows/frontend.yml (+136 -0)
.github/workflows/jest-tests-runner.yml (+0 -72)
📝 .github/workflows/validation.yml (+4 -4)
📝 .vscode/settings.json (+1 -1)
📝 webapp/package.json (+2 -2)
📝 webapp/packages/core-administration/package.json (+16 -11)
📝 webapp/packages/core-administration/src/AdministrationSettingsService.test.ts (+28 -9)
📝 webapp/packages/core-administration/src/DataContext/DATA_CONTEXT_ADMINISTRATION_ITEM_ROUTE.ts (+1 -1)
📝 webapp/packages/core-administration/src/PermissionsResource.ts (+2 -8)
📝 webapp/packages/core-administration/src/index.ts (+1 -1)
📝 webapp/packages/core-administration/src/manifest.ts (+1 -1)
📝 webapp/packages/core-administration/tsconfig.json (+62 -5)
📝 webapp/packages/core-app/package.json (+14 -13)
📝 webapp/packages/core-app/src/AppScreen/AppScreenService.ts (+4 -0)
📝 webapp/packages/core-app/src/AppScreen/RightArea.tsx (+18 -8)
📝 webapp/packages/core-app/src/Body.tsx (+2 -3)
📝 webapp/packages/core-app/tsconfig.json (+56 -5)
📝 webapp/packages/core-authentication/package.json (+21 -15)
📝 webapp/packages/core-authentication/src/AppAuthService.ts (+1 -1)
📝 webapp/packages/core-authentication/src/AuthConfigurationParametersResource.ts (+1 -4)

...and 80 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/2031 **Author:** [@Wroud](https://github.com/Wroud) **Created:** 10/1/2023 **Status:** ✅ Merged **Merged:** 10/5/2023 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `refactor/3819/resources` --- ### 📝 Commits (10+) - [`84ae57a`](https://github.com/dbeaver/cloudbeaver/commit/84ae57ac3fda7866f4a3d53a838427fcf72df8b2) CB-3819 refactor: split resources to modules - [`a11fd56`](https://github.com/dbeaver/cloudbeaver/commit/a11fd56ca361e1e95911bc56cf62304aede34b34) CB-3819 refactor: move resource API to separate package - [`46ecd1c`](https://github.com/dbeaver/cloudbeaver/commit/46ecd1c38e5430a8729b237e2b9e62da2e1000a2) CB-3819 refactor: move resource API to separate package - [`c5fe0a9`](https://github.com/dbeaver/cloudbeaver/commit/c5fe0a997ef36092e0996a94dde13c85649c0af9) Merge remote-tracking branch 'origin/devel' into refactor/3819/resources - [`31286c9`](https://github.com/dbeaver/cloudbeaver/commit/31286c902fb8289401f028a29b83dda3d1fd6a8d) Merge branch 'devel' into refactor/3819/resources - [`4c25c13`](https://github.com/dbeaver/cloudbeaver/commit/4c25c1340f66fa902590cdbfa6b3163241ec3baf) CB-3819 refactor: split to submodules - [`3e46b87`](https://github.com/dbeaver/cloudbeaver/commit/3e46b873b312886fd533630726b40bffaafe9096) CB-3819 chore: update ts configuration - [`3a7c105`](https://github.com/dbeaver/cloudbeaver/commit/3a7c10594163e60cf0435a8b9267fd37923287e8) CB-3819 refactor: move administration top bar to separate plugin - [`554a38a`](https://github.com/dbeaver/cloudbeaver/commit/554a38a663e8a3a3b38f6a3b7a8b3d40897e2480) Merge remote-tracking branch 'origin/devel' into refactor/3819/resources - [`f24e180`](https://github.com/dbeaver/cloudbeaver/commit/f24e1803ff3af0d4b3e9965fbc4975c7ea42be9a) CB-3819 feat: update tests ### 📊 Changes **673 files changed** (+10268 additions, -4464 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/frontend.yml` (+136 -0) ➖ `.github/workflows/jest-tests-runner.yml` (+0 -72) 📝 `.github/workflows/validation.yml` (+4 -4) 📝 `.vscode/settings.json` (+1 -1) 📝 `webapp/package.json` (+2 -2) 📝 `webapp/packages/core-administration/package.json` (+16 -11) 📝 `webapp/packages/core-administration/src/AdministrationSettingsService.test.ts` (+28 -9) 📝 `webapp/packages/core-administration/src/DataContext/DATA_CONTEXT_ADMINISTRATION_ITEM_ROUTE.ts` (+1 -1) 📝 `webapp/packages/core-administration/src/PermissionsResource.ts` (+2 -8) 📝 `webapp/packages/core-administration/src/index.ts` (+1 -1) 📝 `webapp/packages/core-administration/src/manifest.ts` (+1 -1) 📝 `webapp/packages/core-administration/tsconfig.json` (+62 -5) 📝 `webapp/packages/core-app/package.json` (+14 -13) 📝 `webapp/packages/core-app/src/AppScreen/AppScreenService.ts` (+4 -0) 📝 `webapp/packages/core-app/src/AppScreen/RightArea.tsx` (+18 -8) 📝 `webapp/packages/core-app/src/Body.tsx` (+2 -3) 📝 `webapp/packages/core-app/tsconfig.json` (+56 -5) 📝 `webapp/packages/core-authentication/package.json` (+21 -15) 📝 `webapp/packages/core-authentication/src/AppAuthService.ts` (+1 -1) 📝 `webapp/packages/core-authentication/src/AuthConfigurationParametersResource.ts` (+1 -4) _...and 80 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:11:50 +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#2981
No description provided.