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

RateLimitPolicy v2 #8

Merged
merged 17 commits into from
Mar 22, 2023
Merged

RateLimitPolicy v2 #8

merged 17 commits into from
Mar 22, 2023

Commits on Feb 18, 2023

  1. rfc: RateLimitPolicy v2

    guicassolato committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    52abf7d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. add spec.limits.matches

    guicassolato committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    36e828f View commit details
    Browse the repository at this point in the history
  2. Added drawbacks

    guicassolato committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b28df35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d82157 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d45ae53 View commit details
    Browse the repository at this point in the history
  5. Future possibilities

    guicassolato committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    de3cd2e View commit details
    Browse the repository at this point in the history
  6. Prior art

    guicassolato committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6b08d20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4767a6 View commit details
    Browse the repository at this point in the history
  8. Added pr #10 to the watchlist

    guicassolato committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    09cf8e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    cbd965b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. remove the concept of increment from the rfc - it deserves its own pr…

    …oposal to be discussed separately
    guicassolato committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    508f719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3092396 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    874bd7d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Back to matching any subset of HTTPRouteMatches as the way to select …

    …the HTTPRouteRules to be bound to a limit + Limit's name becomes a first-class citizen
    guicassolato committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c9d306b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    e09b7da View commit details
    Browse the repository at this point in the history
  2. Update the example of the Mechanics of generating RL descriptor actio…

    …ns for one that does not involve HTTP attributes used in 'soft' conditions
    guicassolato committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8438071 View commit details
    Browse the repository at this point in the history
  3. Fix example 1 so it's clear the HTTPRouteMatch does not have to entir…

    …ely stated within the trigger matches, but only a portion of it will do (if that portion is enough to scope the limit)
    guicassolato committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    33dec29 View commit details
    Browse the repository at this point in the history