[PR #487] [MERGED] fix(plugin-authentication): CB-1241 cleanup #1717

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/487
Author: @devnaumov
Created: 9/24/2021
Status: Merged
Merged: 9/27/2021
Merged by: @Wroud

Base: develHead: fix/identity-providers


📝 Commits (3)

  • 40f972a fix(plugin-authentication): CB-1241 cleanup
  • 9c90f57 fix(plugin-authentication): CB-1241 interface naming
  • ec4cb9e refactor(plugin-authentication): CB-1241 wrap in observer

📊 Changes

34 files changed (+404 additions, -408 deletions)

View changed files

webapp/packages/core-blocks/src/InfoItem.tsx (+46 -0)
webapp/packages/core-blocks/src/Table/TableState.ts (+74 -0)
📝 webapp/packages/core-blocks/src/Table/useTable.tsx (+5 -64)
📝 webapp/packages/core-blocks/src/index.ts (+2 -0)
📝 webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/ConnectionAccess.tsx (+25 -54)
📝 webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/ConnectionAccessGrantedList.tsx (+4 -4)
📝 webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/ConnectionAccessList.tsx (+3 -3)
📝 webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/useConnectionAccessState.ts (+43 -35)
📝 webapp/packages/core-connections/src/locales/en.ts (+3 -7)
📝 webapp/packages/core-connections/src/locales/it.ts (+2 -6)
📝 webapp/packages/core-connections/src/locales/ru.ts (+2 -6)
📝 webapp/packages/core-localization/src/locales/en.ts (+3 -0)
📝 webapp/packages/core-localization/src/locales/it.ts (+4 -0)
📝 webapp/packages/core-localization/src/locales/ru.ts (+3 -0)
📝 webapp/packages/plugin-authentication/src/Administration/IdentityProviders/AuthConfigurationsAdministration.tsx (+11 -12)
📝 webapp/packages/plugin-authentication/src/Administration/IdentityProviders/AuthConfigurationsTable/useConfigurationsTable.tsx (+5 -5)
📝 webapp/packages/plugin-authentication/src/Administration/IdentityProviders/Options/AuthConfigurationOptions.tsx (+0 -4)
📝 webapp/packages/plugin-authentication/src/Administration/Roles/GrantedConnections/ConnectionList.tsx (+3 -3)
📝 webapp/packages/plugin-authentication/src/Administration/Roles/GrantedConnections/GrantedConnections.tsx (+18 -47)
📝 webapp/packages/plugin-authentication/src/Administration/Roles/GrantedConnections/GrantedConnectionsList.tsx (+2 -2)

...and 14 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/487 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 9/24/2021 **Status:** ✅ Merged **Merged:** 9/27/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `fix/identity-providers` --- ### 📝 Commits (3) - [`40f972a`](https://github.com/dbeaver/cloudbeaver/commit/40f972acf4a8748fc987f4addcf1ce61e67275ab) fix(plugin-authentication): CB-1241 cleanup - [`9c90f57`](https://github.com/dbeaver/cloudbeaver/commit/9c90f57b7b1de4e525d92ba5116e621cf34b2a8f) fix(plugin-authentication): CB-1241 interface naming - [`ec4cb9e`](https://github.com/dbeaver/cloudbeaver/commit/ec4cb9ea492a60b196f868a21830129edb888ed2) refactor(plugin-authentication): CB-1241 wrap <InfoItem /> in observer ### 📊 Changes **34 files changed** (+404 additions, -408 deletions) <details> <summary>View changed files</summary> ➕ `webapp/packages/core-blocks/src/InfoItem.tsx` (+46 -0) ➕ `webapp/packages/core-blocks/src/Table/TableState.ts` (+74 -0) 📝 `webapp/packages/core-blocks/src/Table/useTable.tsx` (+5 -64) 📝 `webapp/packages/core-blocks/src/index.ts` (+2 -0) 📝 `webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/ConnectionAccess.tsx` (+25 -54) 📝 `webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/ConnectionAccessGrantedList.tsx` (+4 -4) 📝 `webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/ConnectionAccessList.tsx` (+3 -3) 📝 `webapp/packages/core-connections/src/ConnectionForm/ConnectionAccess/useConnectionAccessState.ts` (+43 -35) 📝 `webapp/packages/core-connections/src/locales/en.ts` (+3 -7) 📝 `webapp/packages/core-connections/src/locales/it.ts` (+2 -6) 📝 `webapp/packages/core-connections/src/locales/ru.ts` (+2 -6) 📝 `webapp/packages/core-localization/src/locales/en.ts` (+3 -0) 📝 `webapp/packages/core-localization/src/locales/it.ts` (+4 -0) 📝 `webapp/packages/core-localization/src/locales/ru.ts` (+3 -0) 📝 `webapp/packages/plugin-authentication/src/Administration/IdentityProviders/AuthConfigurationsAdministration.tsx` (+11 -12) 📝 `webapp/packages/plugin-authentication/src/Administration/IdentityProviders/AuthConfigurationsTable/useConfigurationsTable.tsx` (+5 -5) 📝 `webapp/packages/plugin-authentication/src/Administration/IdentityProviders/Options/AuthConfigurationOptions.tsx` (+0 -4) 📝 `webapp/packages/plugin-authentication/src/Administration/Roles/GrantedConnections/ConnectionList.tsx` (+3 -3) 📝 `webapp/packages/plugin-authentication/src/Administration/Roles/GrantedConnections/GrantedConnections.tsx` (+18 -47) 📝 `webapp/packages/plugin-authentication/src/Administration/Roles/GrantedConnections/GrantedConnectionsList.tsx` (+2 -2) _...and 14 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:05:21 +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#1717
No description provided.