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

Change the PathGlobs, SnapshotSubset, and UrlToFetch intrinsics to return Digest #10449

Merged
merged 10 commits into from Jul 27, 2020

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    6666689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b76a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Configuration menu
    Copy the full SHA
    26ffee8 View commit details
    Browse the repository at this point in the history
  2. Fix several test failures, including a legit issue with source_root.py

    # Rust tests will be skipped. Delete if not intended.
    [ci skip-rust-tests]
    Eric-Arellano committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    f51f468 View commit details
    Browse the repository at this point in the history
  3. Fix fs_test.py

    The originals seem incorrect. These tests now emulate how an actual FS works if you were to expand the Tar file and use `ls` to traverse the directories. These fixes also make logical sense; if we have `a/b` in the output dirs, then I would expect `a` to show up too.
    
    # Rust tests will be skipped. Delete if not intended.
    [ci skip-rust-tests]
    Eric-Arellano committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    76b4380 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge

    Eric-Arellano committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3ac59d7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:pantsbuild/pants into return-snap…

    …shot
    
    [ci skip-rust-tests]
    Eric-Arellano committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    d5680a7 View commit details
    Browse the repository at this point in the history
  3. Empty to trigger CI

    [ci skip-rust-tests]
    Eric-Arellano committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    16baa0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e42156 View commit details
    Browse the repository at this point in the history
  5. Fix Rust formatting

    [ci skip-rust-tests]
    Eric-Arellano committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5020012 View commit details
    Browse the repository at this point in the history