summaryrefslogtreecommitdiff
path: root/lib/ansible/template
Commit message (Expand)AuthorAgeFilesLines
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-233-12/+14
* E501 fixes (#22879)Matt Martz2017-03-221-3/+12
* Also clean template data even if marked unsafeJames Cammarata2017-02-101-2/+3
* Revert "Fixing another corner case for security related to CVE-2016-9587"James Cammarata2017-02-101-2/+2
* Don't check for var._obj in template._clean_data (#20868)Adrian Likins2017-02-081-5/+1
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-12/+12
* Don't restrict local jinja2 variables to those that start with l_James Cammarata2017-01-202-6/+16
* Additional security fixes for CVE-2016-9587James Cammarata2017-01-131-3/+15
* no calls plzBrian Coca2017-01-121-1/+1
* Partial revert of 76f7ce55James Cammarata2017-01-111-1/+1
* Additional fixes for security related to CVE-2016-9587James Cammarata2017-01-111-14/+14
* Fixing another corner case for security related to CVE-2016-9587Computest2017-01-111-3/+3
* Add some comments about how we're cleaning callablesToshio Kuratomi2017-01-111-0/+6
* Remove _clean_data_struct() advice as that was a 1.x designToshio Kuratomi2017-01-111-4/+1
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-093-11/+78
* Wrap unhandled errors from lookups in an AnsibleErrorJames Cammarata2016-12-211-1/+1
* Fix AST nodes for Python 3 and enable dependent test_uri (#18597)Lumír 'Frenzy' Balhar2016-12-131-0/+1
* always template when called from template (#18490)Brian Coca2016-11-151-2/+5
* Remove unnecessary warnings (#18121)Dag Wieers2016-10-201-7/+0
* Support late evaluation, suppress warnings on SyntaxError (#17462)Dag Wieers2016-09-091-2/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-062-22/+24
* Dynamic role include (#17401)Brian Coca2016-09-051-3/+15
* Implement vault encrypted yaml variables. (#16274)Adrian Likins2016-08-231-5/+2
* Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304)Dag Wieers2016-08-121-1/+8
* allow spaces before the filter string (#16312)Colin Hoglund2016-06-151-1/+1
* moved last utils.debug to display.debugBrian Coca2016-04-081-2/+1
* Merge pull request #14504 from bcoca/template_commentsBrian Coca2016-03-061-1/+4
|\
| * template also when only comments presentBrian Coca2016-02-161-1/+4
* | Merge pull request #14537 from Yannig/devel_better_error_handlingBrian Coca2016-03-031-1/+7
|\ \
| * | Improve message content to get more hint about the raised error.Yannig Perré2016-02-171-1/+7
| |/
* | fixed str to to_strBrian Coca2016-03-031-1/+1
* | more complete and informative errorsBrian Coca2016-03-031-10/+9
* | Remove debugging and fix the place where bytes are being handed to StringIOToshio Kuratomi2016-03-021-11/+4
* | more informationToshio Kuratomi2016-03-021-1/+2
* | Testing whether this fixes jenkinsToshio Kuratomi2016-03-021-6/+10
* | Conditionally import StringIO in template so we only use io.StringIO on py3James Cammarata2016-03-021-1/+5
* | Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3Toshio Kuratomi2016-02-261-1/+2
* | Catch TypeError on join, and if caught just return a single item, or a list o...Matt Martz2016-02-201-1/+7
|/
* Display the string which is causing an exception to be raised.Marc Poirier2016-02-111-1/+1
* Merge pull request #14293 from dagwieers/fix-eval-json-booleansBrian Coca2016-02-041-1/+9
|\
| * Also add 'null' as a possible JSON valueDag Wieers2016-02-041-0/+1
| * Defined JSON booleans in global context for python eval()Dag Wieers2016-02-031-1/+8
* | deprecate all bare variable conversions (not debug)Brian Coca2016-02-011-3/+12
|/
* keep string type filters as stringsBrian Coca2015-12-081-4/+5
* Re-implement lookup wantlistJames Cammarata2015-11-291-2/+7
* New parameter for template method.Yannig Perré2015-11-101-7/+8
* Be more selective about what variables we cache during templatingJames Cammarata2015-11-091-3/+7
* Merge branch 'devel_cache_for_do_template_call' of https://github.com/Yannig/...James Cammarata2015-11-061-14/+36
|\
| * Use static vars when computing host vars known to be static (inventory_hostna...Yannig Perre2015-11-041-2/+5