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

fix(turborepo): avoid globbing directories due to ancestor truncation #5273

Merged
merged 19 commits into from
Jun 13, 2023

Commits on Jun 12, 2023

  1. Use wax for globwalking

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0027122 View commit details
    Browse the repository at this point in the history
  2. Dedupe files, add an "empty" Walk

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    55e5e97 View commit details
    Browse the repository at this point in the history
  3. Cleanup, tests passing

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    25c7995 View commit details
    Browse the repository at this point in the history
  4. Update crates/turborepo-globwalk/src/lib.rs

    Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
    Greg Soltis and chris-olszewski authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ef596c3 View commit details
    Browse the repository at this point in the history
  5. Update crates/turborepo-globwalk/src/lib.rs

    Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
    Greg Soltis and chris-olszewski authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b8a47ed View commit details
    Browse the repository at this point in the history
  6. Update crates/turborepo-globwalk/src/lib.rs

    Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
    Greg Soltis and chris-olszewski authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    271ea3b View commit details
    Browse the repository at this point in the history
  7. Update crates/turborepo-globwalk/src/lib.rs

    Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
    Greg Soltis and chris-olszewski authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    501df33 View commit details
    Browse the repository at this point in the history
  8. Update crates/turborepo-globwalk/src/lib.rs

    Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
    Greg Soltis and chris-olszewski authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    aecf7e1 View commit details
    Browse the repository at this point in the history
  9. Update crates/turborepo-globwalk/src/lib.rs

    Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
    Greg Soltis and chris-olszewski authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4355840 View commit details
    Browse the repository at this point in the history
  10. More cleanup

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c354c1e View commit details
    Browse the repository at this point in the history
  11. More cleanup

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    687bc8e View commit details
    Browse the repository at this point in the history
  12. Copy turbo.json from main

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ef71312 View commit details
    Browse the repository at this point in the history
  13. Hoist error to glob construction

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9ac8098 View commit details
    Browse the repository at this point in the history
  14. Skip all RootDir tokens

    Greg Soltis authored and Greg Soltis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d9abec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Drop req for roots

    Greg Soltis authored and Greg Soltis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5fdf477 View commit details
    Browse the repository at this point in the history
  2. Handle drive letter

    Greg Soltis authored and Greg Soltis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ed98399 View commit details
    Browse the repository at this point in the history
  3. Update crates/turborepo-globwalk/src/lib.rs

    Co-authored-by: Nicholas Yang <nicholas.yang@vercel.com>
    Greg Soltis and NicholasLYang authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5947864 View commit details
    Browse the repository at this point in the history
  4. Better error for assert

    Greg Soltis authored and Greg Soltis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d57fe76 View commit details
    Browse the repository at this point in the history
  5. syntax fix

    Greg Soltis authored and Greg Soltis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    93cb112 View commit details
    Browse the repository at this point in the history