-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Telemetry wrapper #9
Merged
Merged
Conversation
This file contains 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
JohnMcPMS
reviewed
Dec 13, 2019
JohnMcPMS
approved these changes
Dec 13, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sreadingMSFT
added a commit
that referenced
this pull request
Jun 15, 2021
…#888 (#984) * Prototype of exposing winget to out of proc UWP apps. Create com exe for wrapping a winrt interface with proof of concept call to winget. * Com server changes Support all architectures, progress callbacks. * Update com api proposal * Update samples. * Update API to match review and fix build issues * Update for draft api. API definitions and partial hookup. * Implement more of the api surface Most of the sample code now implemented. * Update with more api implementations. * Fix project settings. * More api implementations and fake vector class. * Switch to new lifetime management for oop * Lifetime management fixes. * Add log parameter. * Remove manual winmd post build generation. * API updates * Merge changes from main branch. * API updates * API updates and implementation * Add support for callers using programmatic, non command line interface #888 (#9) * Prototype of exposing winget to out of proc UWP apps. Create com exe for wrapping a winrt interface with proof of concept call to winget. * Com server changes Support all architectures, progress callbacks. * Update com api proposal * Update samples. * Update API to match review and fix build issues * Update for draft api. API definitions and partial hookup. * Implement more of the api surface Most of the sample code now implemented. * Update with more api implementations. * Fix project settings. * More api implementations and fake vector class. * Switch to new lifetime management for oop * Lifetime management fixes. * Add log parameter. * Remove manual winmd post build generation. * API updates * Merge changes from main branch. * API updates * API updates and implementation * Switch from Id to Name due to rest sources * Copyright and project updates. * Update project name. * Add composite changes. * Revert refactor due to locking issue. * Move folder again, pr comment updates * FIx comment. * Remove GetSourceByIdentifier * Match target versions on new projects to existing * Fix percentage calculation. * Add experimental feature. * Fix signed\unsigned warning and progress values. * Fix comments & CompositeSearch::AvailablePackages * fix comment. * Update cppwinrt again * Remove unintended packaging change * Remove pch to try to reduce disk usage in build * Enable WPM Client Telemetry for COM Calls and Update Projects settings for succsesful inclusion in DesktopAppInstaller solution * Add error mapping. * Idl changes and error catching. * Try using PackageES for build for disk space * Rename the experimental feature. * Revert pipeline test. * Drop ARM from builds * Use details to open source instead of name * Fix source list updatetime metadata saving Co-authored-by: Santosh Chintalapati <[email protected]> Co-authored-by: JohnMcPMS <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adding a sample wrapper , similar to appinstaller Telemetry wrapper, with proper privacy tagging for the events.