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.0
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.2.1
Choose a head ref
  • 11 commits
  • 72 files changed
  • 3 contributors

Commits on Sep 28, 2018

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

Commits on Oct 1, 2018

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

Commits on Oct 2, 2018

  1. Set up JaCoCo Code Coverage, update Gradle wrapper (#756)

    * Set JaCoCo Codecoverage, fix web build file, remove unused import, upgrade gradle wrapper
    dhaval24 authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    891f6e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27bd354 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Fix grpc dependencies (#761)

    * exclude protobuf dependencies from pom
    
    * fix the test dependencies
    
    * fixed test scope dependencies
    littleaj authored Oct 18, 2018
    Configuration menu
    Copy the full SHA
    754c76f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Fix the filter order in starter (#766)

    * fixing the filter order in starter
    
    * add smoke test for 500 capturing
    
    * add autoconfigure before for Azure metrics springboot starter and revert the version number update for core sdk
    
    * Polish
    dhaval24 authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    f01a266 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Rework Internal Logger, support specifying absolute path for log base…

    … folder (#763)
    
    * enable file logger for agent, refactor and abstract internal logger, add capability to specify absolute path, clean up
    
    * update changelog
    
    * Remove BaseFolder Name element, use Files and Path API, rework tests
    
    * reworking tests and using @VisibleForTesting annotation to reuse constants in tests
    dhaval24 authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    6583478 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. added check for open port before creating test server. (#769)

    * added check for open port before creating test server.
    
    * added break to avoid unnecessary loops
    littleaj authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d774bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670a4b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Fix starter build script (#773)

    * fix starter build script
    dhaval24 authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    1452d11 View commit details
    Browse the repository at this point in the history
  2. update changelog (#772)

    * update changelog
    
    * Update CHANGELOG.md
    
    added link to fixed issue
    
    * Update CHANGELOG.md
    
    moved issue links to same line as description of fixes
    dhaval24 authored and littleaj committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    c135c15 View commit details
    Browse the repository at this point in the history
Loading