summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/cache/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Ensure atomic writes for cache file (#78208)Brian Coca2022-07-071-4/+16
* Remove deprecated loading cache plugins directly without cache_loader (#77655)Martin Krizek2022-04-281-6/+0
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Start of moving away from six (#75863)Martin Krizek2021-10-211-2/+1
* Fix up string splitting to prepare for pylint update. (#75479)Matt Clay2021-08-111-1/+1
* Fix BaseFileCacheModule#keys to respect prefix (#72789)Harm Geerts2021-04-301-1/+11
* Remove deprecated cache interfaces (#74198)Sloane Hertel2021-04-131-17/+0
* Fix warning for nonexistent inventory cache (#72840)Sloane Hertel2021-02-011-6/+7
* Make cache adjudicator's flush call plugin flush (#70987)Rick Elrod2020-08-031-2/+1
* implemented 'prefix' for file based cache (#69872)Brian Coca2020-06-111-5/+13
* Deprecation revisited (#69926)Felix Fontein2020-06-091-2/+3
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-2/+2
* Add resource_from_fqcr utility function. (#68474)Felix Fontein2020-05-141-1/+3
* fix using inventory and cache plugins in a collection (#56469)Sloane Hertel2020-03-261-1/+4
* Fix inventory cache interface (#50446)Sloane Hertel2019-03-061-47/+98
* FactCache changesToshio Kuratomi2018-12-051-59/+18
* fix cache 'update' method to be 'mapping' compatibleBrian Coca2018-12-051-5/+13
* Revert "fix cache 'update' method to be 'mapping' compatible"Toshio Kuratomi2018-12-041-13/+5
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* fix cache 'update' method to be 'mapping' compatibleBrian Coca2018-11-191-5/+13
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-1/+1
* Fix cache timeout behaviors-hertel2018-06-011-1/+1
* add inventory caching & use in virtualbox inventory plugin (#34510)Sloane Hertel2018-01-221-5/+66
* Config continued (#31024)Brian Coca2017-11-161-0/+3
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-1/+0
* Combine exception handling to simplify code (#29096)Toshio Kuratomi2017-09-071-9/+8
* Db cache fix (#29048)Brian Coca2017-09-071-20/+20
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-13/+13
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+2
* put cache base classes in __init__ (#22809)Brian Coca2017-03-231-0/+207
* bad/missing fact plugin is a warning (#19350)Brian Coca2016-12-141-10/+3
* Provide slightly better msg on fact cache error (#18759)Adrian Likins2016-12-131-0/+9
* Port cache plugins to global displayToshio Kuratomi2015-11-111-2/+3
* Fixing bugs related to jfonfile cache pluginJames Cammarata2015-10-121-0/+1
* Fix an issue where cache plugins weren't updatedMatthew Jones2015-10-091-0/+5
* Simplify FactCache.copy()Marius Gedminas2015-09-031-1/+1
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+1
* adding display to plugins and start moving debug to displayBrian Coca2015-07-231-1/+9
* Making the switch to v2James Cammarata2015-05-031-0/+62