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

Separate Pipeline type inference/checking & MRC pipeline construction #1233

Commits on Aug 1, 2023

  1. wip

    dagardner-nv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0d1aeb9 View commit details
    Browse the repository at this point in the history
  2. Don't hold a reference to the pipeline outside of the build method, e…

    …xplicitly release reference to the executor after join and stop
    dagardner-nv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2a6e65e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b2069 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    5b5e3f4 View commit details
    Browse the repository at this point in the history
  2. Pylint fixes

    dagardner-nv committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7745d98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73318c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    364da5a View commit details
    Browse the repository at this point in the history
  5. lint fixes

    dagardner-nv committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f85dea5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 15, 2023

  1. Ensure that both _storage_dir and _storage_type are defined prior to …

    …potentially raising an exception, this prevents an attribute error in the destructor
    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    de11367 View commit details
    Browse the repository at this point in the history
  2. wip

    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    506d95a View commit details
    Browse the repository at this point in the history
  3. Revert "wip"

    This reverts commit e949da1.
    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    da1929c View commit details
    Browse the repository at this point in the history
  4. Add comment explaining

    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2909695 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7394f23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f7500c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Test for MRC 362

    dagardner-nv committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    34c038f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8984754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2a553 View commit details
    Browse the repository at this point in the history
  4. Revert "Call PyGILState_Check first to see if we need to gil, borrowe…

    …d from MRC's PyObjectWrapper"
    
    This reverts commit 7394f23.
    dagardner-nv committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f061115 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Adopt patched pybind11

    dagardner-nv committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    33cf054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5163bc9 View commit details
    Browse the repository at this point in the history
  3. Lint fixes

    dagardner-nv committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    60d20e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    5bd3ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b284a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    8e4769f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor
    dagardner-nv committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    080e0c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. wip

    dagardner-nv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    fab2b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a00fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4cd8b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor
    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d575aff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a65e8 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a888e79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5149c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4ea2b5 View commit details
    Browse the repository at this point in the history
  6. WIP

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9043f9e View commit details
    Browse the repository at this point in the history
  7. WIP

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9228826 View commit details
    Browse the repository at this point in the history
  8. WIP

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d5a9211 View commit details
    Browse the repository at this point in the history
  9. WIP

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    14e39ac View commit details
    Browse the repository at this point in the history
  10. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor
    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a1363be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5a47c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6b5ef2 View commit details
    Browse the repository at this point in the history
  13. WIP

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e6c7cbd View commit details
    Browse the repository at this point in the history
  14. CR headers

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    81c2ada View commit details
    Browse the repository at this point in the history
  15. wip: 489 tests passing

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9186a80 View commit details
    Browse the repository at this point in the history
  16. wip, 508 tests passing

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    db54e86 View commit details
    Browse the repository at this point in the history
  17. WIP: 1508 tests passing

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4e8e034 View commit details
    Browse the repository at this point in the history
  18. WIP: 1519 tests passing

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6dc001a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4f0f43b View commit details
    Browse the repository at this point in the history
  20. WIP: 1946 tests passing

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e83b803 View commit details
    Browse the repository at this point in the history
  21. All tests now passing

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ff8a478 View commit details
    Browse the repository at this point in the history
  22. wip

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    87f4322 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    efec7ee View commit details
    Browse the repository at this point in the history
  24. Simplify things a bit

    dagardner-nv committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a80fc89 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

    dagardner-nv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    379ccc2 View commit details
    Browse the repository at this point in the history
  3. WIP

    dagardner-nv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c916913 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    07d6834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9b7dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0eee2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    132bb34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d554bcf View commit details
    Browse the repository at this point in the history
  6. Add types to stages

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e02857b View commit details
    Browse the repository at this point in the history
  7. WIP

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    265a19b View commit details
    Browse the repository at this point in the history
  8. WIP

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    73e8c88 View commit details
    Browse the repository at this point in the history
  9. WIP

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7603d8b View commit details
    Browse the repository at this point in the history
  10. WIP

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1ee98c1 View commit details
    Browse the repository at this point in the history
  11. WIP

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9ca6efb View commit details
    Browse the repository at this point in the history
  12. WIP

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7a46d9b View commit details
    Browse the repository at this point in the history
  13. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor [no ci]
    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7d37425 View commit details
    Browse the repository at this point in the history
  14. Fix imports

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f2048cd View commit details
    Browse the repository at this point in the history
  15. Lint fixes [no ci]

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    abd3f30 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17cc476 View commit details
    Browse the repository at this point in the history
  17. Linting fixes [no ci]

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7768d16 View commit details
    Browse the repository at this point in the history
  18. Linting fixes [no ci]

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b410b0c View commit details
    Browse the repository at this point in the history
  19. Linting fixes [no ci]

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0e41023 View commit details
    Browse the repository at this point in the history
  20. Linting fixes [no ci]

    dagardner-nv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b72f2db View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    519be94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f431100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a5ab2 View commit details
    Browse the repository at this point in the history
  4. Vizualize prior to running, allowing the viz file to be generated eve…

    …n if the pipeline fails [no ci]
    dagardner-nv committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d967b24 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    941ff91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e95a80b View commit details
    Browse the repository at this point in the history
  3. isort formatting fix

    dagardner-nv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9ffe16b View commit details
    Browse the repository at this point in the history
  4. formatting [no ci]

    dagardner-nv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5838e6e View commit details
    Browse the repository at this point in the history
  5. WIP: Stop using streampair in build. TODO: 1) Update *EVERY* _build_s…

    …ingle 2) Update _post_build
    dagardner-nv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2c73734 View commit details
    Browse the repository at this point in the history
  6. WIP: Stop using streampair in _post_build. TODO: 1) Update *EVERY* _b…

    …uild_single 2) Updatge _post_build_single
    dagardner-nv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7929e3e View commit details
    Browse the repository at this point in the history
  7. WIP: Stop using streampair in _post_build_single. TODO: 1) Update *EV…

    …ERY* _build_single & _build_source 2) Test benchmarks & changes to StaticMessageSource
    dagardner-nv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d88a455 View commit details
    Browse the repository at this point in the history
  8. WIP: Stop using streampair in _build_source. TODO: 1) Update *EVERY* …

    …_build_single 2) Test benchmarks & changes to StaticMessageSource 3) Fix _bould_sources
    dagardner-nv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    260b3dc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. SourceStage support multiple outputs . TODO: 1) Update *EVERY* _build…

    …_single 2) Test benchmarks & changes to StaticMessageSource [no ci]
    dagardner-nv committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0a8ff86 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. WIP: Update _build_single, TODO: 1) fix filter_detections_stage, 2) T…

    …est benchmarks & changes to StaticMessageSource [no ci]
    dagardner-nv committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7622532 View commit details
    Browse the repository at this point in the history
  2. WIP: fix filter_detections_stage, TODO: 1) remove streampair, 2) Test…

    … benchmarks & changes to StaticMessageSource [no ci]
    dagardner-nv committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c334d93 View commit details
    Browse the repository at this point in the history
  3. Remove import [no ci]

    dagardner-nv committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e161cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb74ef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97cc6d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d9085f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a04e54 View commit details
    Browse the repository at this point in the history
  8. Fix return type [no ci]

    dagardner-nv committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    274a3d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e970ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c301b8 View commit details
    Browse the repository at this point in the history
  11. Add output_type [no ci]

    dagardner-nv committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7b2f5c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    4f56150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b729dd View commit details
    Browse the repository at this point in the history
  3. Update morpheus/pipeline/receiver.py

    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    dagardner-nv and cwharris authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b308d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54caf44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    293a906 View commit details
    Browse the repository at this point in the history
  6. Update morpheus/pipeline/receiver.py

    [no ci]
    
    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    dagardner-nv and cwharris authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9e6ced9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor
    dagardner-nv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    98bcfe6 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'david-pipe-build-refactor' of github.com:dagardner-nv/M…

    …orpheus into david-pipe-build-refactor [no ci]
    dagardner-nv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    39f62ce View commit details
    Browse the repository at this point in the history
  9. Update morpheus/pipeline/receiver.py

    [no ci]
    
    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    dagardner-nv and cwharris authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ff1ddc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc82070 View commit details
    Browse the repository at this point in the history
  11. Fix type-o [no ci]

    dagardner-nv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    33ca1ed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b66f9b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    767d5d0 View commit details
    Browse the repository at this point in the history
  14. cleanups [no ci]

    dagardner-nv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dade406 View commit details
    Browse the repository at this point in the history
  15. Update morpheus/pipeline/stream_wrapper.py

    [no ci]
    
    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    dagardner-nv and cwharris authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d2469a1 View commit details
    Browse the repository at this point in the history
  16. Update morpheus/pipeline/stream_wrapper.py

    [no ci]
    
    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    dagardner-nv and cwharris authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    61b0526 View commit details
    Browse the repository at this point in the history
  17. Update morpheus/pipeline/stream_wrapper.py

    [no ci]
    
    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    dagardner-nv and cwharris authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c07d002 View commit details
    Browse the repository at this point in the history
  18. Update morpheus/pipeline/stream_wrapper.py

    [no ci]
    
    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    dagardner-nv and cwharris authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3f82b47 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'david-pipe-build-refactor' of github.com:dagardner-nv/M…

    …orpheus into david-pipe-build-refactor
    dagardner-nv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2ed9f4e View commit details
    Browse the repository at this point in the history
  20. cleanups [no ci]

    dagardner-nv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    091ee3c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor [no ci]
    dagardner-nv committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    86c3f40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68735a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8cdd95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bf4b55 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Call async_start only on stages in active segments. TODO: this breaks…

    … tests that use asyncio [no ci]
    dagardner-nv committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dd857c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor
    dagardner-nv committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    af33f43 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    e1bcb26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1922c0e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor
    dagardner-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ddba32b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8211cc9 View commit details
    Browse the repository at this point in the history
  5. Lint fixes [no ci]

    dagardner-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    722a75a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Replace /workspace paths with MORPHEUS_ROOT env var, break up long li…

    …ne for readability [no ci]
    dagardner-nv committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8d16e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8653f56 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor [no ci]
    dagardner-nv committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    062907a View commit details
    Browse the repository at this point in the history
  2. Fix merge errors [no ci]

    dagardner-nv committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0668a7e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. wip

    dagardner-nv committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    176270b View commit details
    Browse the repository at this point in the history
  2. wip

    dagardner-nv committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3593eb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e788c81 View commit details
    Browse the repository at this point in the history
  4. Single port helpers

    dagardner-nv committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b7d1848 View commit details
    Browse the repository at this point in the history
  5. wip

    dagardner-nv committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    de86b9c View commit details
    Browse the repository at this point in the history
  6. WIP

    dagardner-nv committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e5a1002 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. docstrings

    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2978f1f View commit details
    Browse the repository at this point in the history
  2. WIP

    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    16d3f92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    679e534 View commit details
    Browse the repository at this point in the history
  4. WIP

    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0cdb077 View commit details
    Browse the repository at this point in the history
  5. WIP

    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3c56a81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aaa8187 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c490ab9 View commit details
    Browse the repository at this point in the history
  8. Fixing type-os

    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e455b96 View commit details
    Browse the repository at this point in the history
  9. Fix type-os for viz

    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    120636b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ff29d3 View commit details
    Browse the repository at this point in the history
  11. Revert "Temporarily skip failing test DO NOT MERGE"

    This reverts commit 3ff29d3.
    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8ae4167 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6546644 View commit details
    Browse the repository at this point in the history
  13. Lint fixes [no ci]

    dagardner-nv committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ff48df3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    d5a55ac View commit details
    Browse the repository at this point in the history
  2. WIP: [no ci]

    dagardner-nv committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5d06a45 View commit details
    Browse the repository at this point in the history
  3. WIP: [no ci]

    dagardner-nv committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    64cd7f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98b1140 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor-stage-schema
    dagardner-nv committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    94fb3a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    763b88e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d57ec20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c0863f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2803db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cf3c47 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. WIP tests: [no ci]

    dagardner-nv committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f0bb070 View commit details
    Browse the repository at this point in the history
  2. WIP [no ci]

    dagardner-nv committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ca72c43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bae6e4e View commit details
    Browse the repository at this point in the history
  4. WIP [no ci]

    dagardner-nv committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a7627d1 View commit details
    Browse the repository at this point in the history
  5. WIP tests [no ci]

    dagardner-nv committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    17b7941 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dcaad3 View commit details
    Browse the repository at this point in the history
  7. Assert that when stages are passed into the add_edge method they only…

    … have a single port [no ci]
    dagardner-nv committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9ee5601 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor-stage-schema [no ci]
    dagardner-nv committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0aa0f9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65ff2c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    f3a7fa1 View commit details
    Browse the repository at this point in the history
  2. Ignore pylint warning

    dagardner-nv committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    18438cd View commit details
    Browse the repository at this point in the history
  3. Fix import sorting

    dagardner-nv committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e0a0ea2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    a32ac8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20afe30 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    ea8579a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d9ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a57b82 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-pipe-build-refactor-stage-schema
    dagardner-nv committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    dce7991 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55052e7 View commit details
    Browse the repository at this point in the history
  6. Fix import order

    dagardner-nv committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b43f3c7 View commit details
    Browse the repository at this point in the history
  7. Fix import order

    dagardner-nv committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    14ce114 View commit details
    Browse the repository at this point in the history