summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy
Commit message (Expand)AuthorAgeFilesLines
* Update galaxy cli metadata file templates (#51398)Andrew Crosby2019-02-224-56/+24
* fixing some yamllint issues (#42775)Bas2019-02-2110-12/+6
* Consistent typesetting of "GitHub" (#50929)Simon Legner2019-01-151-3/+3
* Save the command line arguments into a global contextToshio Kuratomi2019-01-033-13/+14
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-163-9/+9
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-204-20/+9
* Support .yaml extension for meta file (#46505)Jiri Tyr2018-11-091-21/+23
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-092-4/+5
* ansible-galaxy: fix searching with unicodeMartin Krizek2018-10-181-3/+3
* Link to the Galaxy platforms list from the meta file template (#34046)Aidan Feldman2018-09-172-2/+8
* Fix invalid Dockerfile created by "galaxy init --type apb" (#42017)Derek Whatley2018-07-171-0/+1
* Fix galaxy client executing queries with invalid http method (#42201)Alexander Saprykin2018-07-021-2/+2
* Update APB templates (#41559)David Zager2018-06-144-7/+4
* Allow the galaxy client to fetch from a url in role version data (#39396)David Davis2018-04-302-2/+7
* Ansible Galaxy: skel for network role #37241 (#37251)Victor da Costa2018-03-0917-0/+522
* Add APB role_type to ansible-galaxy init (#36789)Dylan Murray2018-03-0931-1/+199
* Fixes #12353 #20977 adds new option to galaxy cli to preserve scm meta (#34642)Leigh Jenkin2018-02-211-7/+2
* galaxy remove incorrect check for role path before extraction (#35259)Adam Miller2018-01-301-11/+5
* Catch exception comparing role versions, and provide a user friendly error me...Matt Martz2018-01-111-1/+8
* Fix a typo in the readme of the skeleton used by ansible-galaxy. (#33807)Haidara Mohamed El Mouctar2017-12-131-1/+1
* Fix IndexError raised on galaxy-installAlexander Saprykin2017-11-141-4/+4
* Removes container-enabled warning (#27578)Chris Houseknecht2017-08-011-6/+1
* Fix wildcard import in galaxy/token.pyToshio Kuratomi2017-07-271-1/+2
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-1/+2
* 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