summaryrefslogtreecommitdiff
path: root/test/units/galaxy
Commit message (Expand)AuthorAgeFilesLines
* galaxy: Add license_file to manifest directives (#79420)Maxwell G2022-11-291-5/+5
* Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel2022-09-191-16/+19
* 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
* Fix KeyError for ansible-galaxy when caching paginated responses from v3 (#78...Sloane Hertel2022-07-221-0/+80
* Make unit test for missing git executable more generic (#78173)Sloane Hertel2022-06-301-3/+4
* Galaxy server config updates (#77106)Brian Coca2022-06-241-3/+6
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-234-4/+4
* ansible-galaxy collection - ensure dependencies are a dict (#77561)Jack2022-04-191-9/+34
* Make "~/.ansible" path configurable (#76114)htol2022-04-111-1/+1
* Get git executable for collections in git repos (#77493)Sloane Hertel2022-04-081-4/+25
* 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-232-1/+84
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-224-4/+4
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-102-32/+119
* Expect upper case message 'levels' for galaxy publish results (#63530)Adrian Likins2022-01-131-8/+8
* ansible-galaxy - fix the --ignore-certs flag for the implicit galaxy server (...Sloane Hertel2022-01-111-1/+43
* Fix tests failing on pytest 7 (#76670)Jordan Borean2022-01-071-8/+9
* galaxy build - ignore existing MANIFEST and FILES (#76479)Jordan Borean2021-12-071-0/+39
* ansible-galaxy role install: download from API response location (#73114)Ross Bender2021-09-221-0/+151
* ansible-galaxy: Clone git collections using shallow clones (#75722)Sloane Hertel2021-09-211-0/+57
* Enable ansible-galaxy to specify client id override with Keycloak Token (#75601)Chris Hambridge2021-09-171-0/+43
* ansible-galaxy - add a per-server validate_certs option (#75710)Sloane Hertel2021-09-161-1/+44
* ansible-galaxy - increase page size and add retry decorator for throttling (#...Sloane Hertel2021-05-101-11/+23
* add --offline option to galaxy collection verify (#74040)Matt Davis2021-03-291-1/+1
* ansible-galaxy - set the cache file after getting all collection versions (#7...Sloane Hertel2021-02-151-2/+148
* add option to upgrade collections (#73336)Sloane Hertel2021-02-041-15/+17
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-272-659/+384
* Galaxy - make versions list consistent across versions (#72932)Jordan Borean2021-01-201-8/+6
* galaxy: handle plus sign in user token appearing in role url (#73057)Abhijeet Kasurde2021-01-061-0/+88
* Added caching mechanism for Galaxy API requests (#71904)Jordan Borean2020-11-101-0/+132
* Remove ansible-galaxy login (#72288)Matt Davis2020-10-231-2/+1
* Improve ansible-galaxy STDOUT messages for collections (#70040)Hideki Saito2020-06-291-4/+7
* 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-292-8/+8
* Add multipart/form-data functionality (#69376)Matt Martz2020-05-201-2/+2
* ansible-galaxy - remove warning during collection install (#69541)Sam Doran2020-05-191-6/+28
* 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
* galaxy - preserve mode properly on artifact (#68418)Jordan Borean2020-03-251-5/+20
* Support pre-releases via new SemanticVersion (#68258)Matt Martz2020-03-231-1/+1
* ansible-galaxy - optimise some paths and use fake galaxy int tests (#67685)Jordan Borean2020-02-291-15/+15
* Do not error if collection specified null dependencies (#67575)Alan Rominger2020-02-201-4/+4
* Add verify subcommand to 'ansible-galaxy collection' (#65618)Sloane Hertel2020-02-141-2/+664
* galaxy - Fix collection install dep resolver for bad versions (#67405)Jordan Borean2020-02-131-8/+52
* Rename private function (#66577)Sam Doran2020-01-171-1/+1
* Don't remove trailing / on galaxy api URLS (#63294)Adrian Likins2020-01-081-3/+3
* ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578)Jordan Borean2019-12-062-0/+24