Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-17 | Release 1.7.7 | Sergey Stankevich | |
2014-07-17 | Merge pull request #92 from tremblaysimon/fixpipwheel | Sergey Stankevich | |
Fixed pip wheel | |||
2014-07-17 | Fixed pip wheel as it was done for virtualenv pip | Simon Tremblay | |
2014-07-17 | Ignore geppetto files | Simon Tremblay | |
2014-07-07 | Release 1.7.6 | Sergey Stankevich | |
2014-07-07 | Merge pull request #90 from dreilly1982/master | Sergey Stankevich | |
Changed order pattern in init.pp to support the Anchor pattern to contain dependencies. | |||
2014-07-03 | Changed order pattern in init.pp to support the Anchor pattern to contain ↵ | Don Reilly | |
dependencies. See bug #8040 https://projects.puppetlabs.com/issues/8040 | |||
2014-06-18 | Merge pull request #89 from fadenb/fix/futureparser_compatibility | Sergey Stankevich | |
Quote upper case strings for future parser compatibility | |||
2014-06-18 | Quote upper case strings for future parser compat. | Tristan Helmich | |
https://tickets.puppetlabs.com/browse/PUP-2800 explains the reasoning to quote upper case words. | |||
2014-06-17 | Merge pull request #88 from GaleDragon/master | Sergey Stankevich | |
Update README.md | |||
2014-06-17 | Update README.md | GaleDragon | |
Added a note that if the resource name is not an absolute path you need to include that path in the options. Added after personal experience. | |||
2014-05-30 | Merge pull request #86 from igalic/patch-2 | Sergey Stankevich | |
introduce puppet syntax hilighting | |||
2014-05-30 | introduce puppet syntax hilighting | Igor Galić | |
we also normalize tabs to spaces | |||
2014-05-20 | Merge pull request #85 from kracekumar/patch-1 | Sergey Stankevich | |
Fixed several spelling mistake | |||
2014-05-21 | Fixed several spelling mistake | kracekumar | |
2014-05-07 | Release 1.7.5 | Sergey Stankevich | |
2014-05-07 | Merge pull request #84 from swpecht/master | Sergey Stankevich | |
Adds a timeout option to python::pip installations | |||
2014-05-07 | Added timeout option to python::pip | Steven Pecht | |
The default timeout is set to 1800. The same default as virtual environement installations. A timeout parameter is needed for long running installs such as SciPy. | |||
2014-04-24 | Release 1.7.4 | Sergey Stankevich | |
2014-04-24 | Merge pull request #82 from invernizzi/patch-1 | Sergey Stankevich | |
Fixed $(ensure typo in pip.pp | |||
2014-04-24 | Fixed $(ensure typo in pip.pp | Luca Invernizzi | |
2014-04-24 | Release 1.7.3 | Sergey Stankevich | |
2014-04-24 | Merge pull request #80 from lotia/master | Sergey Stankevich | |
Add an editable argument in the pip provider | |||
2014-04-24 | Add editable flag. Check passed arguments. | Ali Asad Lotia | |
2014-04-24 | Ignore rbenv files | Ali Asad Lotia | |
2014-04-08 | Release 1.7.2 | Sergey Stankevich | |
2014-04-08 | Merge pull request #78 from codesplicer/master | Sergey Stankevich | |
Make venv_dir into a class parameter | |||
2014-04-08 | Fixed a typo following the upstream merge | Vik Bhatti | |
2014-04-08 | Pulled from upstream | Vik Bhatti | |
2014-04-08 | Bump module version | Vik Bhatti | |
2014-04-08 | Fixed various linting issues | Vik Bhatti | |
2014-04-08 | Made venv_dir into a paramater to the virtualenv type | Vik Bhatti | |
2014-04-06 | Merge pull request #77 from igalic/patch-1 | Sergey Stankevich | |
simplify pkgname default | |||
2014-04-06 | simplify pkgname default | Igor Galić | |
rather than having a rather ugly if and an unhandy case new variable, we can simplify this by making the default $name, in the parameter list. | |||
2014-03-25 | Release 1.7.1 | Sergey Stankevich | |
2014-03-25 | Merge pull request #75 from quizlet/master | Sergey Stankevich | |
Add pypy support | |||
2014-03-25 | Add pypy support | Robert Deaton | |
2014-03-18 | Release 1.7.0 | Sergey Stankevich | |
2014-03-18 | Merge pull request #73 from giavac/master | Sergey Stankevich | |
Don't try to reinstall pip packages on every Puppet run #59 | |||
2014-03-18 | Merge pull request #72 from CpuID/master | Sergey Stankevich | |
add support for explicit version handling with ensure parameter for pip packages | |||
2014-03-18 | Merge pull request #71 from tehgeekmeister/patch-1 | Sergey Stankevich | |
Document newly required pkgname option for pip. | |||
2014-03-18 | Don't try to reinstall pip packages on every Puppet run #59; Even if ensure ↵ | Giacomo Vacca | |
latest, do not install if already latest | |||
2014-03-18 | add support for explicit version handling with ensure parameter for pip packages | Nathan Sullivan | |
2014-03-14 | Document newly required pkgname option for pip. | Ezekiel Smithburg | |
2014-03-06 | Release 1.6.6 | Sergey Stankevich | |
2014-03-06 | Merge branch 'master' of github.com:stankevich/puppet-python | Sergey Stankevich | |
* 'master' of github.com:stankevich/puppet-python: adds external pkgname variable | |||
2014-03-06 | Release 1.6.5 | Sergey Stankevich | |
2014-03-06 | Merge pull request #65 from marcinzaremba/fix-pip-name | Sergey Stankevich | |
Same package for mutiple virtualenvs | |||
2014-03-06 | adds external pkgname variable | Marcin Zaremba | |
2014-03-06 | Release 1.6.4 | Sergey Stankevich | |