summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/galaxy.py
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.14] ansible-galaxy collection install retry improvements (#80180) (...Matt Martz2023-04-171-1/+1
* ansible-galaxy role info - fix unhandled AttributeError (#80187)Sloane Hertel2023-03-201-2/+2
* ansible-galaxy - fix turning off the ConcreteArtifactManager's validate certs...Sloane Hertel2023-01-181-10/+9
* Backportapalooza 12 01 (#79514)Sandra McCann2022-12-061-1/+5
* [2.14] ansible-galaxy - fix unnecessary api check when installing role (#79142)Sloane Hertel2022-11-161-23/+39
* Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel2022-09-191-0/+5
* Fix exit codes for role search and delete. Fixes #78516 (#78578)Matt Martz2022-08-181-3/+3
* Fix --role-file arg detection (#78475)Matt Martz2022-08-111-2/+16
* Fix listing collections that are missing the metadata required by build (#76596)Sloane Hertel2022-08-021-0/+2
* Fix removing existing dir/files with `ansible-galaxy collection init --force`...Sloane Hertel2022-08-021-0/+9
* Galaxy server config updates (#77106)Brian Coca2022-06-241-18/+44
* validate meta/main.yml dependencies and meta/requirements.yml are both lists ...Sloane Hertel2022-05-191-1/+2
* Fix issue probably-meant-fstring found at https://codereview.doctor (#77619)code-review-doctor2022-04-251-1/+1
* cli - deprecated setting verbosity before sub command, cont'd (#77456)Martin Krizek2022-04-051-3/+1
* make collection warning message clearer (#74859)Filip Chyla2022-04-041-2/+2
* Fix type for ansible-galaxy server config definitions (#77424)Sloane Hertel2022-04-011-10/+11
* Only require a keyring if collections with signatures will be installed (#77355)Sloane Hertel2022-03-291-2/+6
* ansible-galaxy - add configuration options for more flexible collection signa...Sloane Hertel2022-03-231-4/+48
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-101-1/+46
* ansible-galaxy - fix the --ignore-certs flag for the implicit galaxy server (...Sloane Hertel2022-01-111-0/+2
* Fix ansible-galaxy collection verify subcommand help message. (#76108)Sloane Hertel2021-10-221-2/+2
* Modernize install (#76021)Matt Martz2021-10-191-1/+15
* Add support for distinct collection skeleton configuration (#75845)Jeremy Kimber2021-09-301-2/+3
* Enable ansible-galaxy to specify client id override with Keycloak Token (#75601)Chris Hambridge2021-09-171-2/+5
* ansible-galaxy - add a per-server validate_certs option (#75710)Sloane Hertel2021-09-161-5/+17
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-211-5/+5
* Typo fix in help output (#74277)Richlv2021-04-161-1/+1
* nonzero exit code on `ansible galaxy collection verify` failures (#74051)Matt Davis2021-03-291-2/+5
* add --offline option to galaxy collection verify (#74040)Matt Davis2021-03-291-0/+5
* galaxy: Handle ignored directory names in role skeleton (#72035)manas-init2021-02-241-1/+3
* galaxy - add format options for collection list (#73474)Shane McDonald2021-02-051-0/+26
* add option to upgrade collections (#73336)Sloane Hertel2021-02-041-2/+6
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-271-79/+175
* ansible-galaxy - correct collections-path command line arg (#73193)Sam Doran2021-01-141-1/+1
* Collection list site packages (#70173)Toshio Kuratomi2020-12-111-2/+4
* Replace `exit` with `sys.exit` in Galaxy CLI.Matt Clay2020-12-031-1/+2
* Added caching mechanism for Galaxy API requests (#71904)Jordan Borean2020-11-101-6/+15
* Remove ansible-galaxy login (#72288)Matt Davis2020-10-231-47/+19
* Use the first galaxy server supporting v1 for roles (#70375)Matt Martz2020-07-011-1/+16
* Fix galaxy role info bug to support multiple roles (#70148)David Shrewsbury2020-06-231-1/+3
* Test ansible-galaxy against pulp/pulp_ansible (#69605)Matt Martz2020-06-171-1/+9
* ansible-galaxy - Fix role info when role is not installed (#69924)Sam Doran2020-06-101-7/+16
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-4/+10
* Spelling: dependant -> dependent (#69661)Rick Elrod2020-05-221-1/+1
* Unify ansible-galaxy install -r (#67843)Jordan Borean2020-05-191-61/+103
* ansible-galaxy - fall back to galaxy.yml when listing collections (#68925)Sloane Hertel2020-05-141-2/+2
* Separate the galaxy lib from the cli (#69473)Toshio Kuratomi2020-05-131-4/+13
* Remove left hand side slicingToshio Kuratomi2020-05-061-1/+1
* galaxy: Handle empty roles and collections (#69199)Abhijeet Kasurde2020-05-051-2/+2
* Update ansible-galaxy to handle role requirements (#68288)Alexandre Chouinard2020-04-281-1/+1