mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[PR #61] [MERGED] feat(administration): users list implementation #1416
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#1416
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/61
Author: @Wroud
Created: 5/27/2020
Status: ✅ Merged
Merged: 5/27/2020
Merged by: @serge-rider
Base:
devel← Head:feat-routing📝 Commits (4)
c8b9cdafeat(administration): add gql requests618432efeat: add graphqlcodegen CB-432ce7093Merge remote-tracking branch 'origin/devel' into feat-routinga0b58b6feat(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.