summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/cache
Commit message (Expand)AuthorAgeFilesLines
* [2.9] Fix warning for nonexistent inventory cache (#72840) (#73444)Sloane Hertel2021-02-051-6/+7
* implemented 'prefix' for file based cache (#69872) (#70008)Brian Coca2020-06-171-5/+13
* Fix inventory cache interface (#50446)Sloane Hertel2019-03-064-64/+156
* FactCache changesToshio Kuratomi2018-12-051-59/+18
* fix cache 'update' method to be 'mapping' compatibleBrian Coca2018-12-051-5/+13
* Support version 3 of the redis python library (#49445)Matt Martz2018-12-051-4/+7
* 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-082-2/+3
* Only delete key from redis in-memory cache if present (#35126)Yann Rouillard2018-10-031-1/+2
* Fix _uri option documentation for cache plugins that expect stringss-hertel2018-09-253-3/+0
* Do not try to import simplejson in jsonfile.py (#40983)Sam Doran2018-06-011-5/+1
* Fix cache timeout behaviors-hertel2018-06-011-1/+1
* Fix inventory plugin cache + add tests (#38229)Sloane Hertel2018-05-241-3/+3
* Correct doc for cache pluginAbhijeet Kasurde2018-05-216-7/+7
* add inventory caching & use in virtualbox inventory plugin (#34510)Sloane Hertel2018-01-221-5/+66
* mongodb cache plugin (#34414)Matt Martz2018-01-051-0/+167
* Config continued (#31024)Brian Coca2017-11-161-0/+3
* Fix flush_cache on redis cacheAdrian Likins2017-10-031-1/+1
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-1/+0
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-116-33/+28
* fixes to config/setting retrievalBrian Coca2017-09-096-92/+176
* Combine exception handling to simplify code (#29096)Toshio Kuratomi2017-09-071-9/+8
* Db cache fix (#29048)Brian Coca2017-09-073-50/+63
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Fix redis cache for python3Toshio Kuratomi2017-06-131-1/+1
* updated cache descriptionsBrian Coca2017-06-093-6/+6
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-027-15/+19
* Be explicit about pickle protocol and encoding (#24454)Toshio Kuratomi2017-05-121-1/+5
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+2
* Enable documentation in pluginsBrian Coca2017-03-234-1/+38
* put cache base classes in __init__ (#22809)Brian Coca2017-03-238-222/+216
* Fix PEP 8 issue.Matt Clay2017-03-081-1/+2
* fixes cache file modules with bad path permissionsBrian Coca2017-03-081-3/+6
* Make BaseFileCache into an abstractbaseclass so it's a proper interfaceToshio Kuratomi2017-02-224-47/+66
* added pickle and yaml cache pluginsBrian Coca2017-02-224-148/+244
* 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
* Remove direct calls to print and cleanup importsToshio Kuratomi2016-11-071-3/+2
* Fix error using jsonfile with incomplete config (#17567)Adrian Likins2016-09-161-1/+5
* Make jsonfile cache plugin errors less vague. (#17568)Adrian Likins2016-09-141-8/+9
* [wip] Let jsonfile and memcached cache plugins understand fact_caching_timeou...Adrian Likins2016-09-142-1/+4
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-1/+1
* Allow to make the jsonfile cache files pretty (indented and sorted) (#17000)Dag Wieers2016-08-081-1/+1
* ignore closing file error when file not openBrian Coca2016-06-141-1/+4
* restore old jsonfile behaviour on key expirationBrian Coca2016-05-101-3/+6
* Expand tilde after expanding varsToshio Kuratomi2016-04-051-1/+1
* switched from threading to multiprocessingBrian Coca2016-02-111-2/+2
* substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as ins...Daniel Menet2015-11-121-1/+1