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: Add api usage metrics for different periods #3870

Merged
merged 50 commits into from
May 24, 2024

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    7c4bcce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c08235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2819bcf View commit details
    Browse the repository at this point in the history
  4. Add period to serializer

    zachaysan committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fad38b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f2383 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36eef8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b0bad4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Fix key name

    zachaysan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    03294f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c39c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8d302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88506a7 View commit details
    Browse the repository at this point in the history
  5. Fix spelling of FreezeGun

    zachaysan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aa93e3d View commit details
    Browse the repository at this point in the history
  6. Update argument

    zachaysan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ff91072 View commit details
    Browse the repository at this point in the history
  7. Update argument

    zachaysan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5ac4aac View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    8a202be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c98009b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbdbce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf343d9 View commit details
    Browse the repository at this point in the history
  5. Trigger build

    zachaysan committed May 14, 2024
    Configuration menu
    Copy the full SHA
    88f11e2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Fix calling code

    zachaysan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    51d16eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e10d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87b58e6 View commit details
    Browse the repository at this point in the history
  4. Update caller

    zachaysan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dda53b6 View commit details
    Browse the repository at this point in the history
  5. Update constants and tests

    zachaysan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5a3b40f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef2b481 View commit details
    Browse the repository at this point in the history
  7. Switch calling code

    zachaysan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e7ab828 View commit details
    Browse the repository at this point in the history
  8. Use regex with constants

    zachaysan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    35784c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63a5214 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84355ec View commit details
    Browse the repository at this point in the history
  11. Define constants

    zachaysan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3ef593e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    226147a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c932983 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb37c46 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add superuser to conftest

    zachaysan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    05e34db View commit details
    Browse the repository at this point in the history
  2. Add typing

    zachaysan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3fa7c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ef2d0 View commit details
    Browse the repository at this point in the history
  4. Update constant naming

    zachaysan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6658ebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3709f0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16bf288 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a639f6 View commit details
    Browse the repository at this point in the history
  8. Define custom type

    zachaysan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d8c0ba1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf0ea8b View commit details
    Browse the repository at this point in the history
  10. Assign period as kwarg

    zachaysan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    50b34f3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Rename to types

    zachaysan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d573243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed8fd11 View commit details
    Browse the repository at this point in the history
  3. Switch to types

    zachaysan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    31f9cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dcbed0 View commit details
    Browse the repository at this point in the history