1. 16 Feb, 2019 3 commits
  2. 14 Feb, 2019 1 commit
  3. 13 Feb, 2019 3 commits
    • Lemon's avatar
      Refactor tracing context (#139) · 2f240672
      Lemon authored
      * Delete `ISkyWalkingClient` interface
      
      * Use segment protocol V2
      
      * Forget the old api. All context apis will be overwritten.
      
      * Add segments define
      
      * Add some apis
      
      * Add carrierParser
      
      * Add SegmentContextAccessor API
      
      * Add SampledDelegate interface
      
      * Add thread-safe  SamplerChainBuilder
      
      * Add SegmentContextFactory
      
      * Add ITracingContext Interface
      
      * Refactoring the core API for tracing context
      
      * remove utils package
      
      * Resolve issue #57 : Provide percentage-based sampling
      
      * Refactor HttpClient Tracing
      
      * Fix header carrier
      
      * Add async exitSpan sample
      
      * Add Task.WhenAll sample
      
      * Refactor EntityFrameworkCore tracing
      
      * Refactor SqlClient & CAP Tracing
      
      * Refactor Asp.Net tracing
      
      * Remove outdated APIs
      2f240672
    • Lemon's avatar
      Package release (#145) · 91ab544c
      Lemon authored
      * Rename PackagePrefix from `SkyWalking` to `SkyAPM`
      
      * Delete MySql.Data
      
      * Rename Agent package name
      91ab544c
    • Lemon's avatar
      Package release (#144) · 8b190232
      Lemon authored
      * Rename PackagePrefix from `SkyWalking` to `SkyAPM`
      
      * Delete MySql.Data
      8b190232
  4. 12 Feb, 2019 1 commit
  5. 11 Feb, 2019 1 commit
  6. 09 Feb, 2019 2 commits
  7. 06 Feb, 2019 1 commit
  8. 05 Feb, 2019 2 commits
    • Lemon's avatar
      Fix Asp.Net Core package version conflicts (#137) · 10b85e67
      Lemon authored
      10b85e67
    • Lemon's avatar
      Add language-agent-protocol-v2 support (#136) · ccad0cf3
      Lemon authored
      * update protocol
      
      * rm azure-pipeline.yml
      
      * move build.ps1 to scripts
      
      * Fix $Script path
      
      * Fix $Script path
      
      * fix version.props path
      
      * Add protocol submodule
      
      * cleanup protocol define
      
      * move build.cake to rootpath
      
      * Add submodule init
      
      * Remove protos submodule
      
      * pre release Protocol
      
      * Agent anomalies do not affect the application
      
      * Update version to 0.7.1
      
      * Add service register v6
      
      * Add ping service
      
      * Fix licenses
      
      * Clean up unused code
      
      * Refactor segment reporter
      
      * Modified version number
      ccad0cf3
  9. 29 Jan, 2019 2 commits
  10. 26 Jan, 2019 1 commit
  11. 21 Jan, 2019 1 commit
    • kaanid's avatar
      asp.net ContextManager.ActiveSpan is null, from httpContext.Items (#119) · 331a0037
      kaanid authored
      * asp.net Exclude OPTIONS request && sample asp.net skywalking.json
      
      * skywalking.sample.aspnet package update
      
      * asp.net ContextManager.ActiveSpan is null, from httpContext.Items
      
      * SetBodyData
      
      * record request body data
      
      * record request body data
      
      * record request body data modifty
      331a0037
  12. 14 Jan, 2019 9 commits
  13. 30 Dec, 2018 1 commit
  14. 25 Dec, 2018 1 commit
  15. 23 Dec, 2018 1 commit
  16. 12 Dec, 2018 1 commit
  17. 15 Nov, 2018 1 commit
  18. 31 Oct, 2018 1 commit
  19. 29 Oct, 2018 1 commit
  20. 09 Oct, 2018 1 commit
  21. 08 Oct, 2018 4 commits
    • Lemon's avatar
      Fix/docs (#89) · 6d4e8e75
      Lemon authored
      * Set up CI with Azure Pipelines
      
      * Fix windows DOTNET_ADDITIONAL_DEPS
      
      * rm azure-pipelines.yml
      
      * Remove SkyWalking.Diagnostics.EntityFrameworkCore.Sqlite
      6d4e8e75
    • Lemon's avatar
      Hotfix/dotnet store (#88) · d1c59b4b
      Lemon authored
      * Set up CI with Azure Pipelines
      
      * Clean up solution structure
      
      * Delete SkyWalking.NetworkProtocol
      
      * remove HostingStartup
      
      * Rename "SkyWalking.AspNetCore" to "SkyWalking.Agent.AspNetCore"
      
      * Add SkyWalking.DotNet.CLI for SkyWalking dotnet global tool
      
      * Fix CI:  DotnetTool does not support target framework lower than netcoreapp2.1.
      
      * Add SkyWalking.DotNet.CLI.Command parser
      
      * Implement the "dotnet sw install" command to install the SkyWalking .NET Core Agent.
      
      * Add SkyWalking additonalDeps
      
      * Generate config file for SkyWalking .NET Core Agent
      
      * Update DirectoryProvider.cs
      
      * Fix : Access to the path is denied in windows
      
      * Fix : Access to the path is denied in windows
      
      * Change tmp directory log
      
      * Fix Information log level
      
      * Rename SkyWalking.DotNet.CLI tool command
      
      * Update README.md
      
      * Fix : An assembly specified in the application dependencies manifest was not found
      
      * Update README.md
      
      * Fix install SkyWalking DotNet CLI
      
      * Fix dotnet store error on windows
      d1c59b4b
    • liuhaoyang's avatar
    • Lemon's avatar
      [SkyWalking DotNet CLI]Manage the SkyWalking .NET Core Agent in your computer (#87) · 4ad292c8
      Lemon authored
      * Set up CI with Azure Pipelines
      
      * Clean up solution structure
      
      * Delete SkyWalking.NetworkProtocol
      
      * remove HostingStartup
      
      * Rename "SkyWalking.AspNetCore" to "SkyWalking.Agent.AspNetCore"
      
      * Add SkyWalking.DotNet.CLI for SkyWalking dotnet global tool
      
      * Fix CI:  DotnetTool does not support target framework lower than netcoreapp2.1.
      
      * Add SkyWalking.DotNet.CLI.Command parser
      
      * Implement the "dotnet sw install" command to install the SkyWalking .NET Core Agent.
      
      * Add SkyWalking additonalDeps
      
      * Generate config file for SkyWalking .NET Core Agent
      
      * Update DirectoryProvider.cs
      
      * Fix : Access to the path is denied in windows
      
      * Fix : Access to the path is denied in windows
      
      * Change tmp directory log
      
      * Fix Information log level
      
      * Rename SkyWalking.DotNet.CLI tool command
      
      * Update README.md
      
      * Fix : An assembly specified in the application dependencies manifest was not found
      
      * Update README.md
      
      * Fix install SkyWalking DotNet CLI
      4ad292c8
  22. 04 Oct, 2018 1 commit