- 13 Feb, 2019 1 commit
-
-
Lemon authored
* Rename PackagePrefix from `SkyWalking` to `SkyAPM` * Delete MySql.Data
-
- 12 Feb, 2019 1 commit
-
-
Lemon authored
-
- 11 Feb, 2019 1 commit
-
-
吴晟 Wu Sheng authored
cc @liuhaoyang
-
- 09 Feb, 2019 2 commits
-
-
吴晟 Wu Sheng authored
-
Lemon authored
-
- 06 Feb, 2019 1 commit
-
-
Lemon authored
* add ProtocolVersion config * Add Protocol Version Selection Switch * add v5 collect service
-
- 05 Feb, 2019 2 commits
-
-
Lemon authored
-
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
-
- 29 Jan, 2019 2 commits
-
-
Lemon authored
-
-
- 26 Jan, 2019 1 commit
-
-
Lemon authored
* Set up CI with Azure Pipelines * Add sqlite diagnostics
-
- 21 Jan, 2019 1 commit
-
-
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
-
- 14 Jan, 2019 9 commits
-
-
Lemon authored
-
-
Lemon authored
* Set up CI with Azure Pipelines * update version to 0.7.0 * rm azure-pipeline
-
-
Savorboard authored
* upgrade deps nuget packages * Update appveyor.yml * Merge Branch * Update appveyor.yml
-
吴晟 Wu Sheng authored
-
-
Ahoo Wang authored
* fix ContextManager.ContextProperties is-null check bug * optimize null-check * fix AssemblyName : SSkyWalking -> SkyWalking
-
Ahoo Wang authored
* fix ContextManager.ContextProperties is-null check bug * optimize null-check
-
- 30 Dec, 2018 1 commit
-
-
- 25 Dec, 2018 1 commit
-
-
kaanid authored
-
- 23 Dec, 2018 1 commit
-
-
kaanid authored
* skywalking.json * Update skywalking.json.md * skywalking.json
-
- 12 Dec, 2018 1 commit
-
-
linkinshi authored
-
- 15 Nov, 2018 1 commit
-
-
XiaoFu authored
as title
-
- 31 Oct, 2018 1 commit
-
-
- 29 Oct, 2018 1 commit
-
-
beckjin authored
Set ServiceCollectionExtensions to public,in order to use services.AddSkyWalkingCore () in ConfigureServices. (#100)
-
- 09 Oct, 2018 1 commit
-
-
吴晟 Wu Sheng authored
-
- 08 Oct, 2018 4 commits
-
-
Lemon authored
* Set up CI with Azure Pipelines * Fix windows DOTNET_ADDITIONAL_DEPS * rm azure-pipelines.yml * Remove SkyWalking.Diagnostics.EntityFrameworkCore.Sqlite
-
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
-
-
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
-
- 04 Oct, 2018 1 commit
-
-
- 01 Oct, 2018 1 commit
-
-
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) .
-
- 28 Sep, 2018 1 commit
-
-
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
-
- 16 Sep, 2018 1 commit
-
-
Lemon authored
-
- 02 Sep, 2018 1 commit
-
-
refactor2 authored
-
- 05 Jul, 2018 1 commit
-
-
Lemon authored
-
- 03 Jul, 2018 1 commit
-
-
XiaoFu authored
fix Pomelo.EntityFrameworkCore.MySql
-