Граф коммитов

2433 Коммитов

Автор SHA1 Сообщение Дата
Rajkumar Rangaraj 5ccfa6fba5 Resolving conflict 2020-08-03 10:29:47 -07:00
Timothy Mothra e6081045c7
Fix Heartbeat Interval (#1979)
* change heartbeat interval

* cleanup

* changelog
2020-08-03 10:02:45 -07:00
Rajkumar Rangaraj e7385f3234 Change event message 2020-08-03 09:14:20 -07:00
Rajkumar Rangaraj 20e48238f3 Renamed Event source. 2020-08-01 11:51:40 -07:00
Rajkumar Rangaraj 90f98cca34 Update to changelog 2020-07-31 18:38:07 -07:00
Rajkumar Rangaraj 81fc045ee6 Merge remote-tracking branch 'origin/develop' into rajrang/fixIssue1969 2020-07-31 18:36:11 -07:00
Rajkumar Rangaraj 7db2c764af Merge remote-tracking branch 'origin/master' into rajrang/fixIssue1969 2020-07-31 18:35:34 -07:00
Rajkumar Rangaraj 798284ac29 Added exception handling logic to Logs/Exception telemetry. 2020-07-31 18:31:15 -07:00
Liudmila Molkova d927917e05
Use DiagnosticListener instance (instead of the name) to distinguish and dedup subscription (#1973)
* Use DiagnosticListener instance (instead of the name) to distinguish and dedup subscription

* changelog
2020-07-29 21:08:58 -07:00
Rajkumar Rangaraj 743848ab2b
Merge pull request #1911 from Expecho/fix-581
Fix #581 (Changed TelemetryConfiguration property of TelemetryClient from internal to public.)
2020-07-20 08:23:08 -07:00
Expecho 97cfb57b10 Merge branch 'fix-581' of https://github.com/Expecho/ApplicationInsights-dotnet into fix-581 2020-07-17 21:04:42 +02:00
Expecho 09f82fba4e Moved to unshipped 2020-07-17 21:04:38 +02:00
Rajkumar Rangaraj 4c449a3d54
Merge branch 'develop' into fix-581 2020-07-17 09:14:40 -07:00
Expecho a97c0623ef Merge branch 'fix-581' of https://github.com/Expecho/ApplicationInsights-dotnet into fix-581 2020-07-17 14:08:03 +02:00
Expecho a72e5a0af6 Updated publicAPI.Shipped.txt files for other frameworks 2020-07-17 14:07:58 +02:00
Timothy Mothra b0cd7ae79c
remove Newtonsoft (#1968) 2020-07-16 12:12:43 -07:00
Cijo Thomas 349aa83fef
Merge branch 'develop' into fix-581 2020-07-16 08:02:11 -07:00
Expecho bccfabd3a1 Merge branch 'fix-581' of https://github.com/Expecho/ApplicationInsights-dotnet into fix-581 2020-07-16 16:32:13 +02:00
Expecho ecd1afd71f Update public api file 2020-07-16 16:32:09 +02:00
Timothy Mothra 24cbf256bd
refactor DiagnosticsTelemetryModule internal classes (#1966) 2020-07-15 12:22:47 -07:00
Rajkumar Rangaraj 0a9d12ea84
Merge branch 'develop' into fix-581 2020-07-15 11:01:32 -07:00
Eddy Nakamura ca03bc6a7c
remove net45 net451 (#1962)
* removing net451

* removing net45
2020-07-09 17:13:35 -07:00
Eddy Nakamura 9265ad99a6
enable net452 (#1928)
* Enable net452

enable net452 to logging solution

Enable net452 for netcore and web sln

updating AITypes

adding identation

* adding unshipped for net452

* updating sln

* commenting net452 tests
2020-07-09 14:58:52 -07:00
Timothy Mothra bb6ef9e978
configstring parsing (#1959)
* configstring parsing

* fix assert message

* changes to error handling
2020-07-08 17:37:05 -07:00
Timothy Mothra 8cb009515e
enhancements (#1961) 2020-07-08 16:19:23 -07:00
Timothy Mothra faa6a3f96c
Retiring Release Schedule from Readme (#1958)
* Retiring Release Schedule from Readme

Our release cadence has slowed down as we begin to shift towards OpenTelemetry.
I'm removing the Release Schedule.
We will continue to use [MILESTONES](https://github.com/microsoft/ApplicationInsights-dotnet/milestones) to coordinate releases.

* Update Readme.md
2020-07-08 13:58:13 -07:00
Timothy Mothra 8009f2e405
NetCore remove TC.Active and fix NetCore Heartbeat (#1886)
* Reads configuration from all defined sources from app along with all fields of ApplicationInsightsServiceOptions

* Added test cases and changed configuration binding.

* Modified test appSettings.json

* Added support to NET46 test case.

* Modified test names

* Modified ChangeLog

* refactor static super class into abstract base class - tests pass

* refactor AddApplicationInsightsSettings - test pass

* refactor super class and addApplicationInsightsTelemetry - tests pass

* move class - test pass

* rafactor usings

* cleanup

* Remove TelemetryConfiguration.Active
AddSingleton DiagnostictelemetryModule to AspNetCore
Fix Test, TelemetryModule Count

* fixing internal reference

* fix module count

* fixing heartbeat initialization

* fix merge conflict

* fix merge conflict

* cleanup

* fix merge conflict

* cleanup

* adding EnableDiagnosticsTelemetryModule

* update public api

* fix

* fix for test failure

* fix public api

* fix public api for real

* backwards compat for .Active and some tests

* cleanup

* fix compile error

* testing fix for tests

* testing fix for GetEntryAssembly

* add new test for BackwardsCompat

* tests

* cleanup

* cleanup

* fix for failing tests

* cleanup the AddSingleton

* pushing work in progress for Cijo

* incorporating Cijo's feedback.

* cleanup

* rename EnableActiveTelemetryConfigurationSetup

* remove backcompat TC.Active from WorkerService

* fix enable settings

* cleanup

* adding tests for suggested changes and fixed compile issues

* cleanup

* comment

* last tests

* fix worker service test

* cleanup

* revert changes to ApplicationNameProvider

* revert

* clean

* code review comments

* changelog

* code review comments

* fix comments

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2020-07-06 18:37:49 -07:00
Rajkumar Rangaraj 194ce327be
Create single request telemetry when URL-rewrite rewrites a request (#1952)
* Upgraded Microsoft.AspNet.TelemetryCorrelation to 1.0.8

* Add an entry to Changelog.md
2020-07-06 16:00:14 -07:00
Peter Bons 752bd54f45
Merge branch 'develop' into fix-581 2020-07-06 10:52:21 +02:00
Expecho e65d1edada Merge branch 'fix-581' of https://github.com/Expecho/ApplicationInsights-dotnet into fix-581 2020-07-03 11:52:09 +02:00
Expecho a58783ca7f Changed comment 2020-07-03 11:52:06 +02:00
Timothy Mothra 1dd6f599c2
make IsInitialized internal to be testable from other test projects (#1950) 2020-07-02 15:58:43 -07:00
Eddy Nakamura 502ff5681e
enabling ignore tests (#1948)
* enabling ignore tests

* disabling 6 .net45 tests to improve code coverage
2020-07-02 12:45:49 -07:00
Cijo Thomas 8256bad3f9
Merge branch 'develop' into fix-581 2020-07-02 09:13:28 -07:00
Timothy Mothra 470f3ae84a
Tilee/refactor netcore config tests (#1946)
* refactor

* cleanup

* cleanup

* merge conflict

* worker service
2020-07-01 15:39:25 -07:00
Reiley Yang cabd62d344
Merge pull request #1945 from microsoft/reyang/polish-readme
Update nuget table and polish the README file.
2020-06-30 22:00:57 -07:00
Reiley Yang 5a6a37d5de update nuget table and polish readme file 2020-06-30 20:27:23 -07:00
Reiley Yang bdfcd1a84a
Merge pull request #1941 from microsoft/reyang/issuetemplate
Improve bug template
2020-06-30 20:01:50 -07:00
Reiley Yang 1989e98667 fix typo, minor updates 2020-06-30 18:32:35 -07:00
Reiley Yang 4ee8b99f53 update the templates based on discussion with Cijo 2020-06-30 18:26:02 -07:00
Reiley Yang 3fd000ea65 updated the link 2020-06-30 16:11:02 -07:00
Reiley Yang ed91213d08 address feedback 2020-06-30 16:11:02 -07:00
Reiley Yang 2f7eca5d16 add more templates 2020-06-30 16:11:02 -07:00
Reiley Yang ad0200d25c add links 2020-06-30 16:11:02 -07:00
Reiley Yang 430c4e08ec accommodate review feedback 2020-06-30 16:11:02 -07:00
Reiley Yang d3f788501c improve bug template 2020-06-30 16:11:02 -07:00
Eddy Nakamura 193ca6d4f2
Cleaning AssemblyInfo.cs and *.csproj (#1929)
* Cleaning AssemblyInfo.cs and *.csproj

* adding ispackable false to test.props

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-06-30 13:33:12 -07:00
Eddy Nakamura c2ae9f0c1b
Removing public api from netstandard1.x (#1943) 2020-06-30 11:52:35 -07:00
Reiley Yang 4c9256c1e8
Merge pull request #1933 from microsoft/ank3it-patch-1
Update bug_report.md
2020-06-30 08:17:20 -07:00
ank3it 8ee726fc13
Final updates to bug template
Removed links to all SDK issue paths - docs.microsoft.com will be the source for different paths
2020-06-29 14:58:45 -07:00