mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[PR #2031] [MERGED] Refactor CB-3819 resources #2981
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#2981
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
devel← Head:refactor/3819/resources📝 Commits (10+)
84ae57aCB-3819 refactor: split resources to modulesa11fd56CB-3819 refactor: move resource API to separate package46ecd1cCB-3819 refactor: move resource API to separate packagec5fe0a9Merge remote-tracking branch 'origin/devel' into refactor/3819/resources31286c9Merge branch 'devel' into refactor/3819/resources4c25c13CB-3819 refactor: split to submodules3e46b87CB-3819 chore: update ts configuration3a7c105CB-3819 refactor: move administration top bar to separate plugin554a38aMerge remote-tracking branch 'origin/devel' into refactor/3819/resourcesf24e180CB-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.