-
Notifications
You must be signed in to change notification settings - Fork 273
Add support for ByRole with name #1127
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
Add support for ByRole with name #1127
Conversation
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.
Awesome work @AugustinLF!
The code is indeed much simpler after @MattAgn's #977.
I've added some minor suggests and tweaks to address before we merge this.
…ildren matching is supported
67b14da
to
188a285
Compare
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.
Requested one small minor readability change.
@mdjastrzebski we should be good! |
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.
Great job @AugustinLF 🚀 Also big thank you 🙏🏻 to @kiranjd for submitting the initial implementation of this PR as #875.
🎉 This PR is included in version 11.2.0 🎉 |
Summary
Folllow up of #875. I started from scratch given the amount of conflicts.
Closes #827
If merged as is, don't forget to mention @kiranjd as part of the release.
Kudo to @MattAgn's work in #977 which made that a breeze. Look at the diff between this PR and the previously opened one, the code reorg was def the right call.