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(turborepo): Port HTTP Cache #5065

Merged
merged 14 commits into from
Jul 12, 2023
Merged

feat(turborepo): Port HTTP Cache #5065

merged 14 commits into from
Jul 12, 2023

Commits on Jul 12, 2023

  1. HTTP Cache

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2e1811e View commit details
    Browse the repository at this point in the history
  2. Integrating with cache item

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    57798fc View commit details
    Browse the repository at this point in the history
  3. Integrated with existing code

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fd1f019 View commit details
    Browse the repository at this point in the history
  4. Adding mock for HTTP cache put artifact

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0df0ce3 View commit details
    Browse the repository at this point in the history
  5. got round trip testing to work

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3a5f949 View commit details
    Browse the repository at this point in the history
  6. More tests

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9868b68 View commit details
    Browse the repository at this point in the history
  7. Fixing linker errors

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    eb7537e View commit details
    Browse the repository at this point in the history
  8. Add exists function

    --global authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f2f6a22 View commit details
    Browse the repository at this point in the history
  9. Updating tests

    Co-authored-by: Nathan Hammond <nathan.hammond@vercel.com>
    2 people authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    229f480 View commit details
    Browse the repository at this point in the history
  10. Now returning a CacheResponse, the Rust equivalent of ItemStatus

    nicholaslyang authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f05f324 View commit details
    Browse the repository at this point in the history
  11. PR feedback

    nicholaslyang authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    39857b3 View commit details
    Browse the repository at this point in the history
  12. Added test for relative location header

    nicholaslyang authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    637c4d3 View commit details
    Browse the repository at this point in the history
  13. Added regex for authorization and tests

    nicholaslyang authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    db180aa View commit details
    Browse the repository at this point in the history
  14. Reverting Cargo.toml changes

    nicholaslyang authored and nicholaslyang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fbaca53 View commit details
    Browse the repository at this point in the history