Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | Merge pull request #57 from jalli/master | Sergey Stankevich | |
Fix pip wheel handling when wheels are supported but --no-use-wheel flag is not | |||
2014-01-27 | Merge branch 'master' of https://github.com/stankevich/puppet-python | Jarl Stefansson | |
2014-01-20 | Fix syntax error with brace prioritization | Jarl Stefansson | |
2014-01-20 | Merge pull request #56 from vholer/master | Sergey Stankevich | |
Drop stderr in pip --version | |||
2014-01-20 | Drop stderr in pip --version | Vlastimil Holer | |
2014-01-16 | Fix pip 1.5/1.4.1 handling | Jarl Stefansson | |
2014-01-16 | Merge pull request #55 from saz/patch-2 | Sergey Stankevich | |
remove duplicate pip_install exec for latest case | |||
2014-01-16 | Merge pull request #54 from saz/patch-1 | Sergey Stankevich | |
Add path to requirements exec | |||
2014-01-16 | remove duplicate pip_install exec for latest case | Steffen Zieger | |
2014-01-16 | Add path to requirements exec | Steffen Zieger | |
2014-01-14 | Update documentation for python pip | Jarl Stefansson | |
2014-01-14 | Version 1.6.2 | Sergey Stankevich | |
2014-01-14 | Merge pull request #52 from Mayflower/fix/pip-wheel-needs-current-setuptools | Sergey Stankevich | |
Wheel support in pip needs current setuptools | |||
2014-01-14 | Wheel support in pip needs current setuptools | Franz Pletz | |
When virtualenvs are used without distribute and an old setuptools python package is installed in the system, upgrading pip in the virtualenv won't ensure setuptools > 0.8 is installed which is required by the pip wheel command. This patch upgrades setuptools if distribute isn't used. Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de> | |||
2014-01-08 | Version 1.6.1 | Sergey Stankevich | |
2014-01-07 | Merge pull request #51 from jalli/master | Sergey Stankevich | |
Fix secondary version detection for python and revert back to using /tmp for current working dir during virtualenv install. | |||
2014-01-07 | Fix Python version detection, stderr to stdout | Jarl Stefansson | |
2014-01-07 | Silence facter by redirecting python -V stderr | Jarl Stefansson | |
2014-01-07 | Revert to using /tmp fir for cwd for virte inst. | Jarl Stefansson | |
If the virtualenv target directory does not exist before running the virtualenv command the puppet command will fail if the cwd does not exist, hence revert back to using the /tmp directory for current working directory. | |||
2014-01-04 | Merging master | Sergey Stankevich | |
2014-01-04 | Version 1.5.0 | Sergey Stankevich | |
2014-01-03 | Merge pull request #49 from jalli/master | Sergey Stankevich | |
Add compatability/support for pip 1.5 and fix erroneous rebuilds | |||
2014-01-03 | Fix working dir for virtualenv creation | Jarl Stefansson | |
2014-01-03 | Fix wheel/pip1.5 handing with requirements | Jarl Stefansson | |
2014-01-03 | Merge branch 'master' of https://github.com/stankevich/puppet-python | Jarl Stefansson | |
Conflicts: manifests/pip.pp manifests/virtualenv.pp Merge curly braces around variable names | |||
2014-01-03 | Cleanup for merge request | Jarl Stefansson | |
2014-01-03 | Fix grep for detecting if virtenv needs rebuild | Jarl Stefansson | |
2014-01-03 | Fix testing for existing virtual environment | Jarl Stefansson | |
2014-01-03 | Further fixes for pip 1.5 and wheel handling | Jarl Stefansson | |
2014-01-03 | Merge pull request #48 from davideme/master | Sergey Stankevich | |
Add support for Amazon distro by using osfamily instead operatingsytem fact | |||
2014-01-02 | Fixed osfamily name | Davide Mendolia | |
2014-01-02 | Replace operatingsystem test for osfamily to increase os support | Davide Mendolia | |
2014-01-02 | Fix bash logic false positives | Jarl Stefansson | |
2014-01-02 | Fix simple typo | Jarl Stefansson | |
2014-01-02 | Fix handling of wheel support for initial pip | Jarl Stefansson | |
2014-01-02 | Fix syntax error in conditional statement | Jarl Stefansson | |
2014-01-02 | Fix quoting of exec commands to use single quotes | Jarl Stefansson | |
2014-01-02 | Fix wheel support and pip version compatability | Jarl Stefansson | |
Fix wheel support and compatability for older pip versions by detecting suppport when running the pip command inside a virtualenv. | |||
2014-01-02 | Fix wheel flag for pip commands | Jarl Stefansson | |
Python 2.6 does not support setuptools < 0.8 which is required for pip wheel support, older versions need to use the --no-use-wheel flag | |||
2014-01-02 | Add flag to disable wheels for python 2.6 | Jarl Stefansson | |
Setuptools 0.8 is required for pip wheel support, Python 2.6 and older only support setuptools 0.7, we therefor need to disable wheels. | |||
2014-01-01 | Fix path for unless statement. | Jarl Stefansson | |
https://github.com/stankevich/puppet-python/issues/46 | |||
2013-12-30 | Version 1.4.0 | Sergey Stankevich | |
2013-12-30 | Merge pull request #47 from freyes/set-username | Sergey Stankevich | |
Expose user/group config to configure gunicorn | |||
2013-12-26 | Expose user/group config to configure gunicorn | Felipe Reyes | |
gunicorn setup was forcing users to run their processes with the user www-data which isn't available in all distributions (for instance Fedora Linux) and it's a good practice to run each website under different users to reduce security issues | |||
2013-12-19 | Merge pull request #45 from zeebox/lintfix | Sergey Stankevich | |
Fixing lint issues | |||
2013-12-19 | Fixing lint issues as per http://docs.puppetlabs.com/guides/style_guide.html | Neil Saunders | |
2013-12-19 | Version 1.3.1 | Sergey Stankevich | |
2013-12-19 | Merge pull request #44 from zeebox/master | Sergey Stankevich | |
Adding forcerefresh parameter | |||
2013-12-19 | Adding forcerefresh parameter | Neil Saunders | |
2013-12-18 | Version 1.3.0 | Sergey Stankevich | |