-
Notifications
You must be signed in to change notification settings - Fork 284
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 params to GetUsersByRoleName #392
Conversation
Signed-off-by: Paul MARS <paul.mars@intrinsec.com>
Hi @Nerzal, is this possible to check this and let workflows run? |
Hi, if you merge the main branch the tests should be able to run now :) |
Merge done, this should work now. |
Codecov Report
@@ Coverage Diff @@
## main #392 +/- ##
==========================================
- Coverage 77.13% 77.08% -0.06%
==========================================
Files 4 4
Lines 2152 2156 +4
==========================================
+ Hits 1660 1662 +2
- Misses 335 336 +1
- Partials 157 158 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Paul MARS <paul.mars@intrinsec.com>
…e keycloak version Signed-off-by: Paul MARS <paul.mars@intrinsec.com>
I added a test to improve coverage. I noticed the docker image used was keycloak:latest, which now points to |
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.
LGTM thank you for the contribution
Add params to list more than a 100 users with GetUsersByRoleName
Fixing #391