Skip to content
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

Fix - POST Bundle With ifNoneExist Clause Incorrectly Rejected With Invalid Match URL ERROR #4588

Merged
merged 2 commits into from
Feb 24, 2023

Conversation

KevinDougan
Copy link
Collaborator

Closes #4580

@KevinDougan KevinDougan changed the title Fix 4580 Fix - POST Bundle With ifNoneExist Clause Incorrectly Rejected With Invalid Match URL ERROR Feb 24, 2023
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Base: 81.32% // Head: 81.42% // Increases project coverage by +0.09% 🎉

Coverage data is based on head (5fa7a5a) compared to base (2f5ffe7).
Patch has no changes to coverable lines.

❗ Current head 5fa7a5a differs from pull request most recent head 775142c. Consider uploading reports for the commit 775142c to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #4588      +/-   ##
============================================
+ Coverage     81.32%   81.42%   +0.09%     
- Complexity    23650    23823     +173     
============================================
  Files          1425     1432       +7     
  Lines         86399    87336     +937     
  Branches      11677    11786     +109     
============================================
+ Hits          70265    71109     +844     
- Misses        10947    10993      +46     
- Partials       5187     5234      +47     
Impacted Files Coverage Δ
ca/uhn/fhir/mdm/api/MdmQuerySearchParameters.java 49.31% <0.00%> (-35.94%) ⬇️
org/hl7/fhir/r5/hapi/fhirpath/FhirPathR5.java 40.74% <0.00%> (-28.01%) ⬇️
ca/uhn/fhir/mdm/provider/MdmProviderLoader.java 12.50% <0.00%> (-25.00%) ⬇️
...a/uhn/fhir/jpa/mdm/svc/MdmLinkQuerySvcImplSvc.java 41.66% <0.00%> (-25.00%) ⬇️
org/hl7/fhir/r4/hapi/fluentpath/FhirPathR4.java 62.96% <0.00%> (-24.54%) ⬇️
.../hl7/fhir/dstu3/hapi/fluentpath/FhirPathDstu3.java 76.00% <0.00%> (-17.75%) ⬇️
...pa/model/entity/NormalizedQuantitySearchLevel.java 83.33% <0.00%> (-16.67%) ⬇️
.../rest/server/provider/ResourceProviderFactory.java 65.00% <0.00%> (-15.00%) ⬇️
...ir/rest/server/messaging/json/BaseJsonMessage.java 76.92% <0.00%> (-13.99%) ⬇️
ca/uhn/fhir/jpa/mdm/svc/MdmControllerSvcImpl.java 63.44% <0.00%> (-9.40%) ⬇️
... and 157 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@KevinDougan KevinDougan merged commit b25f364 into master Feb 24, 2023
@KevinDougan KevinDougan deleted the 4580-post-bundle-with-ifnoneexist-clause branch February 24, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POST Bundle With ifNoneExist Clause Incorrectly Rejected With Invalid Match URL ERROR
2 participants