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: master
Choose a base ref
...
head repository: zoni/puppet-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 11 files changed
  • 6 contributors

Commits on Nov 2, 2012

  1. Merge pull request #1 from MITx/master

    Fixed no HTTP proxy case.
    Added app_interface.
    stankevich committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    91b595d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2012

  1. Configuration menu
    Copy the full SHA
    452451e View commit details
    Browse the repository at this point in the history
  2. python::virtualenv - '--system-site-packages' option

    New 'systempkgs' parameter will call virtualenv with the
    '--system-site-packages' option, which can greatly speed up creation in
    some cases.
    Marc Fournier committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    5477c34 View commit details
    Browse the repository at this point in the history
  3. python::gunicorn - added template parameter

    The idea is to be able to use a different template, in case the one
    provided with the module doesn't fit the user's need.
    Marc Fournier committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    e63664b View commit details
    Browse the repository at this point in the history
  4. updated authors.

    Marc Fournier committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    e7f975a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from mfournier/gunicorn_and_virtualenv_additions

    Gunicorn and virtualenv additions
    stankevich committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    94d9ca5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2012

  1. Adding pip; modifying Gunicorn template for Django

    Sergey Stankevich committed Nov 8, 2012
    Configuration menu
    Copy the full SHA
    63b4288 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:stankevich/puppet-python

    * 'master' of github.com:stankevich/puppet-python:
      updated authors.
      python::gunicorn - added template parameter
      python::virtualenv - '--system-site-packages' option
      python::gunicorn - removed unused/undocumented attributes.
    Sergey Stankevich committed Nov 8, 2012
    Configuration menu
    Copy the full SHA
    8fb868d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Resolve a cyclic dependency

    There was a dependency between python::virtualenv and
    python::requirements. Basically, the virtualenv wanted to initialize
    requirements, but requirements depended on the virtualenv being created
    already, resulting in:
    
    err: Could not apply complete catalog: Found 1 dependency cycle:
    (Exec[python_requirements_check_/usr/share/err/repo/requirements.txt] =>
    Python::Requirements[/usr/share/err/repo/requirements.txt] =>
    Exec[python_virtualenv_/usr/share/err/python3] =>
    Python::Requirements[/usr/share/err/repo/requirements.txt] =>
    Exec[python_requirements_check_/usr/share/err/repo/requirements.txt])
    Nick Groenen committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    451b215 View commit details
    Browse the repository at this point in the history
  2. Make pip install distribute in a virtualenv optional

    pip install distribute currentlyfails on Python 3, this way people can
    skip installing it. It's included by default to remain backward-
    compatible
    Nick Groenen committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    191376c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c1780 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2013

  1. Merge pull request #6 from zoni/sharedrequirements

    Allow virtualenv definitions to share the same requirements file
    stankevich committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    34f562a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from zoni/distribute

    Make pip install distribute in a virtualenv optional
    stankevich committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    7abfab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2013

  1. URL support for pip

    Sergey Stankevich committed Mar 31, 2013
    Configuration menu
    Copy the full SHA
    b1aa319 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2013

  1. Configuration menu
    Copy the full SHA
    7182643 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2013

  1. Merge pull request #7 from woldan/master

    Add search path to virtualenv setup command.
    stankevich committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    a209fb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. Configuration menu
    Copy the full SHA
    8b22e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e99e56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from salimane/pr_python_requirements_cwd

    python::requirements Error: Parameter cwd failed on Exec for virtualenv=system
    stankevich committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    4d8d040 View commit details
    Browse the repository at this point in the history
Loading