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

Add framework for Bulk Import #2538

Merged
merged 29 commits into from
Apr 14, 2021
Merged

Add framework for Bulk Import #2538

merged 29 commits into from
Apr 14, 2021

Conversation

jamesagnew
Copy link
Collaborator

This is a precursor to supporting FHIR Bulk Import IG

@codecov
Copy link

codecov bot commented Apr 13, 2021

Codecov Report

Merging #2538 (351ec13) into master (129df5d) will decrease coverage by 0.01%.
The diff coverage is 85.13%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2538      +/-   ##
============================================
- Coverage     81.28%   81.27%   -0.02%     
- Complexity    18258    18317      +59     
============================================
  Files          1247     1269      +22     
  Lines         66571    66651      +80     
  Branches      10212    10167      -45     
============================================
+ Hits          54115    54173      +58     
- Misses         8461     8483      +22     
  Partials       3995     3995              
Impacted Files Coverage Δ Complexity Δ
...n/java/ca/uhn/fhir/jpa/api/dao/IFhirSystemDao.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...in/java/ca/uhn/fhir/jpa/batch/BatchJobsConfig.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
.../processors/GoldenResourceAnnotatingProcessor.java 81.57% <ø> (ø) 17.00 <0.00> (ø)
...hir/jpa/bulk/export/api/BulkDataExportOptions.java 100.00% <ø> (ø) 15.00 <0.00> (?)
...n/fhir/jpa/bulk/export/api/IBulkDataExportSvc.java 100.00% <ø> (ø) 0.00 <0.00> (?)
...n/fhir/jpa/bulk/export/job/BaseBulkItemReader.java 91.07% <ø> (ø) 24.00 <0.00> (?)
...lk/export/job/BulkExportJobParameterValidator.java 77.41% <ø> (ø) 11.00 <0.00> (?)
...ulk/export/job/BulkExportJobParametersBuilder.java 76.47% <ø> (ø) 6.00 <0.00> (?)
...a/uhn/fhir/jpa/bulk/export/job/BulkItemReader.java 100.00% <ø> (ø) 5.00 <0.00> (?)
...bulk/export/job/CreateBulkExportEntityTasklet.java 88.23% <ø> (ø) 4.00 <0.00> (?)
... and 81 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 129df5d...351ec13. Read the comment docs.

@jamesagnew jamesagnew merged commit ca2088f into master Apr 14, 2021
@jamesagnew jamesagnew deleted the ja_20210410_bulk_import branch April 14, 2021 21:41
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.

1 participant