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: achew22/puppet-module-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ryanhorn/puppet-module-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.
  • 14 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 7, 2011

  1. Support for specifying a specific settings file to use with Gunicorn …

    …and Django.
    Eivind Uggedal committed Jul 7, 2011
    Configuration menu
    Copy the full SHA
    13d309d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549b7af View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2011

  1. Fixed bug in broken test for whether a virtualenv's content should be…

    … chownd. find returns zero exit code event if there are no matches.
    Eivind Uggedal committed Jul 8, 2011
    Configuration menu
    Copy the full SHA
    a96f259 View commit details
    Browse the repository at this point in the history
  2. Create venv with given user. Install packages in the venv with given …

    …user.
    Eivind Uggedal committed Jul 8, 2011
    Configuration menu
    Copy the full SHA
    675964e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2011

  1. Ensure the venv is created before we try to create a requirements fil…

    …e inside it.
    Eivind Uggedal committed Jul 11, 2011
    Configuration menu
    Copy the full SHA
    0c6640e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0544c0e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2011

  1. Create the gunicorn rundir from the init script if you use an ephemer…

    …al /var/run dir.
    Eivind Uggedal committed Jul 17, 2011
    Configuration menu
    Copy the full SHA
    db6ed13 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2011

  1. Gunicorn config needs improvements.

    Eivind Uggedal committed Aug 7, 2011
    Configuration menu
    Copy the full SHA
    8dcc902 View commit details
    Browse the repository at this point in the history
  2. Run venv and pip commands from /tmp.

    Eivind Uggedal committed Aug 7, 2011
    Configuration menu
    Copy the full SHA
    d498acb View commit details
    Browse the repository at this point in the history
  3. Ensure src directory is created with the right permissions for gunico…

    …rn instance.
    Eivind Uggedal committed Aug 7, 2011
    Configuration menu
    Copy the full SHA
    e14b393 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2011

  1. Ensuring src dir in gunicorn instance created syclic dependency when …

    …using requirements file in python::venv::isolate. Moving up to webapp module.
    Eivind Uggedal committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    2287fc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2011

  1. Changed python::venv check

    Ryan Horn committed Sep 4, 2011
    Configuration menu
    Copy the full SHA
    274bfea View commit details
    Browse the repository at this point in the history
  2. Added timeout param

    Ryan Horn committed Sep 4, 2011
    Configuration menu
    Copy the full SHA
    900f7fd View commit details
    Browse the repository at this point in the history
  3. Gunicorn paster support

    Ryan Horn committed Sep 4, 2011
    Configuration menu
    Copy the full SHA
    55a94c0 View commit details
    Browse the repository at this point in the history
Loading