summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/cache/jsonfile.py
Commit message (Expand)AuthorAgeFilesLines
* Enable documentation in pluginsBrian Coca2017-03-231-1/+9
* put cache base classes in __init__ (#22809)Brian Coca2017-03-231-1/+1
* Make BaseFileCache into an abstractbaseclass so it's a proper interfaceToshio Kuratomi2017-02-221-5/+9
* added pickle and yaml cache pluginsBrian Coca2017-02-221-147/+7
* 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-141-0/+3
* 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
* 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-111-1/+0
* Port cache plugins to global displayToshio Kuratomi2015-11-111-9/+17
* 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
* 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-121-4/+8
* Use 'except ... as' syntaxMarius Gedminas2015-08-271-6/+6
* adding display to plugins and start moving debug to displayBrian Coca2015-07-231-12/+6
* Fixing up fact_cache use in VariableManagerJames Cammarata2015-07-131-1/+1
* Removing stray debugging printJames Cammarata2015-07-131-1/+0
* Moving jsonfile cache plugin over and fixing #10883James Cammarata2015-07-131-0/+159