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

Validation fixes #111

Merged
merged 12 commits into from
Jul 29, 2022
Merged

Validation fixes #111

merged 12 commits into from
Jul 29, 2022

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    8393d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6b9dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4738657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c05031b View commit details
    Browse the repository at this point in the history
  5. [validate] Refactor runValidate func

    Log any occured error from a validation run.
    mpsonntag committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8298626 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e5e8f0 View commit details
    Browse the repository at this point in the history
  7. [validate] Validate NIX files separately

    Closes G-Node#106
    
    When a NIX file cannot be opened, the occurrence is
    logged as a validation error and the validation continues
    with the next NIX file.
    mpsonntag committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5c6b075 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    517fedd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e368cc View commit details
    Browse the repository at this point in the history
  10. [validate] Fetch commit hash on pub validation

    Using the latest commit hash of a repository to create
    the results badge for a public validation.
    mpsonntag committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9e7fe25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c14ab0 View commit details
    Browse the repository at this point in the history
  12. [validate] Provide invalid BIDS root error

    Closes G-Node#107
    
    Provide the appropriate error when the BIDS validator is not run
    from the root BIDS folder structure.
    mpsonntag committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    01a7e6b View commit details
    Browse the repository at this point in the history