[PR #1729] [MERGED] CB-3243 fix infinite login status check #2729

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1729
Author: @tfokina
Created: 6/2/2023
Status: Merged
Merged: 6/15/2023
Merged by: @Wroud

Base: develHead: CB-3243-cancel-connection-changes-view-after-login-via-azure


📝 Commits (6)

  • 970449e CB-3243 fix infinite login status check wip
  • 13653a4 Merge branch 'devel' into CB-3243-cancel-connection-changes-view-after-login-via-azure
  • c8c60cf CB-3243 fix: use single login entrypoint for AuthDialog
  • d16ffdc CB-3243 fix: reset state in useAuthDialogState
  • 4309d75 Merge branch 'devel' into CB-3243-cancel-connection-changes-view-after-login-via-azure
  • b823a7c Merge branch 'devel' into CB-3243-cancel-connection-changes-view-after-login-via-azure

📊 Changes

5 files changed (+95 additions, -93 deletions)

View changed files

📝 webapp/packages/core-authentication/src/UserInfoResource.ts (+33 -34)
📝 webapp/packages/plugin-authentication/src/AuthenticationService.ts (+3 -0)
📝 webapp/packages/plugin-authentication/src/Dialog/AuthDialog.tsx (+23 -23)
📝 webapp/packages/plugin-authentication/src/Dialog/AuthProviderForm/ConfigurationsList.tsx (+7 -31)
📝 webapp/packages/plugin-authentication/src/Dialog/useAuthDialogState.ts (+29 -5)

📄 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/1729 **Author:** [@tfokina](https://github.com/tfokina) **Created:** 6/2/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `CB-3243-cancel-connection-changes-view-after-login-via-azure` --- ### 📝 Commits (6) - [`970449e`](https://github.com/dbeaver/cloudbeaver/commit/970449e72b4d180dc839381336410240737c92c8) CB-3243 fix infinite login status check wip - [`13653a4`](https://github.com/dbeaver/cloudbeaver/commit/13653a4842ebcc75e661c66895bea2f55558c207) Merge branch 'devel' into CB-3243-cancel-connection-changes-view-after-login-via-azure - [`c8c60cf`](https://github.com/dbeaver/cloudbeaver/commit/c8c60cfe56ab74ac68dcd8c8e4283687e40bd0db) CB-3243 fix: use single login entrypoint for AuthDialog - [`d16ffdc`](https://github.com/dbeaver/cloudbeaver/commit/d16ffdc3514049ce1cfdd5ef2a493607363bfb5d) CB-3243 fix: reset state in useAuthDialogState - [`4309d75`](https://github.com/dbeaver/cloudbeaver/commit/4309d759e628d7dba86150fa7f2e25316063b7f4) Merge branch 'devel' into CB-3243-cancel-connection-changes-view-after-login-via-azure - [`b823a7c`](https://github.com/dbeaver/cloudbeaver/commit/b823a7c8fa93de7abc2b119a696ad49ff081bce8) Merge branch 'devel' into CB-3243-cancel-connection-changes-view-after-login-via-azure ### 📊 Changes **5 files changed** (+95 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-authentication/src/UserInfoResource.ts` (+33 -34) 📝 `webapp/packages/plugin-authentication/src/AuthenticationService.ts` (+3 -0) 📝 `webapp/packages/plugin-authentication/src/Dialog/AuthDialog.tsx` (+23 -23) 📝 `webapp/packages/plugin-authentication/src/Dialog/AuthProviderForm/ConfigurationsList.tsx` (+7 -31) 📝 `webapp/packages/plugin-authentication/src/Dialog/useAuthDialogState.ts` (+29 -5) </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:27 +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#2729
No description provided.