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

NF: Add Environment class, with initial Native/Docker implementations #516

Merged
merged 39 commits into from
Jan 29, 2024

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    9406a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f11b85 View commit details
    Browse the repository at this point in the history
  3. FIX: import and arg

    effigies committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    58b4a34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39874d4 View commit details
    Browse the repository at this point in the history
  5. implementing execute for the Docker env; changes to the ShellCommandT…

    …ask; adding tests (more tests needed)
    djarecka authored and effigies committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b6b8130 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5922c47 View commit details
    Browse the repository at this point in the history
  7. adding need docker to the tests

    djarecka authored and effigies committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    dcac97e View commit details
    Browse the repository at this point in the history
  8. FIX: Bad rebase

    effigies committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4f21181 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42a0588 View commit details
    Browse the repository at this point in the history
  10. FIX: Missing argument

    effigies committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3dbc054 View commit details
    Browse the repository at this point in the history
  11. FIX: Get mode

    effigies committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    81abb09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f495366 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 17, 2023

  1. Update pydra/engine/task.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    djarecka and effigies committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2eb88da View commit details
    Browse the repository at this point in the history
  2. Update pydra/engine/task.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    djarecka and effigies committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    ff3f5d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6889577 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25f14a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4644a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #705 from djarecka/env

    Env
    djarecka committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    fa240d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

  1. cleaning DockerTask remains

    djarecka committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7d39b4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #706 from djarecka/env

    Env
    djarecka committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4d2098b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    bd76c3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #711 from djarecka/env

    adding the Singularity environment class
    djarecka committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9cc0904 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Nov 2, 2023

  1. creating Container class

    djarecka committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2dd5603 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    161635b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d60dd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #718 from djarecka/env

    [WIP] cleaning, fixing tests
    djarecka committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    58038f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update pydra/engine/environments.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    djarecka and effigies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9673908 View commit details
    Browse the repository at this point in the history
  2. Update pydra/engine/environments.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    djarecka and effigies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    89de9e6 View commit details
    Browse the repository at this point in the history
  3. Update pydra/engine/environments.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    djarecka and effigies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bfaa681 View commit details
    Browse the repository at this point in the history
  4. Update pydra/engine/tests/test_specs.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    djarecka and effigies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    575785e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d54253 View commit details
    Browse the repository at this point in the history
  6. Update pydra/engine/environments.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    djarecka and effigies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    73e6856 View commit details
    Browse the repository at this point in the history
  7. small fix

    djarecka committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d1793cb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #721 from djarecka/env

    small fix
    djarecka committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    89c1e27 View commit details
    Browse the repository at this point in the history
  9. small edits to the core

    djarecka committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    be5a870 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #722 from djarecka/env

    small edits to the core
    djarecka committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0b0c71b View commit details
    Browse the repository at this point in the history