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

Initial rate limiting impl based on the leaky-bucket and concread crates #67

Merged
merged 23 commits into from
Aug 29, 2024

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    f7b1f40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65107ba View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. In progress

    jamesmunns committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f9b74b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15c370 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    jamesmunns committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    473c263 View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    jamesmunns committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dc1087d View commit details
    Browse the repository at this point in the history
  5. Clean up some warnings

    jamesmunns committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f69b52e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e05f09 View commit details
    Browse the repository at this point in the history
  7. Remove unwrap

    jamesmunns committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5013d03 View commit details
    Browse the repository at this point in the history
  8. Add comment

    jamesmunns committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    481aba6 View commit details
    Browse the repository at this point in the history
  9. Add rate limiting docs

    jamesmunns committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a4a0b16 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: Brandon Pitman <[email protected]>
    jamesmunns and branlwyd authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9f972bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e72764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6220dd5 View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    jamesmunns committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    92d5d86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    769eda6 View commit details
    Browse the repository at this point in the history
  6. Reorganize a bit

    jamesmunns committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    82ccad5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f8cff1 View commit details
    Browse the repository at this point in the history
  8. Update docs

    jamesmunns committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d0e171b View commit details
    Browse the repository at this point in the history
  9. Fix example config

    jamesmunns committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e833387 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    093049f View commit details
    Browse the repository at this point in the history
  11. Fix some more docs

    jamesmunns committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    61f5364 View commit details
    Browse the repository at this point in the history