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

Django caching instrumentation update #3009

Merged
merged 62 commits into from
May 23, 2024

Commits on Apr 24, 2024

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

    antonpirker committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8926c93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    618157b View commit details
    Browse the repository at this point in the history
  4. Formatting

    antonpirker committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5ab4ce0 View commit details
    Browse the repository at this point in the history
  5. Save correct itemsize

    antonpirker committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ae7a995 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11f7e15 View commit details
    Browse the repository at this point in the history
  7. Added some documentation

    antonpirker committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9ba4ccf View commit details
    Browse the repository at this point in the history
  8. explaining docs

    antonpirker committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7a4e0cd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    8768373 View commit details
    Browse the repository at this point in the history
  2. Testing cache module

    antonpirker committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8d51038 View commit details
    Browse the repository at this point in the history
  3. forking tests

    antonpirker committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9791ec8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. changed op name

    antonpirker committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3d5d08a View commit details
    Browse the repository at this point in the history
  2. Updated tests

    antonpirker committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fa47da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94421d2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

    antonpirker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c8d86d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ec780e View commit details
    Browse the repository at this point in the history
  4. Removed debug statement

    antonpirker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c9bff4b View commit details
    Browse the repository at this point in the history
  5. Even more tests

    antonpirker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    34743e0 View commit details
    Browse the repository at this point in the history
  6. fix

    antonpirker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    93b539c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a50d66 View commit details
    Browse the repository at this point in the history
  8. make mypy happy

    antonpirker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5a03f12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e41ae9 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    antonpirker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    11a662e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
    antonpirker and szokeasaurusrex committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0fad52b View commit details
    Browse the repository at this point in the history
  2. Use tuple

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2dcdeb9 View commit details
    Browse the repository at this point in the history
  3. Updated comment

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b398172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcf702c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefe47f View commit details
    Browse the repository at this point in the history
  6. Comment

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c051197 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11be8fa View commit details
    Browse the repository at this point in the history
  8. Linting

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3718f41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66e1c6a View commit details
    Browse the repository at this point in the history
  10. Added test

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    16a9edf View commit details
    Browse the repository at this point in the history
  11. Another test

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1ad1cb8 View commit details
    Browse the repository at this point in the history
  12. linting

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3b89394 View commit details
    Browse the repository at this point in the history
  13. oh, man...

    antonpirker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0115843 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    827858e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cc0f1af View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    2de1d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e1aa5 View commit details
    Browse the repository at this point in the history
  3. Updated tests

    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f2d8c77 View commit details
    Browse the repository at this point in the history
  4. Removed unused var

    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ca65d17 View commit details
    Browse the repository at this point in the history
  5. Make mypy happy

    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7adb5a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7232c44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a319a51 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
    antonpirker and szokeasaurusrex committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a691861 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'antonpirker/django-caching-module' of github.com:getsen…

    …try/sentry-python into antonpirker/django-caching-module
    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5dbdf35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b710ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe52b14 View commit details
    Browse the repository at this point in the history
  12. added test and fixed typo

    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    747e0c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4fa92d0 View commit details
    Browse the repository at this point in the history
  14. whitespace

    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e7986b8 View commit details
    Browse the repository at this point in the history
  15. Improved url parsing

    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    66eff13 View commit details
    Browse the repository at this point in the history
  16. return early

    antonpirker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2648759 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    7d3a2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b84023 View commit details
    Browse the repository at this point in the history
  3. cleanup

    antonpirker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a001e15 View commit details
    Browse the repository at this point in the history
  4. cleanup

    antonpirker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7ac3c62 View commit details
    Browse the repository at this point in the history
  5. Fixed tests

    antonpirker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    dbdf1e9 View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    antonpirker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    891b453 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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