summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy
Commit message (Expand)AuthorAgeFilesLines
* [ansible-galaxy] Fix installing signed collections (#80661) (#80665)Sloane Hertel2023-04-273-32/+9
* ansible-galaxy - fix installing dir sources with a trailing path separator (#...Sloane Hertel2023-04-181-0/+7
* Fetch signatures from galaxy after the dependency resolver runs (#80334) (#80...Sloane Hertel2023-04-054-4/+15
* ansible-galaxy - support `resolvelib >= 0.5.3, < 1.1.0` (#80196)Wong Hoi Sing Edison2023-03-271-2/+2
* ansible-galaxy collection install retry improvements (#80180)Matt Martz2023-03-222-15/+55
* Clean up unused imports in core (#79900)Matt Clay2023-02-031-1/+1
* fix installing collections from git repos that contain MANIFEST.json (#79808)Sloane Hertel2023-01-261-0/+1
* Use `raise ... from` instead of `six.raise_from`Matt Clay2023-01-252-73/+43
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-19/+60
* galaxy: Add license_file to manifest directives (#79420)Maxwell G2022-11-291-5/+12
* ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0`` (#79399)Wong Hoi Sing Edison2022-11-231-2/+2
* Add manifest includes for reuse licenses (#79403)Matt Martz2022-11-171-9/+11
* Allow pip like version syntax for installing collections (#79405)Matt Martz2022-11-171-3/+16
* Fix isinstance check (#79159)Sloane Hertel2022-10-181-3/+2
* ansible-galaxy install - fix unnecessary api check when installing a role fro...Sloane Hertel2022-10-141-1/+9
* Misc Typo fixes (#79088)Abhijeet Kasurde2022-10-101-1/+1
* Fix collection install from source respects symlinks (#78983)sbettid2022-10-061-4/+11
* Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel2022-09-193-3/+23
* Limit Galaxy API calls during ansible-galaxy dependency resolution (#77468)Sloane Hertel2022-09-061-12/+24
* Add the rest of the runtime keys to the example in the default collection ske...Sloane Hertel2022-09-011-0/+48
* Relax minimal config to enable manifest functionality (#78574)Matt Martz2022-08-174-13/+29
* Use MANIFEST.in style directives to build collections (#78422)Matt Martz2022-08-172-32/+184
* add required file to collection skeleton (#77418)Elijah DeLee2022-08-171-0/+4
* Fix variable use before definition. (#78500)Matt Clay2022-08-111-1/+4
* Fix listing collections that are missing the metadata required by build (#76596)Sloane Hertel2022-08-021-5/+34
* Fix KeyError for ansible-galaxy when caching paginated responses from v3 (#78...Sloane Hertel2022-07-221-10/+13
* Galaxy server config updates (#77106)Brian Coca2022-06-242-3/+11
* Remove .travis.yml files from galaxy init skeletons (#75740)David Moreau Simard2022-06-154-128/+0
* ansible-galaxy - ensure variable is defined for any error when getting the an...Sloane Hertel2022-06-081-2/+2
* ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649)Sloane Hertel2022-06-071-11/+107
* Remove double spaces in errormessage (#77839)Wouter Schoot2022-05-261-1/+1
* Fix boolean condition so that ansible-galaxy collection install works when a ...Felix Fontein2022-05-251-1/+1
* Fix ansible-galaxy traceback when unexpected version of resolvelib is install...Sloane Hertel2022-05-245-15/+87
* validate meta/main.yml dependencies and meta/requirements.yml are both lists ...Sloane Hertel2022-05-191-2/+26
* Update mypy test. Fix type hints for Python 3.9.Matt Clay2022-05-034-23/+23
* expand ansible-doc coverage (#74963)Brian Coca2022-04-271-20/+6
* ansible-galaxy collection - ensure dependencies are a dict (#77561)Jack2022-04-191-1/+4
* Make "~/.ansible" path configurable (#76114)htol2022-04-111-1/+1
* Get git executable for collections in git repos (#77493)Sloane Hertel2022-04-081-3/+12
* [ansible-galaxy] Fix listing collections with null namespace/name/version met...Sloane Hertel2022-03-291-1/+17
* Only require a keyring if collections with signatures will be installed (#77355)Sloane Hertel2022-03-291-2/+2
* ansible-galaxy - add configuration options for more flexible collection signa...Sloane Hertel2022-03-232-40/+136
* Remove collections compat from controller code.Matt Clay2022-03-081-2/+1
* Code cleanup for type hinting issues.Matt Clay2022-03-072-3/+3
* Type hint fixes.Matt Clay2022-03-072-4/+7
* Type hint fixes.Matt Clay2022-03-044-8/+8
* galaxy - Clean up type hints and imports.Matt Clay2022-03-049-180/+100
* Simplify existing type hints.Matt Clay2022-03-031-3/+2
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-012-3/+4
* Fix 'ansible-galaxy collection verify' to display new files/dirs (#76690)Sloane Hertel2022-02-282-9/+44