-
Notifications
You must be signed in to change notification settings - Fork 197
Comparing changes
Open a pull request
base repository: aces/Loris
base: v27.0.1
head repository: aces/Loris
compare: v27.0.2
- 14 commits
- 14 files changed
- 6 contributors
Commits on Aug 25, 2025
-
[Core] Fix redirect URL AGAIN (#9794)
Fixes even further what was fixed in #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.
Configuration menu - View commit details
-
Copy full SHA for 00c8f82 - Browse repository at this point
Copy the full SHA 00c8f82View commit details
Commits on Sep 9, 2025
-
[JSX] Revert CSV data transformation: replace flatMap with map (#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.
Configuration menu - View commit details
-
Copy full SHA for 6c81b3d - Browse repository at this point
Copy the full SHA 6c81b3dView commit details
Commits on Nov 11, 2025
-
[github CI] waiting for mysqld - fix in 26.0-release (#10118)
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.
Configuration menu - View commit details
-
Copy full SHA for c2d802d - Browse repository at this point
Copy the full SHA c2d802dView commit details
Commits on Nov 12, 2025
-
[instruments] Make legacy dictionary use OPTIONAL as a default (#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.
Configuration menu - View commit details
-
Copy full SHA for a144236 - Browse repository at this point
Copy the full SHA a144236View commit details
Commits on Nov 21, 2025
-
[datadict] Fix missing variables & ignore meta fields (#9955)
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
Configuration menu - View commit details
-
Copy full SHA for ef3998c - Browse repository at this point
Copy the full SHA ef3998cView commit details
Commits on Nov 27, 2025
-
[eeg uploader] can't upload fix 27 (#10171)
Fix error from EEG uploader: Expected a string but received an integer
Configuration menu - View commit details
-
Copy full SHA for dd1475c - Browse repository at this point
Copy the full SHA dd1475cView commit details
Commits on Jan 6, 2026
-
[tools] Bugfix for generate_candidate_externalids.php (#10178)
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)
Configuration menu - View commit details
-
Copy full SHA for 3ec5d57 - Browse repository at this point
Copy the full SHA 3ec5d57View commit details
Commits on Jan 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f389ab2 - Browse repository at this point
Copy the full SHA f389ab2View commit details
Commits on Feb 3, 2026
-
[dataquery] Fix typo in SQL table (#10318)
We do not have a candiate table.
Configuration menu - View commit details
-
Copy full SHA for 2c92cda - Browse repository at this point
Copy the full SHA 2c92cdaView commit details -
[CI] Update scheduleTest.php and readthedocs.yml (#10322)
Fix build on 27.0-release brach.
Configuration menu - View commit details
-
Copy full SHA for a8ed8f0 - Browse repository at this point
Copy the full SHA a8ed8f0View commit details
Commits on Feb 16, 2026
-
Co-authored-by: Dave MacFarlane <dave.macfarlane@mcin.ca>
Configuration menu - View commit details
-
Copy full SHA for a160644 - Browse repository at this point
Copy the full SHA a160644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfd069 - Browse repository at this point
Copy the full SHA 9dfd069View commit details -
Merge remote-tracking branch 'aces/26.0-release' into HEAD
Dave MacFarlane committedFeb 16, 2026 Configuration menu - View commit details
-
Copy full SHA for b587c6e - Browse repository at this point
Copy the full SHA b587c6eView commit details -
Merge pull request #10370 from driusan/Merge26to27
Merge v26.0.5 changes into v27.0 branch
Configuration menu - View commit details
-
Copy full SHA for 409b3ef - Browse repository at this point
Copy the full SHA 409b3efView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v27.0.1...v27.0.2