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.7.7
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.7.8
Choose a head ref
  • 17 commits
  • 11 files changed
  • 6 contributors

Commits on Jul 18, 2014

  1. Configuration menu
    Copy the full SHA
    6f05791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from wimh/master

    allow to specify directory from which to run the "pip install" command
    stankevich committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    01464f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Handle case when virtualenv_version fact is not available.

    As specified in #94, when their is no way to find virtualenv version,
    fall back to user request.
    
    When fact virtualenv_version is not yet available, stupidly trust user
    input and force systempkgs options without taking care of virtualenv
    veresion.
    
    1. If the option choosen is not recognized by the installed version of
    virtualenv, further Exec will fail and dependencies will not be processed.
    2. On the next puppet execution, fact _virtualenv_version_ will be available and process should work as
    expected.
    riton committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    5b35f19 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Merge pull request #95 from ccin2p3/systempkg_when_no_fact_available

    Handle case when virtualenv_version fact is not available.
    stankevich committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    1dfc388 View commit details
    Browse the repository at this point in the history
  2. Don't override PATH while installing requirements.txt

    Setting the path here causes installation failures if some package
    in requirements.txt needs tools which happen to be installed in
    a non-system location.
    
    Leave path alone so caller can use Exec { path=>[...] } or similar
    to locate the desired tools.
    
    Signed-off-by: Ray Lehtiniemi <[email protected]>
    rayl committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    151c253 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from rayl/master

    Don't override PATH while installing requirements.txt
    stankevich committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    4ddc23b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2014

  1. Configuration menu
    Copy the full SHA
    1d4183e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ad884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b41bc54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09ad557 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cde7f0 View commit details
    Browse the repository at this point in the history
  6. removed tmp files

    daniellawrence committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    a6fcd31 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #98 from daniellawrence/remove_use_pkgname_not_used

    puppet-lint: removed unused var 'use_pkgname'
    stankevich committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    40f1fb9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #99 from daniellawrence/rspec

    Getting started with basic rspec
    stankevich committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    5099e8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7bce4d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Merge pull request #100 from daniellawrence/remove_ruby_1.8.7_support

    Removed support for ruby 1.8.7 during tests.
    stankevich committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    1fc95aa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. Release 1.7.8

    Sergey Stankevich committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    3524ab7 View commit details
    Browse the repository at this point in the history
Loading