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: bearrito/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.
  • 8 commits
  • 8 files changed
  • 3 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
Loading