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

fix(core): add level of indirection for provider.py contextvars #10525

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Commits on Sep 5, 2024

  1. Make contextvars indirect

    sanchda committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5109269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    918714d View commit details
    Browse the repository at this point in the history
  3. Widen scope for the wrapper

    sanchda committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    219c118 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e2ba2 View commit details
    Browse the repository at this point in the history
  5. Improve wrapper type

    sanchda committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ee448ab View commit details
    Browse the repository at this point in the history
  6. Fix wrapper

    sanchda committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f4efab9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fc3a4f View commit details
    Browse the repository at this point in the history
  8. Simplify ContextVar wrapper

    sanchda committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    54b9183 View commit details
    Browse the repository at this point in the history
  9. Drop comment

    sanchda committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c987426 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    8f2aedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a159f5c View commit details
    Browse the repository at this point in the history
  3. Fix typo

    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4f47862 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sanchda/make_contextvars_indirect' of github.com:DataDo…

    …g/dd-trace-py into sanchda/make_contextvars_indirect
    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    34292d1 View commit details
    Browse the repository at this point in the history
  5. simplify

    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    92ee1c5 View commit details
    Browse the repository at this point in the history
  6. Add note

    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    df4e9aa View commit details
    Browse the repository at this point in the history
  7. Improve comment

    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f88254d View commit details
    Browse the repository at this point in the history
  8. spelling

    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e668f39 View commit details
    Browse the repository at this point in the history
  9. Add the wrapper back in

    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e4ea059 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bef7417 View commit details
    Browse the repository at this point in the history
  11. Fix stupid default

    sanchda committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    00b0007 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b45d5ec View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 25, 2024

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

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    708d8f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b411d View commit details
    Browse the repository at this point in the history
  3. Update ddtrace/_trace/provider.py

    Co-authored-by: Emmett Butler <[email protected]>
    sanchda and emmettbutler authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c070f43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b91dbf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    b0ef0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c1f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb99299 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09f2302 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c57995 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b661288 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 8, 2024

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