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(turbo): add cache flag #9348

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    7bf5041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4747efe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c82fb79 View commit details
    Browse the repository at this point in the history
  4. Rename fs -> local

    NicholasLYang committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6421a54 View commit details
    Browse the repository at this point in the history
  5. Add testing for fully resolved CacheConfig, including interactions be…

    …tween existing flags and cache flag
    NicholasLYang committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3f1cf28 View commit details
    Browse the repository at this point in the history
  6. Refactor the cache args to be in RunArgs, not ExecutionArgs.

    Also fix up config loading
    NicholasLYang committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e234d25 View commit details
    Browse the repository at this point in the history
  7. Fix bug

    NicholasLYang committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cb8d943 View commit details
    Browse the repository at this point in the history
  8. Add snapshots

    NicholasLYang committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0786759 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e57de7 View commit details
    Browse the repository at this point in the history
  10. Made the new cache config incompatible with old cache config, so we d…

    …on't have to worry about layering
    NicholasLYang committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    da88747 View commit details
    Browse the repository at this point in the history
  11. Fix clippy

    NicholasLYang committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e565429 View commit details
    Browse the repository at this point in the history