-
Notifications
You must be signed in to change notification settings - Fork 548
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
Validate SharedProfileValueResolvingMethod change on claim update #6247
Validate SharedProfileValueResolvingMethod change on claim update #6247
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6247 +/- ##
============================================
+ Coverage 45.56% 45.72% +0.15%
+ Complexity 14112 14065 -47
============================================
Files 1633 1633
Lines 101071 100705 -366
Branches 17700 17706 +6
============================================
- Hits 46058 46045 -13
+ Misses 48298 47959 -339
+ Partials 6715 6701 -14
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/12572633471
345247a
to
f3083f2
Compare
...ain/java/org/wso2/carbon/identity/claim/metadata/mgt/ClaimMetadataManagementServiceImpl.java
Outdated
Show resolved
Hide resolved
...adata.mgt/src/main/java/org/wso2/carbon/identity/claim/metadata/mgt/util/ClaimConstants.java
Outdated
Show resolved
Hide resolved
0f10806
to
9148662
Compare
Quality Gate passedIssues Measures |
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/12595720352
Proposed changes in this pull request
Define required constants for
SharedProfileValueResolvingMethod
claim property and enums for values of SharedProfileValueResolvingMethodPart of Provide capability to update shared user profile and resolve the shared profile based on organization hierarchy product-is#22126