summaryrefslogtreecommitdiff
path: root/test/units/cli/test_galaxy.py
Commit message (Expand)AuthorAgeFilesLines
* add required file to collection skeleton (#77418)Elijah DeLee2022-08-171-4/+4
* Remove .travis.yml files from galaxy init skeletons (#75740)David Moreau Simard2022-06-151-9/+0
* Remove double spaces in errormessage (#77839)Wouter Schoot2022-05-261-2/+2
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-221-1/+1
* cli - remove deprecated setting verbosity before sub command (#75840)Martin Krizek2021-09-301-7/+1
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-111-5/+5
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-271-67/+87
* Remove ansible-galaxy login (#72288)Matt Davis2020-10-231-7/+0
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-20/+20
* Unify ansible-galaxy install -r (#67843)Jordan Borean2020-05-191-3/+134
* Use Templar for galaxy skeletons (#69106)Matt Martz2020-04-231-1/+1
* galaxy - preserve mode properly on artifact (#68418)Jordan Borean2020-03-251-7/+18
* Fix using a URL for galaxy collection install (#65272)Jordan Borean2019-12-031-0/+23
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-1/+1
* Fix test_galaxy failing testJordan Borean2019-09-191-1/+2
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-12/+212
* ansible-galaxy - more fixes for verbosity without sub type (#60604)Jordan Borean2019-08-151-0/+2
* ansible-galaxy tidy up arg parse with better validation (#59957)Jordan Borean2019-08-141-2/+39
* Minor fixes in galaxy command for collection (#59846)Abhijeet Kasurde2019-08-021-2/+2
* unit tests: remove unused imports (#59636)Andrey Klychkov2019-07-261-2/+1
* Generate galaxy.yml based on single source of truth (#59170)Jordan Borean2019-07-231-2/+1
* ansible-galaxy: add collection sub command (#57106)Jordan Borean2019-07-101-6/+505
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-53/+26
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-4/+4
* Split up the base_parser functionToshio Kuratomi2019-01-031-6/+7
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-32/+35
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-121-2/+2
* Fix unit tests which modify the source tree. (#45763)Matt Clay2018-09-171-0/+6
* Add APB role_type to ansible-galaxy init (#36789)Dylan Murray2018-03-091-2/+32
* galaxy unit tests: add missing arg (#33766)Pilou2018-01-041-20/+20
* fixed issue with paths separator and othersBrian Coca2017-06-151-3/+3
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-1/+1
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-8/+7
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Add role skeleton support (#17079)azenk2017-03-011-0/+165
* Legacy pep8 updates for setup.py and testsMatt Martz2017-02-111-10/+11
* Revert "Update galaxy and database unit tests."Matt Clay2017-02-091-6/+0
* Update galaxy and database unit tests. (#21209)Matt Clay2017-02-091-0/+6
* Refactoring Galaxy unit tests for uniformity (#20828)s-hertel2017-02-081-69/+70
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* testing GalaxyCLI.run() does what is expecteds-hertel2016-12-211-0/+14
* set galaxy unit test server to None (#18298)jctanner2016-11-021-2/+2
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-061-26/+25
* Have unittests import mock from ansible.compat so they work on py3 without mo...Toshio Kuratomi2016-09-151-3/+1
* Fix galaxy's parsing of the command line. (#17569)Toshio Kuratomi2016-09-141-57/+50
* Enable most unittests on python3 (just some vault unittests and a logging one...Toshio Kuratomi2016-08-251-6/+1
* Test GalaxyCLI when no actions are provideds-hertel2016-07-221-1/+108
* Merge pull request #16783 from s-hertel/test_display_galaxy_info_fixs-hertel2016-07-211-2/+2
|\