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/units
Adrian Likins bad72693e4 Stop appending '/api' to galaxy server url (#63238)
* Stop appending '/api' to configured galaxy server url

Since not all galaxy REST api server URLs live
at '/api', stop always appending it to the
'url' value loaded from config.

* Add note about manually migrated galaxy configs and /api

* Add '/api/' to galaxy url and guessing if galaxy API

* Fix most unit tests (update to expect /api/)

* Fix test_initialise_unknown unit test

Since we retry now with an added /api/, mock it as well.

* Update fallback default avail_ver to new format
5 years ago
..
cli Fix test_galaxy failing test 5 years ago
compat
config
contrib
errors
executor
galaxy Stop appending '/api' to galaxy server url (#63238) 5 years ago
inventory_test_data/group_vars
mock
module_utils Fix sanity checks (#62782) 5 years ago
modules maven_artifact.py - add support for version ranges by using spec (#54309) (#61813) 5 years ago
parsing Add a representer for AnsibleUnsafeBytes (#62598) 5 years ago
playbook
plugins Account for empty strings when splitting the host pattern (#62442) 5 years ago
regex Add toggle to control invalid character substitution in group names (#52748) 6 years ago
template
utils
vars
__init__.py
requirements.txt
test_constants.py
test_context.py