-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: get embedded user with roles and permissions #19813
chore: get embedded user with roles and permissions #19813
Conversation
…et-io/superset into lily/user-with-roles-and-permission
Codecov Report
@@ Coverage Diff @@
## master #19813 +/- ##
===========================================
- Coverage 66.53% 53.95% -12.59%
===========================================
Files 1714 1714
Lines 65044 65046 +2
Branches 6723 6718 -5
===========================================
- Hits 43278 35095 -8183
- Misses 20055 28243 +8188
+ Partials 1711 1708 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backend looks good to me, @lilykuang if you'd like to review the frontend side that I worked on I think we can merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested. LGTM
* feat: get user roles endpoint * add tests * fix test * get user with permission and roles with full user * frontend * type juggling * the hash slinging slasher * user reducer and action * make it happy * result * lint Co-authored-by: Lily Kuang <lily@preset.io>
* feat: get user roles endpoint * add tests * fix test * get user with permission and roles with full user * frontend * type juggling * the hash slinging slasher * user reducer and action * make it happy * result * lint Co-authored-by: Lily Kuang <lily@preset.io>
SUMMARY
The embedded page can now find out what permissions the user has.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION