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

12 Коммитов

Автор SHA1 Сообщение Дата
Cindy Peng 17e796e37c
Add sap support topic Ids for runtimehost (#833)
* Add sap support topic Ids

* Add unit test cases

* Remove empty validation for sapIds
2022-02-10 13:32:49 -08:00
Puneet Gupta dcead36ebf
Switch to using System.Text.Json instead of Newtonsoft to improve performance. (#778)
Switch to using System.Text.Json
2021-12-03 01:01:23 +05:30
rekhaswaminathan 6a65ad1080
Rekha/detector deploy (#730) 2021-09-08 15:05:12 -07:00
rekhaswaminathan 4076f7311d
Replat3.1main to main (#674)
* Migrating to .NET Core 3.1 (#667)

* .netcore 3.1 CompilerHost

* Temporary commit to save work

* Fix JSON response formatting

* Update RewriteDiagnosticResource.cs

* Testing URL Rewrite in 3.1

* Finally fixed url rewrite

* Update Program.cs

* Fixing ApplicationInsights NullReferenceException

* Update Program.cs for Runtime host

* Fix integration test

* Dependent project changes

* Fixing CI/CD build error

* Origin/darreldonald/log analytics data provider (#663)

* added K8SELogAnalytics

* reverted timeout

* show column names

* added tokenservice

* removed unused code

* added exception handling

* added logging

* abstracted parts that would be common in future log analytics providers

* Added more abstraction

* changed target framework back

* condensed the ResultAsDataTable method from LogAnalyticsClientBase.cs

* renamed requestId in K8SELogAnalyticsClient.cs

* remove comments and moved detector name to K8SELogAnalyicsClient

* changed LangVersion to preview

* I changed the language version in the wrong file. correcting that mistake

* reverted langVersion and removed access modifier on ExecuteQueryAsync in ILogAnaliticsClient

* changed base branch to replat3.1 main

Co-authored-by: Darrel Donald <darreldonald@microsoft.com>

* Print version (#668)

* Origin/darreldonald/log analytics data provider (#670)

* added K8SELogAnalytics

* reverted timeout

* show column names

* added tokenservice

* removed unused code

* added exception handling

* added logging

* abstracted parts that would be common in future log analytics providers

* Added more abstraction

* changed target framework back

* condensed the ResultAsDataTable method from LogAnalyticsClientBase.cs

* renamed requestId in K8SELogAnalyticsClient.cs

* remove comments and moved detector name to K8SELogAnalyicsClient

* changed LangVersion to preview

* I changed the language version in the wrong file. correcting that mistake

* reverted langVersion and removed access modifier on ExecuteQueryAsync in ILogAnaliticsClient

* changed base branch to replat3.1 main

* added LogAnalyticsClientFactory

Co-authored-by: Darrel Donald <darreldonald@microsoft.com>

* Converting 2.x logic to 3.1 (#673)

Co-authored-by: Darrel Donald <dldonaldii@gmail.com>
Co-authored-by: Darrel Donald <darreldonald@microsoft.com>
2021-04-16 09:21:33 -07:00
Shekhar Gupta 724c26cefa
Disable continuous heartbeats to main kusto clusters (#629)
* Disable continuous heartbeats to main kusto clusters

* remove comments

* Fix failover unit test

* add mising files
2021-01-08 16:02:43 -08:00
nmallick1 b60d64e655
Add support for custom time grain aggregation while fetching time series in MDM data provider. (#609) 2020-11-25 10:10:33 -08:00
Hawk Foreste b4df75a876
Deprecate observer api (#572)
* Remove authorization on the dependency check API namely because we have caching implemented for the API responses.

* Deprecate GetSite calls for Observer.

* Address PR comments
2020-09-16 20:28:12 -07:00
rekhaswaminathan 483a14a42f
Refresh cache changes and switch to secondary account for read path (#560)
* Switch to secondary after retry, refresh detectors published in last 5 mins

* additional logs

* Force refresh its own cache after publishing

* Set ClientRequestId and MaxExecutiontime

* commenting unit for now
2020-08-19 17:27:47 -07:00
Shekhar Gupta 1c2b0bbcce
Shareable Gists (#558)
* Sharable Gists

* fixes
2020-08-12 15:31:20 -07:00
rekhaswaminathan f2c90acc83
Load DLLs from Storage container and sync cache (#542)
* Load DLLs from storage and update cache
2020-07-09 13:50:46 -07:00
rekhaswaminathan 05fc3103be
Publish flow (#503)
* Publish flow to upload blob and data to table

* E2E test for compilation and load

* Update StorageWatcher.cs

* Update GithubClient.cs

* Store gist references for detector, publish flow for national clouds
2020-05-11 14:34:15 -07:00
Craig Maher 66b70082ae
The basic framework for integration tests. (#504)
This adds very basic integration tests and the ability to run them in dev ops.
2020-05-11 14:06:20 -07:00