forked from jembi/openhim-mediator-xds
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Combined, rebased, and cleaned up PRs #16
Open
pmanko
wants to merge
29
commits into
SEDISH:master
Choose a base branch
from
pmanko:combined-rebased
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Added check for an existing subsription during registration to prevent duplicates
Catch error that prevents processing of subsequent subscriptions when one of them fails
Isanteplus lnsp fixes
* Added a FHIR request actor to handle interaction with a server for patient validation * Routine bug fixes * Updated unit tests an provided fixes to the FHIR handler Actor * LNSP workflow fixes * Added unit tests * Manipulate the xds document to remove sections that were causing OpenXDS validation failures * Manipulate the xds document to remove sections that were causing OpenXDS validation failures * Java 1.8 dependency * Prevent dsub subscription duplication * Resumed FHIR data store(OpenCR) validation closes #2
* Create ci.yml * Update ci.yml * xds github workflow * Fixes for github actions and tests * Mvn fix * Dockerfile fix Co-authored-by: HerbertYiga <[email protected]> Co-authored-by: Piotr Mankowski <[email protected]>
* PIX workflow fix * Figuring out FHIR Resolve Patient Identifier workflow * Fixed branch name * Fixed pix workflow * Outdated fixes and debugging of timeout error * Identifier Fix * Modify id enrichment to fix error
* Fixing version * CI fix * Version bump --------- Co-authored-by: Piotr Mankowski <[email protected]>
* Fixed issue of notifications not being sent to Lab * Reverted the changes to the Lab order format * Auto update version number in mediator registration info to module version * Added check for invalid URLs before registering a subscription * bug fix: removed extra brace --------- Co-authored-by: moshonk <[email protected]>
* Fixed issue of notifications not being sent to Lab * Reverted the changes to the Lab order format * Auto update version number in mediator registration info to module version * Check for existing subscription Added check for an existing subsription during registration to prevent duplicates * Bug fix: missing semi-colon --------- Co-authored-by: moshonk <[email protected]>
commit b632477 Author: moshonk <[email protected]> Date: Wed Sep 2 02:51:47 2020 +0300 bug fix logging mesage commit 6025cca Author: moshonk <[email protected]> Date: Wed Sep 2 02:42:15 2020 +0300 Catch subscriptions processing error Catch error that prevents processing of subsequent subscriptions when one of them fails commit 596c555 Merge: eeae53d 5b3d87a Author: moshonk <[email protected]> Date: Wed Sep 2 02:21:14 2020 +0300 Merge branch 'check-for-existing-subscription' into HEAD commit 5b3d87a Author: moshonk <[email protected]> Date: Wed Sep 2 02:10:05 2020 +0300 Bug fix: missing semi-colon commit eeae53d Merge: 7d37581 576b646 Author: moshonk <[email protected]> Date: Wed Sep 2 02:07:09 2020 +0300 Merge branch 'check-for-existing-subscription' commit 576b646 Author: moshonk <[email protected]> Date: Wed Sep 2 02:00:47 2020 +0300 Check for existing subscription Added check for an existing subsription during registration to prevent duplicates commit 7d37581 Author: moshonk <[email protected]> Date: Wed Sep 2 01:41:14 2020 +0300 bug fix: removed extra brace commit 612e938 Author: moshonk <[email protected]> Date: Wed Sep 2 01:15:51 2020 +0300 Added check for invalid URLs before registering a subscription commit d556d7c Author: moshonk <[email protected]> Date: Thu Jun 25 23:38:51 2020 +0300 Auto update version number in mediator registration info to module version commit 10ecdb0 Author: moshonk <[email protected]> Date: Thu Jun 25 23:03:36 2020 +0300 Reverted the changes to the Lab order format commit ed4f69e Author: moshonk <[email protected]> Date: Thu Jun 25 00:23:32 2020 +0300 Fixed issue of notifications not being sent to Lab
author moshonk <[email protected]> 1593033812 +0300 committer Piotr Mankowski <[email protected]> 1680641638 -0700 Fixed issue of notifications not being sent to Lab Reverted the changes to the Lab order format Added check for invalid URLs before registering a subscription Bug fix: missing semi-colon bug fix logging mesage Updated the mediator to fix the IsantePlus-LNSP workflow issues Co-authored-by: moshonk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.