1. 09 Oct, 2018 1 commit
  2. 08 Oct, 2018 3 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
    • 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
  3. 01 Oct, 2018 1 commit
    • Savorboard's avatar
      Performance improvements for object creation (#86) · fc346491
      Savorboard authored
      * Add components project of SkyWalking.Diagnostics.EntityFrameworkCore for supports EntityFrameworkCore diagnostics.
      
      * Add builder extensions file and EF diagnostics default impl file.
      
      * Add EntityFrameworkDiagnostic processor.
      
      * Add unit tests for EntityFrameworkCore diagnostics component.
      
      * Fixed parameter bind bug.
      
      * Fast creation of objects using lambda expression instead of Activator.CreateInstance(type) .
      fc346491
  4. 28 Sep, 2018 1 commit
    • Lemon's avatar
      Provide automatic-agent (#85) · b231a09a
      Lemon authored
      * Feature/hostingstartup (#80)
      
      * Update TargetFrameworkVersion
      
      * Update appveyor.yml
      
      * Feature/hostingstartup (#81)
      
      * Update TargetFrameworkVersion
      
      * Update appveyor.yml
      
      * Update appveyor.yml
      
      * Update version.props
      
      * Add ISkyWalkingClient interface
      
      * Refactor
      
      * Fix ProjectReference
      
      * Fix PackageReference
      
      * Fix  System.Threading.ThreadPool
      
      * Refactor IComponents
      
      * Update appveyor.yml
      
      * Update version.cake
      
      * Fix namespace
      
      * Remove SkyWalking.Dictionarys
      
      * Refactor
      
      * Refactor ServiceDiscoveryService
      
      * Refactor
      
      * Refactor
      
      * Add TraceSegmentTransportService
      
      * Blocking dispatcher strategy
      
      * Add gRPC Transport
      
      * Add InstrumentationHostedService
      
      * Refactor skywalking logger
      
      * Agent function test.
      
      * Add debug log
      
      * Fix trace segment queue
      
      * Refactor AsyncQueueTraceDispatcher
      
      * re-naming
      
      * Rename gRPCClient
      
      * Refactor SkyWalking.Utilities
      
      * Trace data sent to collector
      
      * Add SkyWalkingHostingStartup
      
      * Fix peer transform
      
      * Refactor ContextCarrier
      
      * Refactor SkyWalking.AspNet
      
      * Update appveyor.yml
      
      * Fix CI
      
      * Cleanup tests that are no longer applicable
      b231a09a
  5. 02 Sep, 2018 1 commit
  6. 05 Jul, 2018 1 commit
  7. 03 Jul, 2018 1 commit
  8. 28 Jun, 2018 1 commit
  9. 23 Jun, 2018 1 commit
    • snakorse's avatar
      optimize: send trace segments to collector in batch queue. (#62) · 3dd8451a
      snakorse authored
      * optimize: send trace segments to collector in batch queue.
      
      * bugfix: batch send trace segments process should continue until the number of segments left in the queue lessthan the _batchsize.
      
      * bugfix: improve the batch sending segments process, and limit the max memory usage of the pending queue.
      3dd8451a
  10. 19 Jun, 2018 1 commit
    • Lemon's avatar
      Support Asp.Net Framework (#61) · b366155f
      Lemon authored
      * Add SkyWalking.AspNet project
      
      * Support .NET 4.5
      
      * Support Asp.Net Framework
      
      * Add Sample.AspNet project
      
      * Fix CI
      
      * Close grpc connection when application pool recycles
      b366155f
  11. 17 Jun, 2018 1 commit
  12. 11 Jun, 2018 1 commit
  13. 09 Jun, 2018 1 commit
  14. 07 Jun, 2018 1 commit
  15. 06 Jun, 2018 1 commit
  16. 23 May, 2018 1 commit
  17. 18 May, 2018 1 commit
  18. 11 May, 2018 1 commit
  19. 08 May, 2018 1 commit
  20. 07 May, 2018 1 commit
  21. 06 May, 2018 1 commit
    • Lemon's avatar
      Add supports for some EntityFrameworkCore Providers (#41) · c2f591a8
      Lemon authored
      * Add EntityFrameworkCore component define
      
      * Add EntityFrameworkCore component define
      
      * Refactor Diagnostics.EntityFrameworkCore
      
      * Remove DefaultEFCoreComponentProvider
      
      * Support EntityFrameworkCore.Sqlite
      
      * Update Sample.Backend
      
      * Support Pomelo_EntityFrameworkCore_MySql provider for EntityFrameworkCore
      
      *  Fix Parent Application Instance Id is 0
      
      * Support Npgsql.EntityFramework
      c2f591a8
  22. 02 May, 2018 1 commit
    • Lemon's avatar
      Support corefx built-in SqlClient (#39) · e328c61a
      Lemon authored
      * Update SkyWalking.Diagnostics.EntityFrameworkCore.csproj
      
      * Add DbType tag for EntityFrameworkCoreDiagnostic
      
      * Support corefx built-in SqlClient
      
      * Fix SqlErrorExecuteCommand
      
      * Add sqlClient support in SkyWalking.AspNetCore
      e328c61a
  23. 01 May, 2018 2 commits
    • Savorboard's avatar
      Fixed parameter bind bug (#38) · 17099445
      Savorboard authored
      * Add components project of SkyWalking.Diagnostics.EntityFrameworkCore for supports EntityFrameworkCore diagnostics.
      
      * Add builder extensions file and EF diagnostics default impl file.
      
      * Add EntityFrameworkDiagnostic processor.
      
      * Add unit tests for EntityFrameworkCore diagnostics component.
      
      * Fixed parameter bind bug.
      17099445
    • Savorboard's avatar
      Add supports for EntityFrameworkCore (#37) · 541751a1
      Savorboard authored
      * Add components project of SkyWalking.Diagnostics.EntityFrameworkCore for supports EntityFrameworkCore diagnostics.
      
      * Add builder extensions file and EF diagnostics default impl file.
      
      * Add EntityFrameworkDiagnostic processor.
      
      * Add unit tests for EntityFrameworkCore diagnostics component.
      541751a1
  24. 30 Apr, 2018 1 commit
    • Lemon's avatar
      [refactor] Remove Microsoft.Extensions.Http (#36) · 38e00071
      Lemon authored
      * Add HttpExceptionHandler in SkyWalking.Diagnostics.HttpClient
      
      * Fix IgnoredTracerContext
      
      * Add unit tests for SkyWalking.Diagnostics.HttpClient
      
      * Refactor remote services
      
      * Fix HostingDiagnosticProcessor
      
      * Add parametar binding for CapDiagnosticProcessor
      
      * Remove Microsoft.Extensions.Http
      
      * Update HttpClientDiagnosticTests.cs
      
      * Todo fix ci
      38e00071
  25. 29 Apr, 2018 1 commit
    • Lemon's avatar
      Refactor SkyWalking.Diagnostics (#35) · 1fb4378d
      Lemon authored
      * Downgrade dependencies
      
      * Refactor SkyWalking.Diagnostics
      
      * Add ParameterBinder
      
      * Fix null parameter
      
      * Add unit tests for SkyWalking.Diagnostics
      
      * Fix property binding
      1fb4378d
  26. 28 Apr, 2018 2 commits
    • 吴晟 Wu Sheng's avatar
      Adjust some documents (#34) · 426f0103
      吴晟 Wu Sheng authored
      * Update README.md
      
      * Update Supported-list.md
      426f0103
    • Savorboard's avatar
      Add supports for CAP (#33) · b0d5a562
      Savorboard authored
      * Remove unwanted package references.
      
      * Add cap example configuration to sample project.
      
      * Remove unwanted package references.
      
      * Add supports project for CAP.
      
      * Update samples.
      
      * Removed unused tags label.
      
      * Upgrade CAP nuget package to 2.2.2
      
      * Remove unused tags config from processors.
      b0d5a562
  27. 26 Apr, 2018 3 commits
  28. 24 Apr, 2018 1 commit
  29. 23 Apr, 2018 2 commits
  30. 22 Apr, 2018 1 commit
    • Lemon's avatar
      Refactor SkyWalking.AspNetCore (#20) · f7c2cd6e
      Lemon authored
      * Refactor SkyWalking.Diagnostics module
      
      * Init SkyWalking.Extensions.DependencyInjection project
      
      * Add dependency package
      
      * Refactor SkyWalking.AspNetCore
      
      * Rename AddSkyWalkingCore to AddSkyWalking
      f7c2cd6e
  31. 21 Apr, 2018 3 commits