-
Notifications
You must be signed in to change notification settings - Fork 167
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
Handle scim user patch for migrating users #422
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #422 +/- ##
============================================
+ Coverage 30.03% 30.15% +0.12%
- Complexity 976 991 +15
============================================
Files 134 134
Lines 13145 13202 +57
Branches 2518 2534 +16
============================================
+ Hits 3948 3981 +33
- Misses 8702 8720 +18
- Partials 495 501 +6
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 |
.../charon-core/src/main/java/org/wso2/charon3/core/protocol/endpoints/UserResourceManager.java
Show resolved
Hide resolved
.../charon-core/src/main/java/org/wso2/charon3/core/protocol/endpoints/UserResourceManager.java
Outdated
Show resolved
Hide resolved
.../charon-core/src/main/java/org/wso2/charon3/core/protocol/endpoints/UserResourceManager.java
Outdated
Show resolved
Hide resolved
.../charon-core/src/main/java/org/wso2/charon3/core/protocol/endpoints/UserResourceManager.java
Outdated
Show resolved
Hide resolved
.../charon-core/src/main/java/org/wso2/charon3/core/protocol/endpoints/UserResourceManager.java
Show resolved
Hide resolved
.../charon-core/src/main/java/org/wso2/charon3/core/protocol/endpoints/UserResourceManager.java
Show resolved
Hide resolved
…ol/endpoints/UserResourceManager.java Co-authored-by: Lashini Jayasekara <[email protected]>
PR builder completed |
PR builder started |
PR builder completed |
The test failures have failed intermittently before. Will run the integration tests again with the version bump in the scim2-common component. |
Purpose
Related Issues