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

feat: Swap out Globby for custom globbing solution. #16369

Merged
merged 15 commits into from Oct 11, 2022
Merged

feat: Swap out Globby for custom globbing solution. #16369

merged 15 commits into from Oct 11, 2022

Commits on Oct 10, 2022

  1. feat: Swap out Globby for custom globbing solution.

    Removes globby due to numerous issues with ignoring files and returning
    the correct files.
    
    Fixes #16354
    Fixes #16340
    Fixes #16300
    nzakas committed Oct 10, 2022
    Copy the full SHA
    afb10e6 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    nzakas committed Oct 10, 2022
    Copy the full SHA
    e595cc8 View commit details
    Browse the repository at this point in the history
  3. Add test for 16300

    nzakas committed Oct 10, 2022
    Copy the full SHA
    0ef41f0 View commit details
    Browse the repository at this point in the history
  4. Make more tests pass

    nzakas committed Oct 10, 2022
    Copy the full SHA
    324fc0a View commit details
    Browse the repository at this point in the history
  5. Fix another test

    nzakas committed Oct 10, 2022
    Copy the full SHA
    15fc4b6 View commit details
    Browse the repository at this point in the history
  6. Add another test

    nzakas committed Oct 10, 2022
    Copy the full SHA
    c447b9f View commit details
    Browse the repository at this point in the history
  7. Remove old test

    nzakas committed Oct 10, 2022
    Copy the full SHA
    15e0f79 View commit details
    Browse the repository at this point in the history
  8. Fix cli tests

    nzakas committed Oct 10, 2022
    Copy the full SHA
    2e937a2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    24a9cef View commit details
    Browse the repository at this point in the history
  10. Revert timeout bump

    nzakas committed Oct 10, 2022
    Copy the full SHA
    371b4eb View commit details
    Browse the repository at this point in the history
  11. Manually use stream

    nzakas committed Oct 10, 2022
    Copy the full SHA
    6814258 View commit details
    Browse the repository at this point in the history
  12. clean up comment

    nzakas committed Oct 10, 2022
    Copy the full SHA
    39c5ecd View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    054670f View commit details
    Browse the repository at this point in the history
  14. Fix remaining tests

    nzakas committed Oct 10, 2022
    Copy the full SHA
    e5813fb View commit details
    Browse the repository at this point in the history
  15. Cleanup requires

    nzakas committed Oct 10, 2022
    Copy the full SHA
    5e699df View commit details
    Browse the repository at this point in the history