-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial import workflow complete * New workflow * Remove bulk-data-utilities as dependency * Error handling reworked following the most recent deqmig * Add headers check for * Add better error messages * Conditional requestIdentity, as written * Additional error handling for ndjson worker * Update src/server/ndjsonWorker.js Co-authored-by: hossenlopp <[email protected]> * Remove 'new bulk import' phrasing * Readme updates --------- Co-authored-by: hossenlopp <[email protected]>
- Loading branch information
1 parent
dc89180
commit 1e0a3e1
Showing
27 changed files
with
412 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ | |
"@projecttacoma/node-fhir-server-core": "^2.2.7", | ||
"axios": "^0.28.0", | ||
"bee-queue": "^1.4.0", | ||
"bulk-data-utilities": "git+https://[email protected]/projecttacoma/bulk-data-utilities", | ||
"cors": "^2.8.5", | ||
"cql-exec-fhir-mongo": "git+https://[email protected]/projecttacoma/cql-exec-fhir-mongo", | ||
"dotenv": "^10.0.0", | ||
|
@@ -54,4 +53,4 @@ | |
"./test/globalSetup.js" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.