[PR #61] [MERGED] feat(administration): users list implementation #1416

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/61
Author: @Wroud
Created: 5/27/2020
Status: Merged
Merged: 5/27/2020
Merged by: @serge-rider

Base: develHead: feat-routing


📝 Commits (4)

  • c8b9cda feat(administration): add gql requests
  • 618432e feat: add graphqlcodegen CB-43
  • 2ce7093 Merge remote-tracking branch 'origin/devel' into feat-routing
  • a0b58b6 feat(administration): users list implementation

📊 Changes

22 files changed (+2765 additions, -434 deletions)

View changed files

📝 webapp/package.json (+7 -0)
📝 webapp/packages/administration/src/Administration/Administration.tsx (+3 -3)
📝 webapp/packages/administration/src/Administration/AdministrationController.ts (+0 -4)
📝 webapp/packages/administration/src/AdministrationScreen/AdministrationScreenService.ts (+1 -1)
📝 webapp/packages/authentication/src/Administration/Users/UsersAdministration.tsx (+26 -43)
📝 webapp/packages/authentication/src/Administration/Users/UsersAdministrationService.ts (+9 -2)
webapp/packages/authentication/src/Administration/Users/UsersTable/User.tsx (+29 -0)
webapp/packages/authentication/src/Administration/Users/UsersTable/UsersTable.tsx (+45 -0)
webapp/packages/authentication/src/Administration/UsersManagerService.ts (+26 -0)
📝 webapp/packages/authentication/src/manifest.ts (+4 -2)
📝 webapp/packages/core/codegen.yml (+1 -0)
📝 webapp/packages/core/public/icons/icons.svg (+16 -0)
📝 webapp/packages/core/src/app/Notifications/NotificationsItem/Snackbar/styles.ts (+3 -0)
📝 webapp/packages/core/src/blocks/IconButton.tsx (+4 -3)
webapp/packages/core/src/queries/Authentication/Users/deleteUser.gql (+3 -0)
webapp/packages/core/src/queries/Authentication/Users/getPermissionsList.gql (+10 -0)
webapp/packages/core/src/queries/Authentication/Users/getRolesList.gql (+8 -0)
webapp/packages/core/src/queries/Authentication/Users/getUsersList.gql (+9 -0)
webapp/packages/core/src/queries/Authentication/Users/setUserCredentials.gql (+3 -0)
📝 webapp/packages/core/src/sdk/sdk.ts (+498 -320)

...and 2 more files

📄 Description

CB-109


🔄 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/61 **Author:** [@Wroud](https://github.com/Wroud) **Created:** 5/27/2020 **Status:** ✅ Merged **Merged:** 5/27/2020 **Merged by:** [@serge-rider](https://github.com/serge-rider) **Base:** `devel` ← **Head:** `feat-routing` --- ### 📝 Commits (4) - [`c8b9cda`](https://github.com/dbeaver/cloudbeaver/commit/c8b9cdac1f6a6125c798393429accfdbb22fc901) feat(administration): add gql requests - [`618432e`](https://github.com/dbeaver/cloudbeaver/commit/618432eedd1459435e3cc7eccb041983e90a3dd3) feat: add graphqlcodegen CB-43 - [`2ce7093`](https://github.com/dbeaver/cloudbeaver/commit/2ce7093d2a9260b84a4386592cf0c3da1b07b615) Merge remote-tracking branch 'origin/devel' into feat-routing - [`a0b58b6`](https://github.com/dbeaver/cloudbeaver/commit/a0b58b60c371fa79e94d71d04378f9327e377086) feat(administration): users list implementation ### 📊 Changes **22 files changed** (+2765 additions, -434 deletions) <details> <summary>View changed files</summary> 📝 `webapp/package.json` (+7 -0) 📝 `webapp/packages/administration/src/Administration/Administration.tsx` (+3 -3) 📝 `webapp/packages/administration/src/Administration/AdministrationController.ts` (+0 -4) 📝 `webapp/packages/administration/src/AdministrationScreen/AdministrationScreenService.ts` (+1 -1) 📝 `webapp/packages/authentication/src/Administration/Users/UsersAdministration.tsx` (+26 -43) 📝 `webapp/packages/authentication/src/Administration/Users/UsersAdministrationService.ts` (+9 -2) ➕ `webapp/packages/authentication/src/Administration/Users/UsersTable/User.tsx` (+29 -0) ➕ `webapp/packages/authentication/src/Administration/Users/UsersTable/UsersTable.tsx` (+45 -0) ➕ `webapp/packages/authentication/src/Administration/UsersManagerService.ts` (+26 -0) 📝 `webapp/packages/authentication/src/manifest.ts` (+4 -2) 📝 `webapp/packages/core/codegen.yml` (+1 -0) 📝 `webapp/packages/core/public/icons/icons.svg` (+16 -0) 📝 `webapp/packages/core/src/app/Notifications/NotificationsItem/Snackbar/styles.ts` (+3 -0) 📝 `webapp/packages/core/src/blocks/IconButton.tsx` (+4 -3) ➕ `webapp/packages/core/src/queries/Authentication/Users/deleteUser.gql` (+3 -0) ➕ `webapp/packages/core/src/queries/Authentication/Users/getPermissionsList.gql` (+10 -0) ➕ `webapp/packages/core/src/queries/Authentication/Users/getRolesList.gql` (+8 -0) ➕ `webapp/packages/core/src/queries/Authentication/Users/getUsersList.gql` (+9 -0) ➕ `webapp/packages/core/src/queries/Authentication/Users/setUserCredentials.gql` (+3 -0) 📝 `webapp/packages/core/src/sdk/sdk.ts` (+498 -320) _...and 2 more files_ </details> ### 📄 Description CB-109 --- <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:54 +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#1416
No description provided.