Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-chocolatey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-chocolatey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.4
Choose a head ref
  • 12 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 27, 2016

  1. (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.
    ferventcoder committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    a5a3f7f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. 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.
    ferventcoder committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    bda2b98 View commit details
    Browse the repository at this point in the history
  2. (version) 1.2.2

    ferventcoder committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    eb7879a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. (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`.
    ferventcoder committed May 6, 2016
    Configuration menu
    Copy the full SHA
    d9d4c62 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2016

  1. (doc) add editions of Chocolatey

    To increase awareness that Professional and Business editions are
    available, add information in the readme.
    ferventcoder committed May 7, 2016
    Configuration menu
    Copy the full SHA
    fff6574 View commit details
    Browse the repository at this point in the history
  2. (version) 1.2.3

    ferventcoder committed May 7, 2016
    Configuration menu
    Copy the full SHA
    dc73894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    858e3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd0c35e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. (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.
    ferventcoder committed May 19, 2016
    Configuration menu
    Copy the full SHA
    959b5e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. (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.
    ferventcoder committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    166ae96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ab37b View commit details
    Browse the repository at this point in the history
  3. (version) 1.2.4

    ferventcoder committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    461a0aa View commit details
    Browse the repository at this point in the history
Loading