summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy/dependency_resolution/providers.py
Commit message (Expand)AuthorAgeFilesLines
* [ansible-galaxy] Fix installing signed collections (#80661)Sloane Hertel2023-04-271-31/+1
* Fetch signatures from galaxy after the dependency resolver runs (#80334)Sloane Hertel2023-04-041-1/+0
* ansible-galaxy - support `resolvelib >= 0.5.3, < 1.1.0` (#80196)Wong Hoi Sing Edison2023-03-271-2/+2
* ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0`` (#79399)Wong Hoi Sing Edison2022-11-231-2/+2
* Limit Galaxy API calls during ansible-galaxy dependency resolution (#77468)Sloane Hertel2022-09-061-12/+24
* ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649)Sloane Hertel2022-06-071-11/+107
* Fix ansible-galaxy traceback when unexpected version of resolvelib is install...Sloane Hertel2022-05-241-2/+16
* Update mypy test. Fix type hints for Python 3.9.Matt Clay2022-05-031-3/+3
* Type hint fixes.Matt Clay2022-03-041-1/+1
* galaxy - Clean up type hints and imports.Matt Clay2022-03-041-16/+11
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-101-16/+80
* ansible-galaxy - validate version for directories and collections in git repo...Sloane Hertel2022-01-071-1/+36
* add option to upgrade collections (#73336)Sloane Hertel2021-02-041-6/+19
* Match user-requested transitive pre-releases in collection dependency resolve...Sviatoslav Sydorenko2021-02-011-3/+49
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-271-0/+273