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: voxpupuli/puppet-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.14.0
Choose a base ref
...
head repository: voxpupuli/puppet-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.1
Choose a head ref
  • 15 commits
  • 9 files changed
  • 7 contributors

Commits on Aug 4, 2016

  1. Patch to support Centos 7 in bootstrap

    Bootstrapping currently repeats on every run due to the `creates => '/usr/local/bin/pip'`
    Centos 7(and possibly others) which place pip executable in /usr/bin/pip
    The repeated bootstrap needs to be patched to avoid nodes constantly grabbing the get_pip.py which includes a binary blob.
    
    This patching looks to have been attempted before but failed to include `path => ....` which would support finding `which` in any of those locations as well as allowing `which pip` to only look in the supplied path, basically extending our creates to support multiple locations of pip.
    asasfu authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    89d5a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    421cd0c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Merge pull request #318 from asasfu/patch-pip-bootstrap

    Patch to support Centos 7 in bootstrap
    shivapoudel authored Aug 5, 2016
    Configuration menu
    Copy the full SHA
    88ba5eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #319 from ktech-io/feat/args_in_gunicorn

    Add "args" option to gunicorn config
    shivapoudel authored Aug 5, 2016
    Configuration menu
    Copy the full SHA
    28b049e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Use a single grep instead of a double pipe

    Riccardo Calixte committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    d188e1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #320 from rcalixte/grep

    Use a single grep instead of a double pipe
    shivapoudel authored Aug 12, 2016
    Configuration menu
    Copy the full SHA
    ff157aa View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Configuration menu
    Copy the full SHA
    cbaed36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #322 from mterzo/master

    Search index when staying at the latest version
    shivapoudel authored Aug 18, 2016
    Configuration menu
    Copy the full SHA
    926afb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Fix TravisCI for Ruby < 2

    ghoneycutt committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    b30c81a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132ce39 View commit details
    Browse the repository at this point in the history
  3. Simplify CI tests by ensuring the use of a newer puppetlabs_spec_helper

    The new version handles checking the validity of metadata.json. With
    this we no longer need the `rake metadata_lint` as part of the CI
    process.
    ghoneycutt committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    880d2b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca88207 View commit details
    Browse the repository at this point in the history
  5. Fix style

    ghoneycutt committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    dd9af35 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #324 from ghoneycutt/fix_travis

    Fix travis
    ghoneycutt authored Aug 22, 2016
    Configuration menu
    Copy the full SHA
    27c7dc1 View commit details
    Browse the repository at this point in the history
  7. Release v1.14.1 - Bugfixes

    * Fix to spec test. Functionality change was merged, but the spec test
      was forgotten and this prevented CI from passing.
    
    * Support more minor versions of Puppet v4 explicitly.
    
    * Continue supporting Ruby versions < 2
    ghoneycutt committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    9f2ae38 View commit details
    Browse the repository at this point in the history
Loading