Captain-P-Goldfish / SCIM-SDK

a scim implementation as described in RFC7643 and RFC7644
https://github.com/Captain-P-Goldfish/SCIM/wiki
BSD 3-Clause "New" or "Revised" License
122 stars 38 forks source link

Fixed MsAzurePatchFilterWorkaround to not clear the entire list #673

Closed ondrejzivotsky closed 4 months ago

ondrejzivotsky commented 4 months ago

Fixed MsAzurePatchFilterWorkaround to not clear the entire list during a Replace operation

fixes #668

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 86.79%. Comparing base (6f55431) to head (10a38b3). Report is 8 commits behind head on master.

Files Patch % Lines
...karounds/msazure/MsAzurePatchFilterWorkaround.java 0.00% 0 Missing and 2 partials :warning:
...fish/scim/sdk/server/patch/PatchTargetHandler.java 90.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #673 +/- ## ========================================= Coverage 86.78% 86.79% Complexity 580 580 ========================================= Files 251 251 Lines 9659 9669 +10 Branches 1213 1216 +3 ========================================= + Hits 8383 8392 +9 Misses 889 889 - Partials 387 388 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.