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/1.6.0 #243

Merged
merged 36 commits into from
Oct 15, 2024
Merged

Release/1.6.0 #243

merged 36 commits into from
Oct 15, 2024

Conversation

hhund
Copy link
Member

@hhund hhund commented Oct 15, 2024

closes #236
closes #233
closes #232
closes #230
closes #226
closes #224
closes #219

hhund and others added 30 commits July 15, 2024 12:54
issue/219_Start_New_Development_Cycle
'origin/issue/219_Start_New_Development_Cycle' into develop
'origin/issue/224_QuestionnaireResponseHelperImpl_Wrong_Resource_Type'
into develop
Test case checks whether an entry is deleted from the read_access table
for a resource configured for role access by a DIC member (member.com)
of the parent organization (parent.com) if the OrganizationAffiliation
for that parent/member relationship changes from DIC to HRP.
Added performance test for Organization and OrganizationAffiliation
updates with 500.000 rows existing in the tasks table.
Added a new all_read_access_resources view that includes all resources
except Task and QuestionnaireResponse.

Improved after organizations and organization_affiliations insert
triggers by removing unnecessary delete/insert operations for FHIR
updates (db inserts) of unchanged Organization and
OrganizationAffiliation resources. Unchanged in this case means no
active status change for both resource types and no role change for
OrganizationAffiliations. Both triggers now also use the new
all_read_access_resources view.
keycloak excluded from forward proxy, works with fix from PR #234
Enables the use of the re-connector code for abnormally closed websocket
connections. The (re-)connector searches for Subscription resources,
downloads existing Task and QuestionnaireResponse resources before
establishing the Task and QuestionnaireResponse websocket connections.

Fixes #233
QuestionnaireResponse resource at the same time in one transaction
Bundle
Enables creation of Questionnaire and QuestionnaireResponse in a
transaction Bundle if order is Questionnaire before
QuestionnaireResponse.
ReferenceExtractorImpl now also extracts canonical references.

Moved the QuestionnaireResponse.qestionnaire canonical reference check
from QuestionnaireResponseAuthorizationRule to the general reference
check infrastructure, enabling creation of Questionnaire and
QuestionnaireResponse resources in the same transaction bundle
regardless of order.

Currently only Task.instantiatesCanonical and
QuestionnaireResponse.qestionnaire canonical references are enforced.
Code changes to reflect camunda 7.21 -> 7.22. upgrade.
Reconfigured log4j to suppress config messages on startup to system out.
'issue/226_Questionnaire_QuestionnaireResponse_Transaction_Bundle' into
develop
'origin/issue/233_Misses_Task_and_QuestionnaireResponse_on_Network_Disconnect'
into develop
@hhund hhund added this to the 1.6.0 milestone Oct 15, 2024
@hhund hhund self-assigned this Oct 15, 2024
@hhund hhund merged commit f761d2d into main Oct 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment