summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging/language
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.7] Fix problem where pip module cannot accept multiple extras (#47449)Sviatoslav Sydorenko2018-10-231-2/+8
* maven_artifact: enforce required params (fixes #44823) (#44967)S. Veyrié2018-08-311-3/+3
* maven_artifact: download with shutil.copyfileobj to a temp file (#44956)S. Veyrié2018-08-311-45/+29
* Fix maven_artifact md5 checksum check with archiva repository (#43250)bonzi3162018-08-311-0/+8
* Correct documentation for deployment_mode flag (#25978)Anna Wiggins2018-08-271-3/+3
* Allow version specifiers for pip install (#41792)Zhikang Zhang2018-08-171-28/+159
* pip: combine chdir and env only when env is set (#40793)Till Maas2018-08-131-1/+1
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-8/+1
* To improve readability, we added a line feed. (#43764)curry99992018-08-071-0/+6
* Correct a typo in pip module error message (#43784)Arnaud Venturi2018-08-071-1/+1
* Add AnsibleModule signature schema, and fix associated issues (#43512)Matt Martz2018-07-311-2/+1
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* Python3: compare bytes with bytes and strings with strings. (Fixes #42677) (#...Michael Steffens2018-07-171-3/+6
* Put umask value in quotation marks (#41409)Kevin Mooney2018-07-131-1/+1
* Add RETURN docs for the pip module (#39907)David Moreau Simard2018-06-191-0/+28
* Do not consider an empty version string as a version (#41044)David Moreau Simard2018-06-061-1/+1
* composer: add new autoloader options (#40439)Baptiste Clavié2018-06-061-1/+21
* Fix for #40782 (#40783)Johannes Brunswicker2018-05-291-3/+6
* maven_artifact: raise an explicit exception if the .md5 url returns 404 (#40477)S. Veyrié2018-05-231-8/+16
* Add the ability to specify an install_dir to the gem module (#38195)Antoine Catton2018-05-211-3/+26
* Allow empty list of names in pip module (#38789)Robin Roth2018-05-141-2/+6
* Pip: Make main method smaller (#38788)Robin Roth2018-05-141-43/+48
* Convert more http links to https.Matt Clay2018-04-251-1/+1
* More validate module fixes (#39097)John R Barker2018-04-243-14/+14
* Add Yarn module (#19026)David Gunter2018-04-181-0/+381
* #29334 handle maven local repo (#36159)gmaes2018-03-291-39/+73
* Clean up non-standard module shebangs.Matt Clay2018-03-211-1/+1
* Clean up module documentation (#36909)Dag Wieers2018-03-156-85/+30
* maven_artifact: add verify_checksum option - fixes #31799 (#33370)S. Veyrié2018-03-151-22/+40
* Python3 issues in maven_artifact (#37035)Toshio Kuratomi2018-03-051-6/+5
* npm module compatible with npm5 (#26582)Xavier Cambar2018-01-191-1/+1
* Module DOCUMENTATION should match argspec (#34895)John R Barker2018-01-161-1/+1
* maven_artifact: fix broken import (#33749)Pilou2017-12-131-2/+8
* Bulk pep8 fixes - hand crafted (#33690)John R Barker2017-12-071-1/+1
* Bulk autopep8 (modules)John Barker2017-12-075-64/+69
* Add requirements to npm module (#33641)John Slay2017-12-071-0/+2
* Fix invalid string escape sequences.Matt Clay2017-11-212-2/+2
* Modules metadata: fix invalid GitHub ID in author field (#31856)Pilou2017-11-021-1/+1
* composer: return skipped if command has no --dry-run (#32010)René Moser2017-10-221-31/+18
* pip: Use chdir directive in the venv path (fixes #25122) (#26865)Lujeni2017-10-131-2/+5
* pip module: fix TypeError (#31395)Pilou2017-10-091-1/+1
* maven_artifact: Add classifier to default dest (#24518)Matthew Martin2017-10-091-1/+5
* pip: PEP8 compliancy and doc fixesDag Wieers2017-10-021-48/+26
* [fix] pylint errors on modules packaging language (#30748)Hervé Beraud2017-09-227-38/+39
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-2/+2
* Updated pip module to always return changed if venv is created (#24233)Nicklaus McClendon2017-09-121-1/+4
* Refactor easy_install moduleAbhijeet Kasurde2017-09-111-9/+14
* Module maven_artifact : manage file dest attributes (#24965)Laurent Ribot2017-08-301-18/+71
* npm: fix idempotence (#22238)pari-2017-08-281-13/+23
* Fix : get proper snapshotVersion when no classifier (#27102) (#27103)Laurent Ribot2017-08-231-6/+5