-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Additional Telemetry - Implementation of RFC0036 #10336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
adityapatwardhan
merged 35 commits into
PowerShell:master
from
JamesWTruher:telemetry20
Aug 15, 2019
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
9952d94
initial pass at new telemetry
JamesWTruher cb0efd5
remove some extraneous spaces at line endings
JamesWTruher 7264dfa
Add more detailed startup data for console startup
JamesWTruher d8504e2
Fix up name of OSDetail channel
JamesWTruher 3ec30e4
Remove pipeline telemetry, change the way the mutex is handled
JamesWTruher cd3284f
First round of clean up
JamesWTruher 68ec2ea
additional refactoring
JamesWTruher 5ad5c10
attempt to send telemetry if there is a catastrophic telemetry failure
JamesWTruher ac45459
further clean up
JamesWTruher 7f429c1
Add tests for telemetry persistence and correct reading of the enviro…
JamesWTruher 3fd4ef1
Add telemetry for experimental features
JamesWTruher 67fd4e7
turn telemetry back off by default for test runs
JamesWTruher 4a4964e
Change public types to internal
JamesWTruher 7347dde
Change filename for telemetry class
JamesWTruher a37120b
add copyright to test file
JamesWTruher 755686e
Partial updates for Codacy and Code Factor
JamesWTruher 2dba693
Remove commented reference to application insights package
JamesWTruher 23de71d
More CodeFactor fixes
JamesWTruher 13997a1
more code factor fixes
JamesWTruher 15be2f6
Update test to reflect unloaded assemblies
JamesWTruher 3831a0f
Update test/powershell/engine/Basic/Telemetry.Tests.ps1
JamesWTruher 485c25c
Update src/System.Management.Automation/engine/GetCommandCommand.cs
JamesWTruher c97f8f4
additional codefactor issues
JamesWTruher 01c0c75
Remove assemblies which are no longer loaded
JamesWTruher 00ed3ad
Harden link tests by allowing 503 response codes
JamesWTruher e041381
fix typo with regard to System.Xml.XDocument.dll
JamesWTruher 752b1a9
make anonymous a const string
JamesWTruher 4f3679a
Fixes to tests to address feedback
JamesWTruher d78a6d9
address feedback to call powershell without profile '-noprofile'
JamesWTruher 0253f1f
Turn off developer mode at the last
JamesWTruher b367aec
Remove comment about telemetry collection in this location
JamesWTruher b894c59
Update test/powershell/engine/Basic/Telemetry.Tests.ps1
JamesWTruher 3c1e49c
Merge branch 'master' into telemetry20
JamesWTruher 1384b7e
Address feedback from @daxian-dbw
JamesWTruher 21ebb3e
Don't create another string, just use s_uniqueUserIdentifier directly.
JamesWTruher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 0 additions & 102 deletions
102
src/Microsoft.PowerShell.ConsoleHost/host/msh/Telemetry.cs
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.