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.0.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.0.2
Choose a head ref
  • 15 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 21, 2015

  1. Configuration menu
    Copy the full SHA
    3d65831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8a66e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d4253c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37f01a9 View commit details
    Browse the repository at this point in the history
  5. (maint) Update Gemfile for xplat best practices

    Update the Gemfile to look similar to what is currently recommended
    for cross-platform development by Puppet Labs.
    ferventcoder committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    c611d9c View commit details
    Browse the repository at this point in the history
  6. (maint) Remove prohibited "windows" tag

     - Having it as a tag reduces the score on puppet forge because it
    conflicts with `$::operatingsystem` fact -
    https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html#fields-in-metadatajson
    ferventcoder committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5110b41 View commit details
    Browse the repository at this point in the history
  7. (spec) fixup travis linting

    Travis-Lint has been deprecated and the linting aspect has been taken
    over by the `lint` function in the travis gem.
    https://github.com/travis-ci/travis-lint#what-is-travis-lint
    ferventcoder committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    83dfa44 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Configuration menu
    Copy the full SHA
    ccc4cc2 View commit details
    Browse the repository at this point in the history
  2. (maint) fixup rakefile

    Allow running rake tasks without issues.
    ferventcoder committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    80c18e2 View commit details
    Browse the repository at this point in the history
  3. (spec) specs pass on all platforms

    Now the specs pass again on both Windows and *nix. The switchover to
    checking for the existence of a file and the reorder of how choco
    searches for the binary made the tests start failing.
    ferventcoder committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    a11d27e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72 from ferventcoder/ticket/enhancements

    Build Enhancements
    ferventcoder committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    a3154bd View commit details
    Browse the repository at this point in the history
  5. (GH-71) Use upgrade instead of install

    When ensure => $version, the underlying package provider will call
    install instead of upgrade if the package is already installed.
    Chocolatey's default install behavior is to do nothing if a package is
    already installed, even if there is a newer version available. In most
    cases we can call upgrade, except when the installer is using a
    packages.config.
    
    We'll also need to address the use of side by side installs, which this
    will remove the ability to do.
    ferventcoder committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    ffd07e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Merge pull request #73 from ferventcoder/ticket/master/71-use_upgrade

    (GH-71) Use upgrade instead of install
    ferventcoder committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    459652c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    358a430 View commit details
    Browse the repository at this point in the history
  3. (version) 1.0.2

    ferventcoder committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    b14ccb7 View commit details
    Browse the repository at this point in the history
Loading