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.21.1
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.22.0
Choose a head ref
  • 5 commits
  • 82 files changed
  • 4 contributors

Commits on Feb 21, 2019

  1. Propagate x-datadog-origin (#821)

    * Propagate x-datadog-origin
    
    * Add tests
    
    * More tests
    
    * Apply suggestions from code review (Brett)
    
    Co-Authored-By: btoueg <[email protected]>
    
    * Don't forget to tag
    
    * Fix test
    
    * Rename tag to _dd.origin
    
    * Make use of constants
    
    * Use new extract_header_value helper
    btoueg authored and brettlangdon committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    d6a355a View commit details
    Browse the repository at this point in the history
  2. [core] vendor wrapt and six dependencies (#755)

    * [core] vendor six and replace custom compat functions
    
    * make_async_decorator
    
    * Add docs about dependencies
    
    * [core] vendor wrapt==1.10.11
    
    * Add wrapt and wrapt/_wrappers.c to setup.py
    
    * update wrapt imports
    
    * move ddtrace/vendor to a top level ddtrace_vendor package
    
    * ddtrace.vendor -> ddtrace_vendor
    
    * Add note about second package
    
    * fix testing with ddtrace_vendor
    
    * remove unused import
    
    * move ddtrace_vendor back to ddtrace.vendor
    
    * s/ddtrace_vendor/ddtrace.vendor/g
    
    * we need to use find_packages
    
    * upgrade wrapt to 1.11.1
    
    * ensure we are using ddtrace.wrapt everywhere
    
    * missed another 'import wrapt'
    
    * Fix ddtrace.contrib.pyramid package searching
    
    * fix boto tests
    
    * fix linting issue
    
    * remove import in test/contrib/__init__.py
    
    * simplify logic
    
    * Add debug print statement if we cannot install wrapt C-extension
    brettlangdon authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    d96223a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

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

Commits on Mar 1, 2019

  1. Bump version to 0.22.0

    brettlangdon committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    7c933d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #835 from DataDog/0.22-dev

    Release 0.22.0
    brettlangdon authored Mar 1, 2019
    Configuration menu
    Copy the full SHA
    7b34bb8 View commit details
    Browse the repository at this point in the history
Loading