summaryrefslogtreecommitdiff
path: root/lib/ansible/template/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent losing unsafe from lookups (#77609) (#77652)Martin Krizek2022-05-091-3/+9
* [2.11] Fix collection redirects for filter and test plugins (#77210) (#77228)Sloane Hertel2022-03-151-36/+53
* Ensure Jinja2 template header overrides are used (#75306) (#75342)Martin Krizek2021-08-031-5/+11
* fix unsafe preservation across newlines (#74960) (#74973)Brian Coca2021-06-111-1/+4
* Correctly set path and fullpath for template vars (#73924)Brian Coca2021-03-261-3/+12
* Reduce complexity of Templar._lookup slightly (#73277)Matt Martz2021-03-011-48/+49
* Consolidate filters/tests handling into JinjaPluginIntercept (#71463)Martin Krizek2021-01-211-71/+34
* Use _wrap_native_text only for builtin STRING_TYPE_FILTERS (#71801)Martin Krizek2020-12-091-1/+2
* Fix parsing of values when using an empty string as key (#57132) (#72545)Yadnesh Kulkarni2020-11-201-1/+1
* Only apply the unroll wrapper once (#72003)Martin Krizek2020-09-301-1/+3
* Force template module to use non-native Jinja2 (#68560)Martin Krizek2020-09-031-25/+89
* Skip literal_eval for string filters results in native jinja. (#70988)Martin Krizek2020-08-111-3/+35
* Misc typo fixes (#71089)Abhijeet Kasurde2020-08-051-1/+1
* Emit proper error for `x in y` when y is undefined (#70990)Martin Krizek2020-07-301-0/+4
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* Add custom globals to the environment, and not per template (#69278)Matt Martz2020-06-081-10/+9
* Auto unroll generators produced by jinja filters (#68014)Matt Martz2020-06-081-2/+55
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-16/+53
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* collection routing (#67684)Matt Davis2020-05-261-32/+57
* Prevent templating unused variables for {%include%} (#68749)Martin Krizek2020-04-141-1/+37
* Address fixme and handle filter/test errors for collections better (#68047)Matt Martz2020-03-231-4/+8
* Address compat issue for collection loading on py26 (#68219)Matt Martz2020-03-231-6/+1
* Templating: make sure only one variable results are cached (#67429)Felix Fontein2020-02-191-1/+1
* Fix case sensitivity for lookup() (#66521)Martin Krizek2020-01-271-1/+1
* Check vars against Mapping in DEBUG (#66355)Martin Krizek2020-01-131-2/+2
* Ensure that data within a tuple is marked as unsafe (#65918)Matt Martz2020-01-071-2/+3
* Do not treat AnsibleUndefined as being unsafe (#65202)Matt Martz2019-11-251-1/+5
* Introduce context manager for temporary templar context changes (#60513)Matt Martz2019-10-251-0/+31
* Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost ...Matt Martz2019-10-111-1/+1
* fix collection jinja2 cache issue (#62543)Matt Davis2019-09-181-4/+2
* add subdir support to collection loading (#60682)Matt Davis2019-08-211-9/+11
* Remove UnsafeProxy (#59711)Martin Krizek2019-08-071-3/+3
* Add back _contains_vars method as maybe_template (#58290)Matt Martz2019-06-251-3/+22
* Tests as filters were deprecated, remove unused param (#57796)Martin Krizek2019-06-131-2/+2
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-061-28/+40
* safe_eval fix (#57188)Brian Coca2019-06-061-1/+1
* Make query with errors='ignore' return a blank list (#57038)Ian Wienand2019-05-291-1/+1
* Not native, but text (#55676)Brian Coca2019-05-241-2/+1
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-1/+13
* fix combine filter using undefined vars (#55840)Sloane Hertel2019-04-301-0/+14
* Don't register tests as filters (#55332)Matt Martz2019-04-161-27/+0
* Extend jinja2 nested undefined support to keys/indices (#55094)Matt Martz2019-04-101-0/+4
* Collection content loading (#52194)Matt Davis2019-03-281-4/+92
* dict is dict (#54057)Brian Coca2019-03-201-0/+3
* template: add additional variable for dest path (#52015)Abhijeet Kasurde2019-02-191-8/+10
* Custom jinja Undefined class for handling nested undefined attributes (#51768)Andrew Gaffney2019-02-121-2/+15
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Add now() jinja2 global func for getting the date/time (#43792)Matt Martz2018-12-071-0/+14
* Warn about falling back to jinja2_native=false (#49063)Martin Krizek2018-11-271-0/+5