More code merge 2026-05-05 - #46
Merged
Merged
Conversation
…e in the compile-test pipeline configuration as those are not needed in the target repository
…ribution-2026-02 code contribution 2026 02 from UMM
…but being extensible for other application types.
…ndling # Conflicts: # studymanager-services/src/main/java/io/redlink/more/studymanager/model/Participant.java # studymanager-services/src/main/java/io/redlink/more/studymanager/service/ParticipantService.java # studymanager-services/src/test/java/io/redlink/more/studymanager/service/ParticipantServiceTest.java
…gin-code-generator MORE-Platform#469: Implemented application login token generation for participants
…l-handling P2r/634 pp url handling
…on-access-bug 634 application access bug
…on-access-bug #634: Small default pp url change
* added FIXME notes for things to change in a follow-up issue * added the participantId to a log statement Co-authored-by: Rupert Westenthaler <rupert.westenthaler@gmail.com>
…y-improvements 371 limesurvey improvements
…a dependency to the `LoginTokenService`. The `ApplicationAccessService` already cares about the necessary cleanups
…388_reset_tokens_after_preview Prehab2rehab/388 reset tokens after preview
…urvey-submit-date-fix MORE-Platform#440: Fixed the lime survey submit date if empty
…mesurvey-data-storage MORE-Platform#481: Reverted the limesurvey answer storage to the short id form
… using v<Major>.<Minor>.<Patch> versions
… using v<Major>.<Minor>.<Patch> versions
… using v<Major>.<Minor>.<Patch> versions
…-tags #15: Implemented tags into the pipeline to correctly tag new versions…
…ce of the data gateway. Added the functionality also to the OccurredObservation repo & service of the study manager backend so that it is possible to write component tests!
…280_occurred-observation-by-start-end MORE-Platform#280: OccurredObservation by start/end time
… observation and removed the token from being stored in the elastic
* Checks that only a single Survey is present for the Observation * Checks that the `id` and `seed` data are present for the Observation NOTE: Checks for actual Survey Data are not implemented as those would require API calls to the Lime Server and this is not feasible for periodic data health check. In addition their is no guarantee that a LimeSurvey is still available and unmodified on the server.
…esurvey-upgrade-fix #24: Fixed an issue that prevented to change the lime survey id of an…
…479_data-health-lime-observation MORE-Platform#479: DataHealth for LimeObservation
…ultiple studies and observations. It encodes the study, observation and participant in the givenname and adds more as lastname. It keeps backward compatibility for old/current studies by accepting the old format where the participantId was added as given and last name. It adds a UnitTest for the activate Method that checks if it performs the expected calls to the LimeServer and the SDK
Co-authored-by: Jan Cortiel <37823749+janoliver20@users.noreply.github.com>
…491_lime-survey-mapping-study-observation-participant MORE-Platform#491: Multi Sudy/Observation LimeSurvey support
…backend into more/code-merge-2026-05-05
Test Results187 tests +77 186 ✅ +77 1m 54s ⏱️ +32s Results for commit 4566578. ± Comparison against base commit 94fb470. This pull request removes 1 and adds 78 tests. Note that renamed tests count towards both. |
This file contains hidden or 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
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.
This merges all changes from the MORE develop branch back to UMM