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/lib/ansible/utils
flowerysong 2ef8b297ff Fix loading namespaced doc_fragments from collections (#55249)
* Fix loading namespaced doc_fragments

The syntax for specifying a different fragment name was already
using '.' as a separator, so the code needed to be tweaked to
avoid choking on names like `testns.testcoll.fragname` and
`testns.testcoll.fragname.altvar`.

`get_plugin_class()` returns 'docfragment' for the fragment loader;
mangling `subdir` provides consistent alignment with the normal plugin
directory names and avoids needing special handling of plugin types
with 'module' in the name.

* Add changelog entry
6 years ago
..
__init__.py
_build_helpers.py plugin_formatter.py: Improve the output when processing docs (#46541) 6 years ago
cmd_functions.py
collection_loader.py module_utils fixes in collections (#55118) 6 years ago
color.py
context_objects.py Move the arguments module into cli/ and context_objects into utils 6 years ago
display.py Allow user to control output of verbose messages (#52948) 6 years ago
encrypt.py Minor typos (#50371) 6 years ago
hashing.py Enable additional pylint rules and resolve issues found. (#47221) 6 years ago
helpers.py preserve same order as inventory manager when using host lookup (#55331) 6 years ago
jsonrpc.py Don't fail if ConnectionError has no code (#53455) 6 years ago
listify.py Python 3.8 collections compatibility fixes. 6 years ago
path.py caution tape on makedirs_safe (#55241) 6 years ago
plugin_docs.py Fix loading namespaced doc_fragments from collections (#55249) 6 years ago
py3compat.py Python 3.8 collections compatibility fixes. 6 years ago
sentinel.py Fieldattribute inheritance with defaults (#50891) 6 years ago
shlex.py
singleton.py Add a Singleton metaclass, use it with Display (#48935) 6 years ago
ssh_functions.py
unicode.py
unsafe_proxy.py Handle sets differently than lists in wrap_var. Fixes #47372 (#47510) 6 years ago
vars.py move extravars and option vars loading into VM (#51070) 6 years ago