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: microsoft/ApplicationInsights-Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1
Choose a base ref
...
head repository: microsoft/ApplicationInsights-Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 6 commits
  • 74 files changed
  • 2 contributors

Commits on Dec 4, 2018

  1. Fix test assertions (#777)

    * mostly fixed reversed assertEquals parameters.
    simplified some assertions.
    opted to use assertThat in places where matchers exist.
    
    * fixed reversed assertEquals parameters.
    littleaj authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    fbbd943 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Add checkstyle.xml, idea-style guide (For importing in IDE) and enabl… (

    #778)
    
    * Add checkstyle.xml, idea-style guide (For importing in IDE) and enabling checkstyle in build
    
    * addressing PR concerns
    
    * address PR comments
    
    * add header file
    dhaval24 authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    cd5ccbc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. W3C Final implementation (#785)

    * W3C : Tracecontext classes  (#775)
    
    * W3C Tracecontext
    
    * adding comments
    
    * addressing PR comments
    
    * Implement W3C tracestate
    
    * address review feedbacks
    
    * address review comments
    
    * W3C Integration (#782)
    
    * Initial integration of W3C protocol for incoming request
    
    * refactoring header name
    
    * updating the verbosity level when correlation fails
    
    * Fix bugs in correlation found via tests, implement more unit tests and address partial PR comments
    
    * improve createOutboundTracestate()
    
    * create tracestate when header not available
    
    * fix test
    
    * enable outbout w3c
    
    * Refactering code to use Helper methods with TraceContext classes
    
    *  fix tracestate integration, fix outbound tracestate injection, fix tests, propogate traceflags
    
    * add property to turn on W3C in springboot starter, remove debug logs
    
    * adopt internal storage of id's to legacy AI format for backport, update tests
    
    * address PR comments
    
    * Fix an incorrect assert
    
    * refactor resolveCorrelation() method to be more readable and debuggable
    
    * rename method names, create outbound traceparent for http if there is no incoming request too
    
    * fixing a bug in w3c config for agent
    
    * fix the dependency type name, fix target to be host+port | target
    
    * update changelog and readme
    
    * Minor changes, add log trace to check W3C enabled on agent
    
    * adding support for backport with AI-Legacy-Correlation-Headers
    
    * adding tests for backward compatibility
    
    * address PR comments
    
    * add few tests, comments
    
    * add backport switch turn off test
    
    * reset after tests, to fix the build
    
    * adding tracing to understand when W3C is turned on for debugging
    
    * fix format string
    
    * fix a bug in creating correct target for dependencies
    dhaval24 authored Dec 15, 2018
    Configuration menu
    Copy the full SHA
    6418b31 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. update version (#786)

    dhaval24 authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    32361a7 View commit details
    Browse the repository at this point in the history
  2. Relocate Guava (#787)

    * fix build script
    
    * update changelog
    dhaval24 authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d898b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c04d50 View commit details
    Browse the repository at this point in the history
Loading