Skip to content

feat: DH-14581 Added isACLEditor prop to Redux state#1201

Merged
bmingles merged 1 commit intodeephaven:mainfrom
bmingles:1200-acl-editor-redux-state
Apr 4, 2023
Merged

feat: DH-14581 Added isACLEditor prop to Redux state#1201
bmingles merged 1 commit intodeephaven:mainfrom
bmingles:1200-acl-editor-redux-state

Conversation

@bmingles
Copy link
Copy Markdown
Contributor

@bmingles bmingles commented Apr 3, 2023

Supports Enterprise DH-14581

resolves #1200

@bmingles bmingles marked this pull request as ready for review April 3, 2023 22:38
@bmingles bmingles requested a review from mofojed April 3, 2023 22:38
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 3, 2023

Codecov Report

Merging #1201 (160ff20) into main (e22e68d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1201   +/-   ##
=======================================
  Coverage   44.20%   44.20%           
=======================================
  Files         448      448           
  Lines       33437    33437           
  Branches     8404     8404           
=======================================
  Hits        14781    14781           
  Misses      18606    18606           
  Partials       50       50           
Flag Coverage Δ
unit 44.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/code-studio/src/main/AppInit.tsx 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Comment on lines +17 to 19
isACLEditor: boolean;
isSuperUser: boolean;
isQueryViewOnly: boolean;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Side note - these permissions really only exist/matter for Enterprise users, so we should be extending the interface in Enterprise redux to add these permissions. That hasn't been converted to TS yet though, and it's not doing much harm being added here.

@bmingles bmingles merged commit f39100a into deephaven:main Apr 4, 2023
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 4, 2023
@bmingles bmingles changed the title feat: Added isACLEditor prop to Redux state feat: DH-14581 Added isACLEditor prop to Redux state Apr 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DH-14581: ACL Editor - Redux Types

2 participants