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

0.20.0 to stable #711

Merged
merged 33 commits into from
Mar 8, 2019
Merged

0.20.0 to stable #711

merged 33 commits into from
Mar 8, 2019

Commits on Feb 15, 2019

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

Commits on Feb 19, 2019

  1. Merge pull request #692 from DataDog/refactor/add_deprecated_pin

    Add Datadog::DeprecatedPin for phasing out Datadog::Pin usage
    delner authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    fe4ed1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b988c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddc5da5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Merge pull request #693 from DataDog/refactor/dalli_replace_pin_with_…

    …config
    
    Deprecate Dalli pin in favor of configuration API
    delner authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c052d55 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    0bcf323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a31e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Merge pull request #696 from DataDog/refactor/faraday_replace_pin_wit…

    …h_config
    
    Deprecate Faraday pin in favor of configuration API
    delner authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    2315a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    b6d262e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3176939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a96080 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #700 from DataDog/refactor/grape_replace_pin_with_…

    …config
    
    Deprecate Grape pin in favor of configuration API
    delner authored Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d3940d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    08826ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc806dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    891b248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8016e3f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Merge pull request #702 from DataDog/refactor/grpc_replace_pin_with_c…

    …onfig
    
    Deprecate GRPC global pin in favor of configuration API
    delner authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    353714e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #703 from DataDog/refactor/http_instrumentation_mo…

    …dule
    
    Refactor HTTP to use instrumentation module
    delner authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    2708f16 View commit details
    Browse the repository at this point in the history
  3. [core] Propagate synthetics origin headers (#699)

    * [core] Inject/extract synthetics origin header
    
    * only set origin header if non-nil
    
    * fix opentracing specs
    
    * inject/extract origin for gRPC
    
    * move origin test to context_spec.rb
    
    * move distributed headers origin test to RSpec
    
    * fix linting issues
    
    * use subject for origin test case
    brettlangdon authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    6481330 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #704 from DataDog/refactor/mongo_instrumentation_m…

    …odule
    
    Refactor MongoDB to use instrumentation module
    delner authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ce5f86f View commit details
    Browse the repository at this point in the history
  5. Enable distributed tracing by default (#701)

    * [core] Enable distributed tracing by default
    
    * update excon tests
    
    * fix excon tests
    
    * update faraday tests
    
    * fix up http tests
    
    * fix rack tests
    
    * fix rest_client tests
    
    * fix sinatra tests
    
    * fix linting
    
    * remove commented out line
    brettlangdon authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    3d1706b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

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

Commits on Mar 4, 2019

  1. Merge pull request #706 from DataDog/ci/fix_rest_client_config_reset

    Fix RestClient test not resetting
    delner authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    d1dad71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d1565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    511074c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38735a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea15b64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f611625 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd19450 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #705 from DataDog/refactor/event_sample_rate_to_an…

    …alytics
    
    Refactor event_sample_rate to analytics
    delner authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    ca87476 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. [core] Only require trace id for distributed tracing headers (#708)

    * [core] Only require trace id for distributed tracing headers
    
    * Ignore parent_id if origin is 'synthetics'
    
    * Update lib/ddtrace/propagation/distributed_headers.rb
    
    * missing expected value
    
    * ignore method length of test
    brettlangdon authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    fe4f7f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    38e3622 View commit details
    Browse the repository at this point in the history
  2. Bump to version 0.20.0 (#710)

    * bumping version 0.19.1 => 0.20.0
    
    * Added 0.20.0 to CHANGELOG.md
    
    * Add fix to changelog
    
    * Reference other changes in changelog and add note about deprecation of 'Datadog::Pin'
    
    * remove uncessary newline
    
    * fix links at the end of changelog
    brettlangdon authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    da217fc View commit details
    Browse the repository at this point in the history