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
Sloane Hertel 86b86398f0
add ansible_name/ansible_aliases attrs to plugin objects (#78700)
*  new _fqcn attribute to plugin objects
* unbreak plugins in subdirs
* Fix inadventent changes to _load_name and use existing vars
* add plugin aliases and name property, and replace plugin._load_name where incorrect
* Fix listing plugin names

Fix listing legacy and builtin together
test deprecated plugin documentation
fix doc extensions
remove sometimes inaccurate _load_name handling from plugin.name

* Add tests for REJECT_EXTS and doc extensions

Fix unpredictable collection redirects so non-fqcns in the redirect list are guaranteed to be legacy (instead of determined by the collections keyword)

Move aliases and name properties to _update_object so all plugin types, including doc fragments, can use them

* make legacy plugin names internally consistent
* rename attributes to ansible_name and ansible_aliases
2 years ago
..
_vendor Revert "ansible-test - Fix import test when vendoring." 2 years ago
cli ansible-doc: remove manual formatting (#78668) 2 years ago
collections expand ansible-doc coverage (#74963) 2 years ago
compat Updated bundled libraries (#70418) 4 years ago
config allow multiple types for null representation (#78451) 2 years ago
errors refactor and fixes for doc parsing (#77719) 2 years ago
executor add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
galaxy Limit Galaxy API calls during ansible-galaxy dependency resolution (#77468) 2 years ago
inventory ansible-test - Update sanity test requirements. (#78528) 2 years ago
module_utils Recover unix load average into an ansible_loadavg fact (#75319) 2 years ago
modules Fix Issue #78564 (#78741) 2 years ago
parsing refactor and fixes for doc parsing (#77719) 2 years ago
playbook Ensure syntax check errors include filenames (#77679) 2 years ago
plugins add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
template Overriding AnsibleContext.resolve is not needed/allowed (#78714) 2 years ago
utils add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
vars add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
__init__.py Require Jinja2 3.0.0 (#75881) 3 years ago
__main__.py Python 3.9 min for controller (#77566) 2 years ago
constants.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
context.py Remove collections compat from controller code. 2 years ago
keyword_desc.yml Fixed typo in keyword_desc.yml (#76280) 3 years ago
release.py Start of 2.14 development cycle. (#77378) 2 years ago