forked from HCA-Healthcare/elixir-mllp
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge from upstream #4
Open
gmcintire
wants to merge
29
commits into
main
Choose a base branch
from
HCA-Healthcare-main
base: main
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.
Open
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
* Update MLLP.Client.reconnect/1 * Updated OTP and Elixir versions for CI * CI updates and mix format * remove race_conditions from mix.exs * removed config/dev.exs and /prod.exs
* Update default timeouts
Prior to this change MLLP.Client was throwing away user-supplied `socket_opts` when merging in @default_opts
* Switch to gen_statem for MLLP.Client * Added Unit test for detection of disconnected receiver * Replaced some mock tests with real ones * Make sure socket is invalidated on reconnection * Fix flaky test (disconnect on server side could result either in :closed or :einval depending on timing of send call) * Add 'responses match requests' test for concurrent requests * Fix TestDispatcher (ask receiver to slow down, if we want it to) * Handle 'data after trailer' case * Switch backoff tests from mock to real * Add 'send_timeout_close' to socket defaults * Shutdown on unexpected packet * Shutdown socket on receive timeout, if required * Update cache version --------- Co-authored-by: Bryan Paxton <[email protected]>
* Add an option for receiver to define custom ssl transport * Custom receiver transport support
* Add reference to options type --------- Co-authored-by: Bryan Paxton <[email protected]>
* Bug: default_opts should be first in Map.merge/2 * Fix deprecated Logger.warn/1 calls * Align 'context' value with FSM state * Changes to 'format_error' that work both with OTP 25 and 26 * Fix TLS tests to work across OTP 25 and 26 * Bump cache version
- Updated MLLP.Ack to import new sigil for use with get_part/2 - Updated tests to reflect updates between 0.6.2 and 0.7.0
* Bug: default_opts should be first in Map.merge/2 * Fix deprecated Logger.warn/1 calls * Take only 'host' and 'port' for metadata * telemetry refactoring * Telemetry refactoring * Deps update * More tests and refactoring
- Update to elixir_hl7 0.8.0 - Update MLLP.ACk and ack_test where required per update - Bump our version to 0.9.4
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.