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

Add support for temporary output paths #3818

Closed
wants to merge 17 commits into from
Closed

Commits on Mar 27, 2023

  1. Add initial task graph and metadata json file

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    47d0168 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Add task inputs and outputs to conrete DAG

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ae67027 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8f95cd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Use path-based APIs to get file metadata

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9f11e4b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ben-task-graph

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    db6aed1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Use buffer to compute checksum

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8456892 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Add support for temporary output paths

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    77f2cdc View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3e55ad5 View commit details
    Browse the repository at this point in the history
  3. Add caveat about overlapping output channels [ci skip]

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e307f75 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Delete files instead of emptying them (now supports directories and r…

    …emote paths)
    
    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    08881b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 26, 2023

  1. Merge branch 'master' into ben-task-graph-pull

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    0f505d3 View commit details
    Browse the repository at this point in the history
  2. Replace synchronized with lock

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e81e584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e57b240 View commit details
    Browse the repository at this point in the history
  4. Use lock in temp file observer

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6fa9e92 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Improve tracking of temporary files

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f46f506 View commit details
    Browse the repository at this point in the history
  2. Remove dependency on task graph branch

    Signed-off-by: Ben Sherman <[email protected]>
    bentsherman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9637e34 View commit details
    Browse the repository at this point in the history