-
Notifications
You must be signed in to change notification settings - Fork 373
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
Fix unnecessary DB queries when revoking tokens #2640
base: master
Are you sure you want to change the base?
Fix unnecessary DB queries when revoking tokens #2640
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2640 +/- ##
============================================
- Coverage 56.44% 55.48% -0.96%
- Complexity 8193 8536 +343
============================================
Files 632 632
Lines 46331 49870 +3539
Branches 8246 9295 +1049
============================================
+ Hits 26151 27672 +1521
- Misses 16465 18254 +1789
- Partials 3715 3944 +229
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
d19b35b
to
74b2650
Compare
PR builder started |
PR builder started |
PR builder completed |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12595794304
Proposed changes in this pull request
From this PR,
getRoles
method.Issue - wso2/product-is#21496