You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Sloane Hertel 65fd4e182b
[2.13] ansible-galaxy - fix unnecessary api check when installing role (#79143)
* ansible-galaxy install - fix unnecessary api check when installing a role from git repo (#79090)

* delay server api evaluation until a GalaxyRole needs to make an api call for info, list, and install

(cherry picked from commit cb2e434dd2)

* fix type for older python

* Fix isinstance check (#79159)

Use GalaxyAPI for isinstance check instead of RoleDistributionServer, since the latter is defined in __main__ sometimes (when running integration tests or ansible-galaxy from source) and importing from ansible.cli.galaxy won't reference the same object.

(cherry picked from commit 89d682464b)
3 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 4 years ago
integration [2.13] ansible-galaxy - fix unnecessary api check when installing role (#79143) 3 years ago
lib/ansible_test [stable-2.13] Restrict `wheel` below v0.38.0 under Pythons < 3.7 (#79187) 3 years ago
sanity Update mypy test. Fix type hints for Python 3.9. (#78587) 3 years ago
support Remove collections compat from controller code. 4 years ago
units fix password lookup's use of f=v settings (#76551) (#79108) 3 years ago
utils/shippable Fix Windows CI scripts. 4 years ago