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

Release/0.6.0 #88

Merged
merged 28 commits into from
Jul 12, 2022
Merged

Release/0.6.0 #88

merged 28 commits into from
Jul 12, 2022

Conversation

hhund
Copy link
Member

@hhund hhund commented Jul 12, 2022

closes #72
closes #77
closes #79
closes #80
closes #81
closes #86

hhund added 28 commits July 3, 2022 16:55
issues/72_Validator_Generates_False-Positives
Modified the code to only add concepts that are missing based on no
other entry with the same system and code existing in the expansion. The
previous implementation also compared code-system version resulting in
duplicate entries, if the terminology server did not include the version
but the definition did or vice versa.
there won't be a version 0.5.2, 0.6.0 will include fixed false-positive
validation errors and additional changes to the process
'origin/issues/72_Validator_Generates_False-Positives' into develop
Logging off search, result and transfer bundles is now disabled by
default and can be enable using the config parameter
`de.netzwerk.universitaetsmedizin.codex.gecco.dataLoggingEnabled`

Also fixes a small issue with resource IDs not visible in log messages
generated by the ReadData class, due to a bad order of operations.
Resource IDs are now logged as absolute IDs.
The data-send process can now be instructed to perform a dry-run only
using the optional input-parameter "dry-run" with a value of "true". A
dry-run will abort the data-send process after validation end enryption
of the transfer bundle but before the bundle is stored in the local DSF
FHIR server and a Task to start the data-translate process is send to
the GECCO Transfer Hub.
Added new process version environment variable to generated .env file.
PROCESS_VERSION environment variable now used in process exclude config
in docker-compose file.
The pattern **/*LearningTest.java is used to exclude learning tests.
Changes to the Task resource need to be stored in the leading task
process variable since it is the only one that survives the return task
restarting the process via the intermediate message throw events.

The start-data-translate process Task now shows the size (in bytes) of
the encrypted transfer bundle.
@hhund hhund added this to the v0.6.0 milestone Jul 12, 2022
@hhund hhund self-assigned this Jul 12, 2022
@hhund hhund merged commit d1b1868 into main Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment