-
Notifications
You must be signed in to change notification settings - Fork 7
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
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
'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
issue/236_Upgrade_Dependencies
no upgrading to 26.0, import of realms not working
issue/239_Port_1_6_0_to_2_0_0
Not requesting a review here since all changes are part of the reviewed 1.6.0 release. |
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.
closes #239