-
Notifications
You must be signed in to change notification settings - Fork 545
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
Support for rule evaluation in action execution. #6324
Conversation
.../src/main/java/org/wso2/carbon/identity/action/execution/impl/ActionExecutorServiceImpl.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6324 +/- ##
============================================
+ Coverage 45.85% 46.30% +0.44%
- Complexity 14547 14743 +196
============================================
Files 1696 1701 +5
Lines 105122 104006 -1116
Branches 18886 18559 -327
============================================
- Hits 48204 48159 -45
+ Misses 50015 48995 -1020
+ Partials 6903 6852 -51
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 |
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/12905110350
...rg/wso2/carbon/identity/action/execution/internal/ActionExecutionServiceComponentHolder.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Proposed changes in this pull request
Resolves wso2/product-is#22348
This PR incorporates rule evaluation at action execution updating the core action execution service to invoke rule evaluation service.