-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat(grants): support grant and revoke for roles, tables and schemas #865
Conversation
8485966
to
19f32da
Compare
19f32da
to
6b32310
Compare
346a4b0
to
1384c43
Compare
1841c04
to
7fc52de
Compare
7fc52de
to
4be8158
Compare
45dc4e7
to
4456ca9
Compare
3cd1359
to
0f3c332
Compare
25b36f8
to
55124f1
Compare
200 lines of prod code (types + logic) and 400 lines of tests (unit and migration ones). @goce-cz would you like to take a look? 👀 |
@littlewhywhat Sadly I won't get to it anytime soon. Sorry. I'll leave the judgement to you guys. The only immediate remark I have is that there is a built-in function to recognize an array: Array.isArray([]) |
Any chance to take a look at this again? 😊 |
Uh... master branch has no updates for 2 years now 😬 I'm thinking about to fork this project and take it over 🤔 |
I will revisit this for |
I merged the state into the new project structure Open TODOs:
|
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.
I will merge the current state for now and do a v7.1.0 release, so users can use this feature now
If there needs to be fixed or added some things, we can do that in later PRs
I would also like to extract some utility functions like the array and join into higher order utils, so it can be used not only for grant/revoke
Add grant/revoke for roles, tables and schemas privileges