Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aces/Loris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v27.0.1
Choose a base ref
...
head repository: aces/Loris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v27.0.2
Choose a head ref
  • 14 commits
  • 14 files changed
  • 6 contributors

Commits on Aug 25, 2025

  1. [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.
    ridz1208 authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    00c8f82 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. [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.
    HenriRabalais authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    6c81b3d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. [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.
    kongtiaowang authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    c2d802d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. [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.
    ridz1208 authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    a144236 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. [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
    ridz1208 authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    ef3998c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. [eeg uploader] can't upload fix 27 (#10171)

    Fix error from EEG uploader:
    
    Expected a string but received an integer
    kongtiaowang authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    dd1475c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. [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)
    ridz1208 authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    3ec5d57 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. [test] fix CI 26.0 failure (#10293)

    [test] fix CI 26.0 failure
    kongtiaowang authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    f389ab2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. [dataquery] Fix typo in SQL table (#10318)

    We do not have a candiate table.
    driusan authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    2c92cda View commit details
    Browse the repository at this point in the history
  2. [CI] Update scheduleTest.php and readthedocs.yml (#10322)

    Fix build on 27.0-release brach.
    kongtiaowang authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    a8ed8f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Merge commit from fork

    Co-authored-by: Dave MacFarlane <dave.macfarlane@mcin.ca>
    driusan and Dave MacFarlane authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    a160644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfd069 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'aces/26.0-release' into HEAD

    Dave MacFarlane committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    b587c6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10370 from driusan/Merge26to27

    Merge v26.0.5 changes into v27.0 branch
    driusan authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    409b3ef View commit details
    Browse the repository at this point in the history
Loading