summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy/collection.py
Commit message (Expand)AuthorAgeFilesLines
* ansible-galaxy - source deps from all servers and not just parent - 2.10 (#72...Jordan Borean2020-12-071-1/+1
* Remove incorrect changelog (#72682)Sloane Hertel2020-11-301-7/+1
* ansible-galaxy - fix download for subdirs in SCM (#71005) (#71093)Jordan Borean2020-08-271-4/+3
* fix downloading collections in git repos and tar.gz artifacts (#70524) (#71000)Sloane Hertel2020-07-301-2/+14
* ansible-galaxy - fix fallback for AH searches (#70957) - 2.10 (#70980)Jordan Borean2020-07-301-5/+11
* [2.10] Improve ansible-galaxy STDOUT messages for collections (#70379)Abhijeet Kasurde2020-07-171-1/+4
* 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
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-61/+290
* 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
* collection build should ignore .git files (#68750)anshulbehl2020-04-231-0/+1
* 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
* Remove unused variables in collection API (#67724)Abhijeet Kasurde2020-02-251-3/+0
* Do not error if collection specified null dependencies (#67575)Alan Rominger2020-02-201-6/+10
* Add ansible-galaxy collection list command (#65022)Sam Doran2020-02-141-1/+1
* Add verify subcommand to 'ansible-galaxy collection' (#65618)Sloane Hertel2020-02-141-26/+165
* galaxy - Fix collection install dep resolver for bad versions (#67405)Jordan Borean2020-02-131-8/+17
* Add validate_collection_path function (#66441)Sam Doran2020-01-221-0/+13
* Rename private function (#66577)Sam Doran2020-01-171-2/+2
* Add a metadata property for CollectionRequirement (#66370)Sloane Hertel2020-01-151-0/+5
* ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578)Jordan Borean2019-12-061-2/+2
* ansible-galaxy - Add User-Agent to requests (#65438)Jordan Borean2019-12-031-1/+2
* Fix using a URL for galaxy collection install (#65272)Jordan Borean2019-12-031-2/+6
* collection: Provide additional info about collection name restriction (#65250)Abhijeet Kasurde2019-11-261-1/+4
* Add the ability to ignore files and collection build (#64688)Jordan Borean2019-11-141-16/+19
* Galaxy publish fix (#63580)Toshio Kuratomi2019-10-161-1/+15
* Add support for automation-hub authentication to ansible-galaxy (#63031)Adrian Likins2019-10-041-1/+2
* ansible-galaxy - add config to control the display wheel (#61902)Jordan Borean2019-09-131-0/+8
* Refactor galaxy collection API for v3 support (#61510)Jordan Borean2019-08-301-251/+40
* Support galaxy v3/autohub API in ansible-galaxy (#60982)Adrian Likins2019-08-281-17/+106
* Provide verbose details about which galaxy server was used (#61190)Alan Rominger2019-08-231-0/+2
* ansible-galaxy - Add timeout and progress indicator for publish and install (...Jordan Borean2019-08-231-35/+114
* add subdir support to collection loading (#60682)Matt Davis2019-08-211-2/+2
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-108/+53
* ansible-galaxy tidy up arg parse with better validation (#59957)Jordan Borean2019-08-141-0/+17
* Remove six decorator for unicode text conversion (#59895)Jordan Borean2019-08-021-16/+18
* Ignore collection build release files in the root collection directory (#59121)Jordan Borean2019-07-231-6/+13
* Generate galaxy.yml based on single source of truth (#59170)Jordan Borean2019-07-231-9/+24
* ansible-galaxy: add collection sub command (#57106)Jordan Borean2019-07-101-0/+951