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

Issue/239 port 1.6.0 to 2.0.0 #244

Merged
merged 35 commits into from
Oct 15, 2024
Merged

Conversation

hhund
Copy link
Member

@hhund hhund commented Oct 15, 2024

closes #239

hhund and others added 30 commits September 4, 2024 12:59
'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 2.0.0 milestone Oct 15, 2024
@hhund hhund self-assigned this Oct 15, 2024
@hhund
Copy link
Member Author

hhund commented Oct 15, 2024

Not requesting a review here since all changes are part of the reviewed 1.6.0 release.

@hhund hhund merged commit 132197a into develop_2 Oct 15, 2024
4 checks passed
@hhund hhund linked an issue Oct 15, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port Fixes and Features From 1.6.0 to 2.0.0
2 participants