summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Finish up plugin porting to global displayToshio Kuratomi2015-11-112-1/+1
* Port cache plugins to global displayToshio Kuratomi2015-11-112-11/+20
* Cleaning up FIXMEsJames Cammarata2015-10-221-2/+1
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-0/+4
* Cleanup some pyflakes warning (1 real error)Toshio Kuratomi2015-10-191-2/+2
* Fixing logic in json cache plugin get()James Cammarata2015-10-171-16/+13
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* added missing cachefile and changed str(e) to to_bytes(e)Brian Coca2015-10-131-6/+8
* Add variable for format parameterJames Cammarata2015-10-131-1/+1
* Fixing bugs related to jfonfile cache pluginJames Cammarata2015-10-123-5/+10
* Fix an issue where cache plugins weren't updatedMatthew Jones2015-10-091-0/+5
* fixed error reporting when missing redis importBrian Coca2015-10-011-0/+1
* Simplify FactCache.copy()Marius Gedminas2015-09-031-1/+1
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+1
* Fix redis fact_caching_timeout=0 bugJames Cammarata2015-08-281-1/+1
* Use 'except ... as' syntaxMarius Gedminas2015-08-271-6/+6