-
-
Notifications
You must be signed in to change notification settings - Fork 376
Comparing changes
Open a pull request
base repository: voxpupuli/puppet-python
base: master
head repository: zoni/puppet-python
compare: master
- 19 commits
- 11 files changed
- 6 contributors
Commits on Nov 2, 2012
-
Merge pull request #1 from MITx/master
Fixed no HTTP proxy case. Added app_interface.
Configuration menu - View commit details
-
Copy full SHA for 91b595d - Browse repository at this point
Copy the full SHA 91b595dView commit details
Commits on Nov 6, 2012
-
python::gunicorn - removed unused/undocumented attributes.
Marc Fournier committedNov 6, 2012 Configuration menu - View commit details
-
Copy full SHA for 452451e - Browse repository at this point
Copy the full SHA 452451eView commit details -
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 committedNov 6, 2012 Configuration menu - View commit details
-
Copy full SHA for 5477c34 - Browse repository at this point
Copy the full SHA 5477c34View commit details -
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 committedNov 6, 2012 Configuration menu - View commit details
-
Copy full SHA for e63664b - Browse repository at this point
Copy the full SHA e63664bView commit details -
Marc Fournier committed
Nov 6, 2012 Configuration menu - View commit details
-
Copy full SHA for e7f975a - Browse repository at this point
Copy the full SHA e7f975aView commit details -
Merge pull request #2 from mfournier/gunicorn_and_virtualenv_additions
Gunicorn and virtualenv additions
Configuration menu - View commit details
-
Copy full SHA for 94d9ca5 - Browse repository at this point
Copy the full SHA 94d9ca5View commit details
Commits on Nov 8, 2012
-
Adding pip; modifying Gunicorn template for Django
Sergey Stankevich committedNov 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 63b4288 - Browse repository at this point
Copy the full SHA 63b4288View commit details -
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 committedNov 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 8fb868d - Browse repository at this point
Copy the full SHA 8fb868dView commit details
Commits on Mar 11, 2013
-
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 committedMar 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 451b215 - Browse repository at this point
Copy the full SHA 451b215View commit details -
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 committedMar 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 191376c - Browse repository at this point
Copy the full SHA 191376cView commit details -
Allow virtualenv definitions to share the same requirements file
Nick Groenen committedMar 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 88c1780 - Browse repository at this point
Copy the full SHA 88c1780View commit details
Commits on Mar 14, 2013
-
Merge pull request #6 from zoni/sharedrequirements
Allow virtualenv definitions to share the same requirements file
Configuration menu - View commit details
-
Copy full SHA for 34f562a - Browse repository at this point
Copy the full SHA 34f562aView commit details -
Merge pull request #5 from zoni/distribute
Make pip install distribute in a virtualenv optional
Configuration menu - View commit details
-
Copy full SHA for 7abfab9 - Browse repository at this point
Copy the full SHA 7abfab9View commit details
Commits on Mar 31, 2013
-
Sergey Stankevich committed
Mar 31, 2013 Configuration menu - View commit details
-
Copy full SHA for b1aa319 - Browse repository at this point
Copy the full SHA b1aa319View commit details
Commits on Apr 15, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7182643 - Browse repository at this point
Copy the full SHA 7182643View commit details
Commits on Apr 16, 2013
-
Merge pull request #7 from woldan/master
Add search path to virtualenv setup command.
Configuration menu - View commit details
-
Copy full SHA for a209fb9 - Browse repository at this point
Copy the full SHA a209fb9View commit details
Commits on Apr 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 8b22e3e - Browse repository at this point
Copy the full SHA 8b22e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e99e56 - Browse repository at this point
Copy the full SHA 8e99e56View commit details -
Merge pull request #8 from salimane/pr_python_requirements_cwd
python::requirements Error: Parameter cwd failed on Exec for virtualenv=system
Configuration menu - View commit details
-
Copy full SHA for 4d8d040 - Browse repository at this point
Copy the full SHA 4d8d040View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master