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/plugins
Harm Geerts 9bd70045c9
Fix BaseFileCacheModule#keys to respect prefix (#72789)
* Fix BaseFileCacheModule#keys to respect prefix

Change:
- Previously BaseFileCacheModule#keys would return keys with the cache
  prefix. These keys are impossible to retrieve from the cache without
  removing the prefix or using the cache without a prefix.
  Now it removes the prefix from the key and only returns keys that
  share the same prefix as the cache.

Test Plan:
- New unit tests

* Add explicit BaseFileCacheModule#keys test

Test that files that do not match the cache prefix are ignored.
Test that the prefix is removed from the cache key.
3 years ago
..
action fixed URL for becoming an unprivileged user doc (#74448) 3 years ago
become fix su localization optoin 3 years ago
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 3 years ago
callback Fix missing delegate display (#74370) 3 years ago
cliconf Migrated to vyos.vyos 4 years ago
connection paramiko_ssh - mark connection as connected when successful (#74459) 3 years ago
doc_fragments [2.12] 'attributes' (#73707) 3 years ago
filter Case-insensitive set theory filters (#74256) 3 years ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 4 years ago
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 3 years ago
lookup Fix sequence lookup message and add tests (#74472) 3 years ago
netconf netconf - handle import error when running in FIPS mode (#73992) 3 years ago
shell Fix various sanity errors in plugins (#71736) 4 years ago
strategy Remove needless get_next_task_for_host calls (#74174) 3 years ago
terminal Document existing ansi_re sequences and add `ESC[m` (#70683) 4 years ago
test Add semver support to the jinja2 version test (#71600) 4 years ago
vars Fix various sanity errors in plugins (#71736) 4 years ago
__init__.py All lookups ported to config system (#74108) 3 years ago
loader.py Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 3 years ago