-
Notifications
You must be signed in to change notification settings - Fork 544
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 application-mgt component to utilize certificate-mgt component for certificate management #6087
Refactor application-mgt component to utilize certificate-mgt component for certificate management #6087
Conversation
…plication certificate management
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6087 +/- ##
============================================
- Coverage 40.69% 40.57% -0.13%
- Complexity 14446 14515 +69
============================================
Files 1762 1763 +1
Lines 117627 118725 +1098
Branches 19025 19302 +277
============================================
+ Hits 47868 48168 +300
- Misses 62476 63213 +737
- Partials 7283 7344 +61
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 |
....mgt/src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationDAOImpl.java
Show resolved
Hide resolved
....mgt/src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationDAOImpl.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationMgtDBQueries.java
Show resolved
Hide resolved
...test/java/org/wso2/carbon/identity/application/mgt/ApplicationManagementServiceImplTest.java
Outdated
Show resolved
Hide resolved
...test/java/org/wso2/carbon/identity/application/mgt/ApplicationManagementServiceImplTest.java
Outdated
Show resolved
Hide resolved
...test/java/org/wso2/carbon/identity/application/mgt/ApplicationManagementServiceImplTest.java
Outdated
Show resolved
Hide resolved
features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/dbscripts/h2.sql
Outdated
Show resolved
Hide resolved
PR builder started |
PR builder completed |
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/11642804673
...test/java/org/wso2/carbon/identity/application/mgt/ApplicationManagementServiceImplTest.java
Show resolved
Hide resolved
...test/java/org/wso2/carbon/identity/application/mgt/ApplicationManagementServiceImplTest.java
Outdated
Show resolved
Hide resolved
PR builder started |
Quality Gate passedIssues Measures |
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/11645953009
Proposed changes in this pull request
Related Issue: