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

Allow excluding cache based on status code #1403

Merged
merged 14 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. add cache_exclude_status option

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e415e54 View commit details
    Browse the repository at this point in the history
  2. ignore excluded statuses from cache

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    32004bd View commit details
    Browse the repository at this point in the history
  3. rename AcceptSelector to StatusCodeSelector

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    16a28df View commit details
    Browse the repository at this point in the history
  4. extract and test cache checking

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b13c847 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ac08f01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8f7ccc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77a0f2a View commit details
    Browse the repository at this point in the history
  8. fix fmt after rebase

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eb4c444 View commit details
    Browse the repository at this point in the history
  9. fix default with serde

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    520ec5e View commit details
    Browse the repository at this point in the history
  10. test defaults

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    989049f View commit details
    Browse the repository at this point in the history
  11. introduce status code excluder

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c648b00 View commit details
    Browse the repository at this point in the history
  12. allow empty excluder

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d74997d View commit details
    Browse the repository at this point in the history
  13. fix readme

    dmathieu authored and mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f9a44a3 View commit details
    Browse the repository at this point in the history
  14. fix typos; extend docs

    mre committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bd6a4c4 View commit details
    Browse the repository at this point in the history