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
Tobias Wolf c23b11d212 [Inventory] Cache the result of enumerating groups and host names
for `VariableManager._get_magic_variables()`.

This saves a lot of time re-iterating the nearly always constant global
list of groups and their members.

Generate once and cache, and invalidate cache in case `add_host:` or
`group_by:` are used.
9 years ago
..
cli Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 9 years ago
contrib Add a new vmware inventory script backed by pyvmomi (#15967) 10 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Cache tasks by uuid in PlayIterator for O(1) lookups 10 years ago
inventory Changing up how host (in)equality is checked 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 9 years ago
module_utils Various python3 updates for module_utils: (#17345) 9 years ago
modules Enable some basic.py tests on python3 (#17167) 9 years ago
parsing Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 9 years ago
playbook Fix mock loader for osx /etc symlinks (#16074) 10 years ago
plugins [Inventory] Cache the result of enumerating groups and host names 9 years ago
template Move queuing tasks to a background thread 9 years ago
utils FEATURE: adding variable serial batches 10 years ago
vars Adding unit tests for role variable precedence 10 years ago
__init__.py Making the switch to v2 11 years ago