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: 1.2.1
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.2
Choose a head ref
  • 13 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 16, 2015

  1. Configuration menu
    Copy the full SHA
    afc438d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from empi89/readmefix_choco_install_timeout

    fix documentation on choco_install_timeout
    ferventcoder committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    cea8ab3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. (GH-105) Error when using puppet apply (the serverversion fact is not…

    … present)
    
    This makes the module work with puppet agent again. Server version is only
    checked if the corresponding fact is defined.
    empi89 committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    88c269d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from empi89/fix-serverversion-on-apply

    fix issue #105 (Error when using puppet apply (the serverversion fact is not present))
    ferventcoder committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    9219ee0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. (GH-111) travis tests fail

    Fixes travis tests (for puppet 3 and puppet 4) and adds
    validation to init.pp as expected by existing tests.
    empi89 committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    314e30b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from empi89/fix-tests-chocolatey_download_url

    Fix tests chocolatey download url
    ferventcoder committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    bf1e1de View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2015

  1. (GH-110) ::chocolateyversion fact always necessary

    Introducing new parameter chocolatey_version for class
    chocolatey. Fallback to chocolateyversion fact. Does not
    change existing behaviour but extends the module
    interface with the new parameter.
    empi89 committed Dec 26, 2015
    Configuration menu
    Copy the full SHA
    7dba8b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Merge pull request #108 from empi89/fix-chocolateyversion-param

    (GH-110) $::chocolateyversion fact always necessary
    ferventcoder committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    8f83650 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Changed use_7zip from 'true' to 'false'

    Changed use_7zip from 'true' to 'false'
    
    Fixing: chocolatey-archive#117
    pimpolderman committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    4265270 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from pimpolderman/pimpolderman-issue-117

    Changed use_7zip from 'true' to 'false'
    ferventcoder committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    6744e0f View commit details
    Browse the repository at this point in the history

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
Loading