Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resync #184

Merged
merged 52 commits into from
Nov 13, 2021
Merged

Resync #184

merged 52 commits into from
Nov 13, 2021

Commits on Nov 8, 2021

  1. README - add CI badge

    tiborauer committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    bdf336a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73a46b View commit details
    Browse the repository at this point in the history
  3. Replace fileparts(strtok()) with a double fileparts

    Fixes bug, the strtok gives unexpected results when the path contains a dot somewhere, which is a valid character in a directory name
    AljenU committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    74c9256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fbc97f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9aafc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0a07be View commit details
    Browse the repository at this point in the history
  7. Fix validatepaths, check full chararray at once

    Instead of passing through each character separately, check the full chararray. Only do indexing if the content of the field is a structarray or cellarray
    AljenU committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    121161d View commit details
    Browse the repository at this point in the history
  8. Small refactor validatepaths

    Use elseif where possible, to reduce nesting/indent
    
    Also, consistent use of spaces around = and , characters. And use of braces with if and switch
    AljenU committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d3cf58b View commit details
    Browse the repository at this point in the history
  9. Fix aas_checkpath allowcolon input effect

    With wildcards, colon is now allowed when allowcolon is true, instead of when allowcolon is false
    
    Without wildcards, colon is now only allowed when allowcolon is actually true
    AljenU committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8ce6512 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3245d40 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    f793fa9 View commit details
    Browse the repository at this point in the history
  2. TEST - diffusion BET

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f7dae97 View commit details
    Browse the repository at this point in the history
  3. CI/TEST - scrubbing

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    83af91c View commit details
    Browse the repository at this point in the history
  4. CI/TEST - diffusion BET

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    904f1a7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #263 from AljenU/bugfixes_getting_started

    Bugfixes related to Getting started
    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    29a3109 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #268 from AljenU/bugfix-aas_checkpath-allowcolon

    Fix aas_checkpath allowcolon input effect
    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a3196e5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #270 from AljenU/fix-validatepaths-chararray

    Fix validatepaths chararray
    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3b20064 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #283 from ethanknights/tidy

    tidy aamod_coreg_extended_2_epi.xml
    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    23a3d23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98298dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9fc2bbd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0315f0 View commit details
    Browse the repository at this point in the history
  12. FIX - CI: typo

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    348ac3f View commit details
    Browse the repository at this point in the history
  13. ENH - AROMA (toolbox, CI)

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    12f0878 View commit details
    Browse the repository at this point in the history
  14. FIX - AROMA (and test)

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4f5dc6c View commit details
    Browse the repository at this point in the history
  15. FIX - AROMA

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a3135ef View commit details
    Browse the repository at this point in the history
  16. FIX - AROMA

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8692731 View commit details
    Browse the repository at this point in the history
  17. FIX - CI: AROMA

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8a38c16 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cfa2471 View commit details
    Browse the repository at this point in the history
  19. FIX - AROMA

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bc86f4a View commit details
    Browse the repository at this point in the history
  20. ENH - install tools

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    9acdab8 View commit details
    Browse the repository at this point in the history
  21. FIX - CI: python

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5211360 View commit details
    Browse the repository at this point in the history
  22. FIX - CI: pip

    tiborauer committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    60281c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. FIX - AROMA

    tiborauer committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    eb588b8 View commit details
    Browse the repository at this point in the history
  2. FIX - AROMA documentation

    tiborauer committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    055286f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db65f87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78577e2 View commit details
    Browse the repository at this point in the history
  5. Fix log messages containing a path

    Escape backslash characters in the windows paths, to prevent them from being interpreted as special character identifiers in printf functions
    
    Fixes for issue #276
    AljenU committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    df81a2c View commit details
    Browse the repository at this point in the history
  6. Update aas_checkpath for windows compatibility

    The path separator is platform dependent. Also, on Windows more character values are allowed, to allow drive letters in paths
    
    Fix issue #277
    AljenU committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f9883c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    406f96b View commit details
    Browse the repository at this point in the history
  8. Use getenv('HOME') instead of ~

    Fix issue #284
    AljenU committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    514b0ab View commit details
    Browse the repository at this point in the history
  9. Fix aas_shell: do not try to stop colours on windows

    Related to issue #279
    AljenU committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    073f08a View commit details
    Browse the repository at this point in the history
  10. Do not do aas_expandpathbyvars on windows

    Related to issue #288 and issue #289
    AljenU committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    1213112 View commit details
    Browse the repository at this point in the history
  11. Adapt aa_init to use pathsep and filesep functions

    Fix issue #266, fixes for issue #264
    AljenU committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d8cf3bf View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    e16279a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #292 from tiborauer/WASHU

    New tests from WASHU
    jones-michael-s committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3cd5aa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa8eddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8122989 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d23a77 View commit details
    Browse the repository at this point in the history
  6. FIX - parametersets with partial toolboxes

    tiborauer committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2113682 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    f694f71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #291 from AljenU/fixes_windows_helloworld

    Fixes to be able to run example helloworld on windows
    tiborauer committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    01bde66 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    2254c89 View commit details
    Browse the repository at this point in the history