summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy
Commit message (Expand)AuthorAgeFilesLines
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-1/+0
* ansible/galaxy: PEP8 compliancy (#24696)Dag Wieers2017-05-185-27/+25
* fix ansible galaxy file mangling (#23703)Timo Benk2017-04-191-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-233-8/+7
* E501 fixes (#22879)Matt Martz2017-03-221-2/+5
* Add role skeleton support (#17079)azenk2017-03-014-0/+0
* Remove `platform` var from container_enabled meta (#22096)Chris Houseknecht2017-02-281-11/+12
* Improve galaxy handling of tgz rolesWill Thames2017-02-271-7/+16
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-223-6/+0
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-1/+1
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-273-7/+7
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-273-8/+8
* Fix infrequent PEP 8 issues.Matt Clay2017-01-271-1/+1
* Remove platforms api request from galaxy 'init'Adrian Likins2017-01-251-12/+12
* Improve ansible-galaxy handling of role versions (#12904)Will Thames2017-01-171-1/+10
* Previous fix to this failed to account for open_url returning a filehandle (#...Toshio Kuratomi2017-01-101-4/+4
* Convert all results from open_url() into text before deserializing the json. ...Toshio Kuratomi2017-01-101-4/+4
* For container enabled role, display warning only when not ANSIBLE_CONTAINER (...Chris Houseknecht2016-12-021-2/+2
* Cast input role version to string before comparing to available versions (#18...jctanner2016-10-311-1/+1
* Allow setting alternate_role_name for galaxy CLI (#17418)Monty Taylor2016-10-271-4/+8
* Add --container-enabled option to `ansible-galaxy init` command. (#18157)Chris Houseknecht2016-10-2721-35/+200
* Add warnings when installing container type rolesChris Houseknecht2016-10-093-15/+29
* Iterate through role paths when installing roles (#17487)jctanner2016-09-091-31/+45
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-5/+5
* Enable most unittests on python3 (just some vault unittests and a logging one...Toshio Kuratomi2016-08-252-9/+7
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-9/+11
* Fixes #163 in galaxy-issuess-hertel2016-07-211-0/+1
* Retain local tar.gz roles during galaxy install (#16592)Will Thames2016-07-061-4/+7
* much more fine grained error messagesBrian Coca2016-06-061-4/+14
* moved validate info from vvv to debugBrian Coca2016-05-272-2/+2
* Fix missing ignore_certs (#16018)Chris Houseknecht2016-05-272-9/+2
* API now connects to server lazily (#15632)Brian Coca2016-04-281-18/+38
* Fix issue with ansible-galaxy and --ignore-certsGreg Sidelinger2016-04-111-1/+9
* Merge pull request #15256 from alikins/galaxy_roles_path_fix_15255Chris Houseknecht2016-04-032-5/+6
|\
| * Fix galaxy roles_path cli usage.Adrian Likins2016-04-022-5/+6
* | Remove trailing whitespace from the galaxy init Jinja2 template. Default a de...Justin Phelps2016-03-151-7/+7
|/
* Fix bug 14715: Galaxy CLI paging errorchouseknecht2016-02-291-6/+6
* Merge pull request #13203 from willthames/galaxy_10620James Cammarata2016-02-171-2/+0
|\
| * Allow tree-ish to be used for galaxy role versionMick Bass2015-11-181-2/+0
* | Prevent traceback.Toshio Kuratomi2016-01-131-7/+5
* | made loading of galaxy data files lazyBrian Coca2016-01-121-5/+28
* | Define and handle ignore_certs correctly. Preserve search term order. Tweak t...chouseknecht2015-12-131-10/+8
* | Galaxy 2.0chouseknecht2015-12-098-64/+383
|/
* Fix traceback because we're using display from another object that noToshio Kuratomi2015-11-111-12/+19
* Migrate cli and dependencies to use global displayToshio Kuratomi2015-11-111-9/+1
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-193-0/+10
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Cleaning up some ansible-galaxy stuffJames Cammarata2015-10-051-4/+6
* galaxy updatesBrian Coca2015-10-051-137/+116