-
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
Cherry pick 3711 to 1.6 #3712
Closed
Closed
Cherry pick 3711 to 1.6 #3712
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
Member
Add tests for Microsoft.WinGet.Configuration cmdlets. Make parameters positional parameters Return an object with the Apply results for Invoke-WinGetConfiguration and Complete-WinGetConfiguration using Write-Error or returning the same PSConfigurationSet object.
…ration (microsoft#3614) Test-WinGetConfiguration to test a configuration. Equivalent of winget configure test Confirm-WinGetConfiguration to validate a configuration. Equivalent of winget configure validate except it just calls the configuration APIs without the extra validation winget does. Support cancellation via CTRL-C for blocking cmdlets and Stop-WinGetConfiguration for configuration stated with Start-WinGetConfiguration Add tests for Test-WinGetConfiguration and Confirm-WinGetConfiguration cmdlets. Add more tests for Open-WinGetConfiguration Cancellation verified manually
Make resource name check case insensitive. Add tests Address microsoft#3628
…#3648) Co-authored-by: yao-msft <[email protected]>
This change refactors the index package updating to enable an optimization; using an HTTP header to determine the available version rather than reading the package contents remotely. If the header is present, containing a valid package version string, it will be used as the available version. If not, the existing package content examination will be used. The refactoring was required to do all package inspection steps after downloading the package, rather than before. This enables the single version value to be sufficient until we decide to update, and then in the very unlikely event of the package not meeting criteria we will delete it after having downloaded it.
…invoked from explorer (microsoft#3665) (microsoft#3684) - Add telemetry event for PackageManager class creation - Delay source update time to 7 days by default when invoked from explorer - Also fixes Source agreements related crash found when doing the above work Co-authored-by: yao-msft <[email protected]>
* Fix localized strings output (microsoft#3673) * Take only line endings --------- Co-authored-by: Muhammad Danish <[email protected]>
…icrosoft#3703) (microsoft#3710) This change adds a flag that lets the caller specify that they are only interested in the installed tracking data, not the available packages. With it set, one can correlate to the catalog via the tracking database without ever needing to access the remote source information.
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.
#3711
Microsoft Reviewers: Open in CodeFlow