Skip to content

Merge v26.0.5 changes into v27.0 branch#10370

Merged
driusan merged 10 commits intoaces:27.0-releasefrom
driusan:Merge26to27
Feb 16, 2026
Merged

Merge v26.0.5 changes into v27.0 branch#10370
driusan merged 10 commits intoaces:27.0-releasefrom
driusan:Merge26to27

Conversation

@driusan
Copy link
Copy Markdown
Collaborator

@driusan driusan commented Feb 16, 2026

Push fixes forward.

ridz1208 and others added 10 commits August 25, 2025 16:16
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>
@github-actions github-actions bot added Language: PHP PR or issue that update PHP code Language: Javascript PR or issue that update Javascript code Module: electrophysiology_browser PR or issue related to electrophysiology_browser module Module: media PR or issue related to media module labels Feb 16, 2026
@driusan driusan merged commit 409b3ef into aces:27.0-release Feb 16, 2026
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Language: Javascript PR or issue that update Javascript code Language: PHP PR or issue that update PHP code Module: electrophysiology_browser PR or issue related to electrophysiology_browser module Module: media PR or issue related to media module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants