summaryrefslogtreecommitdiff
path: root/test/units/galaxy/test_collection.py
Commit message (Expand)AuthorAgeFilesLines
* galaxy: Add license_file to manifest directives (#79420)Maxwell G2022-11-291-5/+5
* Relax minimal config to enable manifest functionality (#78574)Matt Martz2022-08-171-5/+6
* Use MANIFEST.in style directives to build collections (#78422)Matt Martz2022-08-171-5/+6
* Fix listing collections that are missing the metadata required by build (#76596)Sloane Hertel2022-08-021-0/+17
* Galaxy server config updates (#77106)Brian Coca2022-06-241-3/+6
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Fix type for ansible-galaxy server config definitions (#77424)Sloane Hertel2022-04-011-1/+67
* ansible-galaxy - add configuration options for more flexible collection signa...Sloane Hertel2022-03-231-0/+36
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-221-1/+1
* ansible-galaxy - fix the --ignore-certs flag for the implicit galaxy server (...Sloane Hertel2022-01-111-1/+43
* galaxy build - ignore existing MANIFEST and FILES (#76479)Jordan Borean2021-12-071-0/+39
* ansible-galaxy - add a per-server validate_certs option (#75710)Sloane Hertel2021-09-161-1/+44
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-271-432/+53
* galaxy - preserve symlinks on build/install (#69959)Jordan Borean2020-06-111-24/+10
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-4/+4
* Unify ansible-galaxy install -r (#67843)Jordan Borean2020-05-191-2/+2
* better error for "ansible-galaxy collection verify" if there's no MANIFEST.js...Sloane Hertel2020-05-141-5/+29
* ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691...Jordan Borean2020-04-011-0/+22
* Add verify subcommand to 'ansible-galaxy collection' (#65618)Sloane Hertel2020-02-141-2/+664
* Rename private function (#66577)Sam Doran2020-01-171-1/+1
* Add the ability to ignore files and collection build (#64688)Jordan Borean2019-11-141-8/+75
* Galaxy publish fix (#63580)Toshio Kuratomi2019-10-161-1/+1
* Refactor galaxy collection API for v3 support (#61510)Jordan Borean2019-08-301-512/+25
* Support galaxy v3/autohub API in ansible-galaxy (#60982)Adrian Likins2019-08-281-13/+216
* ansible-galaxy - Add timeout and progress indicator for publish and install (...Jordan Borean2019-08-231-89/+59
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-142/+72
* Ignore collection build release files in the root collection directory (#59121)Jordan Borean2019-07-231-3/+35
* Generate galaxy.yml based on single source of truth (#59170)Jordan Borean2019-07-231-5/+0
* ansible-galaxy: add collection sub command (#57106)Jordan Borean2019-07-101-0/+922