Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | Fix virtualenv conditional syntax | Jarl Stefansson | |
2013-11-01 | Disable system package flag on older virtualenv | Jarl Stefansson | |
2013-10-19 | Version 1.1.7 | Sergey Stankevich | |
2013-10-19 | pip log option. Fixes #28 | Sergey Stankevich | |
2013-10-19 | Forge upload | Sergey Stankevich | |
2013-10-19 | Version bump | Sergey Stankevich | |
2013-10-19 | Adding .gitignore | Sergey Stankevich | |
2013-10-19 | Merge pull request #36 from codesplicer/master | Sergey Stankevich | |
Updated docs to include egg param | |||
2013-10-15 | Updated python::pip example to include install_args | Vik Bhatti | |
2013-10-15 | Updated readme to include install and uninstall args | Vik Bhatti | |
2013-10-15 | Updated docs to include egg param | Vik Bhatti | |
2013-10-15 | Merge pull request #35 from codesplicer/master | Sergey Stankevich | |
Added support for setting egg name | |||
2013-10-15 | Added support for setting egg name | Vik Bhatti | |
2013-10-09 | Merge pull request #33 from fredrikt/master | Sergey Stankevich | |
Add options install_args and uninstall_args. | |||
2013-10-09 | Add options install_args and uninstall_args. | Fredrik Thulin | |
Modern pip does not install what it considers 'pre-release' versions unless '--pre' is given as argument. This change adds a mechanism for supplying the '--pre' argument or any other argument deemed necessary. | |||
2013-10-08 | Merge pull request #32 from wikical/pipsrc | Sergey Stankevich | |
Added src parameter for pip in python::requirements | |||
2013-10-08 | Added src parameter for pip in python::requirements | Antonis Christofides | |
A requirements file can have --editable resources; in such a case the pip default is to install them in ~/src/, which can be unsuitable; for example, if run by root, /root/src/ is usually unreadable by other users. pip provides an --src parameter to specify an alternative directory. This is useful for installing requirements systemwide, outside a virtualenv. | |||
2013-09-09 | Merge pull request #30 from chiangf/master | Sergey Stankevich | |
Allow PATH to be overridden | |||
2013-09-09 | Merge remote-tracking branch 'upstream/master' | Frank Chiang | |
2013-09-05 | Merge pull request #29 from VerosK/master | Sergey Stankevich | |
Fix: Added missing -p switch | |||
2013-09-05 | Added missing Python version | Veros Kaplan | |
2013-08-15 | Add comments describing what path parameter does. | Frank Chiang | |
2013-08-15 | Change hardcoded path in virtualenv module to take in an optional parameter. | Frank Chiang | |
2013-07-09 | Merge pull request #23 from mwilliamson/pip-setuptools-fix | Sergey Stankevich | |
Install pip before distribute | |||
2013-07-09 | Install pip before distribute | Michael Williamson | |
2013-06-12 | Merge pull request #22 from fgimian/master | Sergey Stankevich | |
Reverted documentation to reflect Sergey as the primary owner now that my earlier pull request was merged | |||
2013-06-13 | Reverted documentation to reflect Sergey as the owner now that the pull ↵ | Fotis Gimian | |
request was accepted | |||
2013-06-12 | Merge pull request #20 from fgimian/master | Sergey Stankevich | |
Stability & performance improvements along with a few new features (take what you wish) | |||
2013-06-04 | Changed documentation to reflect that it's a fork and that I will be ↵ | Fotis Gimian | |
maintaining it | |||
2013-06-04 | Fixed minor typo in installation instructions | Fotis Gimian | |
2013-06-04 | Added environment parameter to requirements and virtualenv classes and ↵ | Fotis Gimian | |
incremented version to 1.1.3 | |||
2013-06-04 | Incremented version to 1.1.2 | Fotis Gimian | |
2013-06-04 | Touched up virtualenv to run from /tmp to avoid write errors | Fotis Gimian | |
2013-06-04 | Removed unnecessary which commands for obtaining the pip and python executables | Fotis Gimian | |
2013-06-04 | Made the pip package independent from the dev package in the python class ↵ | Fotis Gimian | |
and updated version to 1.1.1 | |||
2013-06-04 | Amended all documentation and updated version to 1.1.0 | Fotis Gimian | |
2013-06-03 | Removed owner attribute from the pip class as it was not needed and touched ↵ | Fotis Gimian | |
up a few mistakes. | |||
2013-06-03 | Made system virtualenv more robust and ensured that pip logging would occur ↵ | Fotis Gimian | |
in an appropriate directory upon failure to avoid errors | |||
2013-06-03 | Now that all exec statements run under a particular owner, there is no need ↵ | Fotis Gimian | |
for the CPU intensive recursive virtualenv permission check | |||
2013-06-03 | Added environment attribute to the pip class which allows for users to ↵ | Fotis Gimian | |
override environment variables like LD_LIBRARY_PATH and ORACLE_HOME which are needed to install packages like cx_Oracle. | |||
2013-06-03 | Added owner, group to the pip class which ensures that packages will be ↵ | Fotis Gimian | |
installed with the correct permissions. | |||
2013-06-03 | Specifically looked for the activate script when creating a virtualenv since ↵ | Fotis Gimian | |
this is created last. This ensures that a half-created virtualenv will be detected and corrected by Puppet. | |||
2013-06-03 | Added braces around python variable to avoid Puppet syntax errors in install ↵ | Fotis Gimian | |
manifest | |||
2013-05-31 | Merge pull request #19 from jamescarr/patch-1 | Sergey Stankevich | |
Added owner and group params for virtualenv. | |||
2013-05-30 | Added owner and group params for virtualenv. | James Carr | |
2013-05-28 | Merge pull request #17 from schacki/master | Sergey Stankevich | |
Remove SHA calculation from requirements | |||
2013-05-28 | Merge pull request #16 from schacki/5d3b340ac6ebbee8cca959c2653f141e3030f646 | Sergey Stankevich | |
Removed Multiline backslashed from virtuelv Exec statement | |||
2013-05-20 | Removed SHA calculation from requirements and applied the audit option the ↵ | schacki | |
requirements file resource which should do exaxtly the same out of the box | |||
2013-05-20 | Removed multiline backslashes from the execution statement, since this can ↵ | schacki | |
cause issues with vagrant, linux guest, windows host and shared folders | |||
2013-05-19 | Merge pull request #15 from adevore/master | Sergey Stankevich | |
Fix typo from pull request #14 |