-
Notifications
You must be signed in to change notification settings - Fork 542
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
Refactor ActionManagementDAO to handle action type specific properties #6119
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6119 +/- ##
============================================
+ Coverage 44.68% 44.94% +0.26%
- Complexity 13529 13692 +163
============================================
Files 1579 1593 +14
Lines 99162 99816 +654
Branches 16124 16162 +38
============================================
+ Hits 44307 44860 +553
- Misses 48179 48234 +55
- Partials 6676 6722 +46
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 |
components/action-mgt/org.wso2.carbon.identity.action.management/pom.xml
Outdated
Show resolved
Hide resolved
components/action-mgt/org.wso2.carbon.identity.action.management/pom.xml
Outdated
Show resolved
Hide resolved
...nt/src/main/java/org/wso2/carbon/identity/action/management/constant/ActionMgtConstants.java
Outdated
Show resolved
Hide resolved
...nt/src/main/java/org/wso2/carbon/identity/action/management/constant/ActionMgtConstants.java
Outdated
Show resolved
Hide resolved
...nt/src/main/java/org/wso2/carbon/identity/action/management/constant/ActionMgtConstants.java
Outdated
Show resolved
Hide resolved
...ction.management/src/main/java/org/wso2/carbon/identity/action/management/ActionBuilder.java
Outdated
Show resolved
Hide resolved
...ction.management/src/main/java/org/wso2/carbon/identity/action/management/ActionBuilder.java
Outdated
Show resolved
Hide resolved
...ction.management/src/main/java/org/wso2/carbon/identity/action/management/ActionBuilder.java
Outdated
Show resolved
Hide resolved
...t/src/main/java/org/wso2/carbon/identity/action/management/factory/ActionBuilderFactory.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/action/management/model/PreUpdatePasswordAction.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Proposed changes in this pull request
PRE_ISSUE_ACCESS_TOKEN
andPRE_UPDATE_PASSWORD
)PRE_UPDATE_PASSWORD
action type.updateActionEndpointAuthentication
will be removed as it has no use case in the productIDN_ACTION_ENDPOINT
table will be renamed toIDN_ACTION_PROPERTIES
and now it will be utilize to store action type related properties as well.Related Issue