Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/dd-trace-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.2
Choose a base ref
...
head repository: DataDog/dd-trace-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.3
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    5ac5815 View commit details
    Browse the repository at this point in the history
  2. [core] Allow futures to skip creating new context if one doesn't exist (

    #806)
    
    * [core] add provider argument to skip creating new context
    
    * [futures] [asyncio] [tornado] do not create context if there is no parent context
    
    * [tests] update tests for new futures context propagation
    
    * replace create_if_missing with new _has_active_context() helper
    
    * fix grammar
    
    * fix conditional
    brettlangdon authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    3be17a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Merge pull request #809 from DataDog/0.20.3-dev

    Release 0.20.3
    brettlangdon authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    c8b1f40 View commit details
    Browse the repository at this point in the history
Loading