-
-
Notifications
You must be signed in to change notification settings - Fork 218
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: sync with main branch #360
Conversation
* fix: *matcher result should be boolean or number* for KeyGet2 * fix: updated error hint * fix: basic keyGet2 test * fix: basic_keyget2_policy.csv (cherry picked from commit 0257078) Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
…#351) Documentation indicates that there is existance of `getUsersForRoleInDomain` and `getRolesForUserInDomain` api, but it does not yet exists. This commit implements these functions, by aliasing them to existing rbac function that had already cater for domain apis, to increase and improve dev experience. re #304 (cherry picked from commit 4896ca2)
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
@Gabriel-403 @kingiw @nodece please review |
🎉 This PR is included in version 5.14.0-beta.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@Zxilly why make this PR and why make beta release? We already released v5.15.0 before your PR: https://github.com/casbin/node-casbin/releases/tag/v5.15.0 It's not reasonable to release v5.14.0-beta.4 after that. |
@Zxilly BTW, don't merge your own PR by yourself. We need to have a code review. |
@Zxilly as I said in: #352 (comment) , it's not a good idea for current state to release v6. |
prepare for casbin/casbin-editor#73
@hsluoyz @nodece plz review