Conversation
…ing the merge logic from test
Enable Dynamic Schema Support for File Type Definitions in Analysis Types
Added FileTypes to ListAnalysisTypes Response.
…Types Remove `FileTypes` Enum and Update References
Enable Version-Based File Type Validation for Analysis Submission
* Remove Donor, Specimen, and Sample from Analysis Data Classes in SONG * Reverting the changes related to latest develop * Remove Donor, Specimen, and Samples from Base Schema and Allow in Dynamic Schemas * Remove Donor-Related Entities from StudyController and Search APIs * Add External Validation Rules for Analysis Properties Based on Dynamic Schemas * Resolving the build issues and updating the PR with missing files * Changes related to feedback * Changes to ValidationService related to externalValiation * Changes related to the feedback comments * Migrate file_types to options column in analysis_schema * External valdiation URL template for study and value tokens * Retrieve all options data with analysis type * Remove sneaky throws from buildSchema with JSON parsing failure case * Fix paginated data lookup by removing stored procedure reference to file_type enum * Schema registrations sets options values correctly (#879) - when missing, uses value from previous schema or sets as empty (default) value - when set as empty array, replaces current value with empty array (removes optional validations) - sets options in get registration by version query * Change schema option name to plural `externalValidations` * Docs grammar improvements and update property to externalValidations * Remove blank lines * Options property description improvements --------- Co-authored-by: Azher2Ali <121898125+Azher2Ali@users.noreply.github.com>
* docker version * cd quickstart > cd prelude --------- Co-authored-by: Mitchell Shiell <mshiell@WL6334-Lhaym.ad.oicr.on.ca> Co-authored-by: Mitchell Shiell <mshiell@ML8164-MSHIELL.local>
justincorrigible
approved these changes
May 2, 2025
JWT decoder config
…-requirement #885: Remove requirement of experiment from analysisTypeRegistration.json
Contributor
|
Waiting for completion of task to remove |
* Improve endpoint error outputs with detailed messages * Changes related to moving the try and catch block according to the feedback * Changes related to the feedback * Reverting the SubmitController to develop
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.
Release 5.3.0
Changes:
FileTypesEnum and Update References #867