feat: support matching functions to filter policies#222
Merged
hsluoyz merged 1 commit intoNov 27, 2021
Conversation
|
@ffyuanda @Zxilly @techoner @elfisworking please review |
f468169 to
cacb736
Compare
Member
Abingcbc
reviewed
Nov 23, 2021
Member
|
@abichinger plz review |
Contributor
|
@hsluoyz I will review after the requested changes of Abingcbc have been implemented. |
cacb736 to
8b99039
Compare
244f4c0 to
04be6cb
Compare
abichinger
approved these changes
Nov 27, 2021
04be6cb to
67d05a7
Compare
Signed-off-by: timabilov <timabilov33@gmail.com>
67d05a7 to
5dc848d
Compare
abichinger
approved these changes
Nov 27, 2021
github-actions Bot
pushed a commit
that referenced
this pull request
Nov 27, 2021
# [1.12.0](v1.11.1...v1.12.0) (2021-11-27) ### Features * support matching functions to filter policies ([#222](#222)) ([9d0528d](9d0528d))
|
🎉 This PR is included in version 1.12.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Chimou0
pushed a commit
to Chimou0/pycasbin
that referenced
this pull request
Jul 17, 2025
Signed-off-by: timabilov <timabilov33@gmail.com>
Chimou0
pushed a commit
to Chimou0/pycasbin
that referenced
this pull request
Jul 17, 2025
# [1.12.0](apache/casbin-pycasbin@v1.11.1...v1.12.0) (2021-11-27) ### Features * support matching functions to filter policies ([apache#222](apache#222)) ([9d0528d](apache@9d0528d))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support patterns in policy to mimic mathers keymatch and custom functions
Fix: #223