summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy
Commit message (Expand)AuthorAgeFilesLines
* [2.11 backport] use same timeout for galaxy api interactions (#77088) (#77143)Elijah DeLee2022-03-152-6/+11
* [2.11] ansible-galaxy collection verify - display new files/dirs as modified...Sloane Hertel2022-03-151-1/+36
* galaxy build - ignore existing MANIFEST and FILES (#76479) (#76499)Jordan Borean2022-01-181-0/+2
* Try all galaxy servers when locating available versions for a collection (#75...Sloane Hertel2021-09-291-3/+63
* Fix build_ignore when installing a collection from source (#75547) (#75623)Sloane Hertel2021-09-011-5/+2
* [2.11] Improve ansible-galaxy error for InconsistentCandidate exception (#75462)Sloane Hertel2021-09-012-0/+32
* ansible-galaxy - increase page size and add retry decorator for throttling (#...Sloane Hertel2021-05-171-4/+28
* nonzero exit code on `ansible galaxy collection verify` failures (#74051)Matt Davis2021-03-291-4/+25
* add --offline option to galaxy collection verify (#74040)Matt Davis2021-03-292-88/+124
* ansible-galaxy - set the cache file after getting all collection versions (#7...Sloane Hertel2021-02-151-2/+2
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-111-29/+5
* Fix ansible-galaxy collection subdir searching and update documentation (#73406)Sloane Hertel2021-02-041-6/+22
* add option to upgrade collections (#73336)Sloane Hertel2021-02-043-44/+35
* Allow `$` & `~` inside paths in galaxy roles (#72966)Alexander Sowitzki2021-02-021-1/+5
* Make `ansible-galaxy collection verify` error out on no `MANIFEST.json`Sloane Hertel2021-02-011-2/+10
* Match user-requested transitive pre-releases in collection dependency resolve...Sviatoslav Sydorenko2021-02-013-4/+56
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-2711-939/+2290
* Galaxy - make versions list consistent across versions (#72932)Jordan Borean2021-01-202-20/+30
* galaxy: Handle token as dict while loading using yaml (#70911)Abhijeet Kasurde2020-12-211-1/+5
* Slight tweak to galaxy source selection (#72685)Jordan Borean2020-11-201-1/+1
* Add a versioning helper moduleSviatoslav Sydorenko2020-11-192-0/+74
* ansible-galaxy - source deps from all servers and not just parent (#72576)Jordan Borean2020-11-201-1/+1
* Move progress messages into `_display_progress` CMSviatoslav Sydorenko2020-11-191-12/+16
* Added caching mechanism for Galaxy API requests (#71904)Jordan Borean2020-11-101-10/+208
* Remove ansible-galaxy login (#72288)Matt Davis2020-10-232-115/+3
* Move ansible.galaxy.collection module into packageSviatoslav Sydorenko2020-09-251-0/+2
* ansible-galaxy - fix download for subdirs in SCM (#71005)Jordan Borean2020-08-041-4/+3
* fix downloading collections in git repos and tar.gz artifacts (#70524)Sloane Hertel2020-07-301-2/+14
* ansible-galaxy - fix fallback for AH searches (#70957)Jordan Borean2020-07-301-5/+11
* Improve ansible-galaxy STDOUT messages for collections (#70040)Hideki Saito2020-06-291-1/+4
* Test ansible-galaxy against pulp/pulp_ansible (#69605)Matt Martz2020-06-171-6/+21
* ansible-galaxy - fix collection installation with trailing slashes (#70016)Sam Doran2020-06-151-2/+19
* galaxy - preserve symlinks on build/install (#69959)Jordan Borean2020-06-111-21/+94
* starting metadata sunset (#69454)Brian Coca2020-06-043-15/+0
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-61/+290
* Add multipart/form-data functionality (#69376)Matt Martz2020-05-201-23/+16
* ansible-galaxy - remove warning during collection install (#69541)Sam Doran2020-05-191-1/+1
* ansible-galaxy - fall back to galaxy.yml when listing collections (#68925)Sloane Hertel2020-05-141-6/+16
* better error for "ansible-galaxy collection verify" if there's no MANIFEST.js...Sloane Hertel2020-05-141-0/+5
* Separate the galaxy lib from the cli (#69473)Toshio Kuratomi2020-05-131-4/+3
* Fix galaxy publish sha256 value format. (#67942)Adrian Likins2020-05-111-0/+1
* Handle non-ascii paths during role installation. Fixes #69133 (#69213)Matt Martz2020-04-281-7/+9
* Update ansible-galaxy to handle role requirements (#68288)Alexandre Chouinard2020-04-281-0/+24
* collection build should ignore .git files (#68750)anshulbehl2020-04-231-0/+1
* Use Templar for galaxy skeletons (#69106)Matt Martz2020-04-231-2/+2
* ansible-galaxy - fix listing specific role and role description (#67409)Sam Doran2020-04-151-14/+20
* ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691...Jordan Borean2020-04-011-17/+31
* ansible-galaxy - add download option (#67632)Jordan Borean2020-03-251-7/+49
* galaxy - preserve mode properly on artifact (#68418)Jordan Borean2020-03-251-2/+12
* Support pre-releases via new SemanticVersion (#68258)Matt Martz2020-03-231-27/+66