Merge v26.0.5 changes into v27.0 branch#10370
Merged
driusan merged 10 commits intoaces:27.0-releasefrom Feb 16, 2026
Merged
Conversation
Fixes even further what was fixed in aces#9534. The fix in the previous PR did not account for arguments coming after the `?` in the URL, this new parameter should account for it.
…9784) This change modifies the transformation of csvData in the DataTable component by replacing .flatMap() with .map(). • Before: csvData was a flattened array of mapped cells across all fields and rows. • After: csvData is now a nested array (Array<Array<Cell>>), preserving the structure of rows. • This aligns better with expected downstream usage or fixes unintended flattening issues in CSV processing.
Tests were not running because of the (unseen) error: "[Warning] Aborted connection 21 to db: 'unconnected' user: 'unauthenticated' host: '172.18.0.5' (This connection closed normally without authentication)" MariaDB 10.5 has removed or tightened several legacy permission behaviors.
…9786) When declared as single the dataquery module does not allow to choose the option "is empty" in the filter. Since a visit may not have the instrument as part of its battery, it should be OPTIONAL, and not SINGLE.
Some fixes that were necessary on CBIG to be able to build the dictionary 1. ignore .meta fields for LINST files 2. re-add DATA ENTRY common filed to all instruments 3. make the script runnable from anywhere
This fixes the generate external IDs script to be runnable on 26 (mainly creating site and project objects). It also excludes scanners from the genration since the regular pipeline adding the scanners does it while bypassing the external ID generation (i.e. designed to be null)
[test] fix CI 26.0 failure
Co-authored-by: Dave MacFarlane <dave.macfarlane@mcin.ca>
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.
Push fixes forward.