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

SO-4872: FHIR model harmonization, batch support #867

Merged
merged 57 commits into from
Aug 6, 2021

Conversation

bbanfai
Copy link
Contributor

@bbanfai bbanfai commented Jul 28, 2021

Please review so we can merge the improved domain objects and corresponding testing code to 8.x.

feature/SO-4872_FHIR_Batch_support

Conflicts:
	fhir/com.b2international.snowowl.fhir.core/src/com/b2international/snowowl/fhir/core/model/OperationOutcome.java
	fhir/com.b2international.snowowl.fhir.core/src/com/b2international/snowowl/fhir/core/model/codesystem/CodeSystem.java
	fhir/com.b2international.snowowl.fhir.core/src/com/b2international/snowowl/fhir/core/provider/CodeSystemApiProvider.java
	fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests/filter/FilterTest.java
	fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests/serialization/domain/ModelSerializationTest.java
	fhir/com.b2international.snowowl.fhir.rest/src/com/b2international/snowowl/fhir/rest/FhirCodeSystemController.java
	fhir/com.b2international.snowowl.fhir.rest/src/com/b2international/snowowl/fhir/rest/FhirConceptMapController.java
	fhir/com.b2international.snowowl.fhir.rest/src/com/b2international/snowowl/fhir/rest/FhirValueSetController.java
@bbanfai bbanfai self-assigned this Jul 28, 2021
@cmark cmark changed the base branch from 7.x to 8.x July 28, 2021 09:20
@cmark cmark changed the title SO-4872: FHIR batch support SO-4872: FHIR model harmonization, batch support Jul 30, 2021
@lgtm-com
Copy link

lgtm-com bot commented Aug 2, 2021

This pull request introduces 4 alerts when merging 3b9fbc7 into 33e66a0 - view on LGTM.com

new alerts:

  • 3 for Server-side request forgery
  • 1 for Container contents are never accessed

@lgtm-com
Copy link

lgtm-com bot commented Aug 3, 2021

This pull request introduces 4 alerts when merging bf5448c into bdcae0a - view on LGTM.com

new alerts:

  • 3 for Server-side request forgery
  • 1 for Container contents are never accessed

Copy link
Member

@cmark cmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Looks good so far.

@codecov-commenter
Copy link

Codecov Report

Merging #867 (5d1c931) into 8.x (1dea916) will increase coverage by 1.18%.
The diff coverage is 78.25%.

Impacted file tree graph

@@             Coverage Diff              @@
##                8.x     #867      +/-   ##
============================================
+ Coverage     60.20%   61.38%   +1.18%     
- Complexity    11061    11498     +437     
============================================
  Files          1656     1713      +57     
  Lines         54565    56210    +1645     
  Branches       5298     5389      +91     
============================================
+ Hits          32851    34505    +1654     
+ Misses        19598    19510      -88     
- Partials       2116     2195      +79     
Impacted Files Coverage Δ
...fhir/core/codesystems/ConditionalDeleteStatus.java 0.00% <0.00%> (ø)
...l/fhir/core/codesystems/ConditionalReadStatus.java 0.00% <0.00%> (ø)
.../snowowl/fhir/core/codesystems/FilterOperator.java 83.87% <0.00%> (-5.79%) ⬇️
...nowowl/fhir/core/codesystems/MessageTransport.java 0.00% <0.00%> (ø)
...al/snowowl/fhir/core/codesystems/PropertyType.java 86.66% <0.00%> (+0.95%) ⬆️
...owowl/fhir/core/codesystems/PublicationStatus.java 87.50% <ø> (+12.50%) ⬆️
...fhir/core/codesystems/ReferenceHandlingPolicy.java 0.00% <0.00%> (ø)
...wowl/fhir/core/codesystems/RestfulInteraction.java 0.00% <0.00%> (ø)
.../fhir/core/codesystems/RestfulSecurityService.java 0.00% <0.00%> (ø)
...nowowl/fhir/core/codesystems/VersioningPolicy.java 0.00% <0.00%> (ø)
... and 296 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dea916...5d1c931. Read the comment docs.

@cmark cmark merged commit c6c3ca5 into 8.x Aug 6, 2021
@cmark cmark deleted the feature/SO-4872_FHIR_Batch_support branch August 6, 2021 06:46
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.

None yet

3 participants