-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-chocolatey
base: 0.7.0
head repository: puppetlabs/puppetlabs-chocolatey
compare: 1.2.4
- 12 commits
- 6 files changed
- 1 contributor
Commits on Mar 27, 2016
-
(GH-119) Implement PowerShell Redirection Fix
PowerShell v2/3 caches the output stream. Then it throws errors due to the FileStream not being what is expected. Fixes "The OS handle's position is not what FileStream expected. Do not use a handle simultaneously in one FileStream and in Win32 code or another FileStream." The fix comes from http://www.leeholmes.com/blog/2008/07/30/workaround-the-os-handles-position-is-not-what-filestream-expected/ plus information in the comments that actually makes it work.
Configuration menu - View commit details
-
Copy full SHA for a5a3f7f - Browse repository at this point
Copy the full SHA a5a3f7fView commit details
Commits on Apr 6, 2016
-
Sign the installer script template
The Chocolatey install PowerShell script has been signed at dot org and all of the scripts in Chocolatey 0.9.10 are being signed, so it is appropriate to sign this script as well for the benefit of folks who would need that.
Configuration menu - View commit details
-
Copy full SHA for bda2b98 - Browse repository at this point
Copy the full SHA bda2b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7879a - Browse repository at this point
Copy the full SHA eb7879aView commit details
Commits on May 6, 2016
-
(GH-100) Do not call choco with --debug --verbose
The output from error messages is way too much when these are on by default. It would be helpful to see only what has errored and allow the user to investigate further if need be. This gives the user the ability to choose whether or not to add those values to the arguments as part of `install_options` and `uninstall_options`.
Configuration menu - View commit details
-
Copy full SHA for d9d4c62 - Browse repository at this point
Copy the full SHA d9d4c62View commit details
Commits on May 7, 2016
-
(doc) add editions of Chocolatey
To increase awareness that Professional and Business editions are available, add information in the readme.
Configuration menu - View commit details
-
Copy full SHA for fff6574 - Browse repository at this point
Copy the full SHA fff6574View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc73894 - Browse repository at this point
Copy the full SHA dc73894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 858e3d7 - Browse repository at this point
Copy the full SHA 858e3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0c35e - Browse repository at this point
Copy the full SHA fd0c35eView commit details
Commits on May 19, 2016
-
(GH-69) Fix - default provider example
There is a syntax error in the readme related to setting the default provider for Windows. It needs a second set of brackets surrounding Package.
Configuration menu - View commit details
-
Copy full SHA for 959b5e2 - Browse repository at this point
Copy the full SHA 959b5e2View commit details
Commits on Jun 4, 2016
-
(GH-125) Wrap PowerShell Redirect in Try/Catch
If the PowerShell Output redirection fix does not successfully apply, we don't want it to fail the entire script. It uses internal variables that only apply to the PowerShell InternalHost/ConsoleHost that short-circuited logging and caused a FileStream error when you attempted to write to multiple log streams. Due to sometimes calling this script with non-default PowerShell hosts (like with the new 2.0 puppet powershell provider), we want to ensure that if the fix errors, it does not fail the entire script.
Configuration menu - View commit details
-
Copy full SHA for 166ae96 - Browse repository at this point
Copy the full SHA 166ae96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ab37b - Browse repository at this point
Copy the full SHA 49ab37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 461a0aa - Browse repository at this point
Copy the full SHA 461a0aaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.0...1.2.4