summaryrefslogtreecommitdiff
path: root/lib/ansible/template
Commit message (Expand)AuthorAgeFilesLines
* fix unsafe preservation across newlines (#74960) (#74976)Brian Coca2021-06-111-1/+4
* Local vars should have highest precedence in AnsibleJ2Vars (#72830) (#73369)Martin Krizek2021-02-051-22/+14
* Ensure that data within a tuple is marked as unsafe (#65918) (#73044)Felix Fontein2021-01-111-2/+3
* Prevent templating unused variables for {%include%} (#68749)Rick Elrod2020-09-272-3/+39
* Provide more information in AnsibleUndefinedVariable (#71666) (#71877)Martin Krizek2020-09-271-2/+2
* Emit proper error for `x in y` when y is undefined (#70990) (#71012)Martin Krizek2020-08-061-0/+4
* [stable-2.9] Properly handle unicode in safe_eval (#68576) (#69626)Sam Doran2020-06-101-2/+8
* Address compat issue for collection loading on py26 (#68219) (#69402)Felix Fontein2020-06-101-6/+1
* Revert "2.9: native types: literal_eval all the things (#68938) (#69044)"Matt Clay2020-05-071-8/+5
* [stable-2.9] Address fixme and handle filter/test errors for collections bett...Matt Martz2020-05-051-4/+8
* 2.9: native types: literal_eval all the things (#68938) (#69044)Martin Krizek2020-05-051-5/+8
* Templating: make sure only one variable results are cached (#67429)Felix Fontein2020-03-021-1/+1
* [stable-2.9] Do not treat AnsibleUndefined as being unsafe (#65202) (#65427)Matt Martz2019-12-041-1/+5
* Wrap CLI passwords as AnsibleUnsafeText (#63352)Matt Martz2019-10-101-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
* also allow None Type for safe eval (#58269)markafarrell2019-06-241-0/+1
* 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-062-3/+7
* 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-202-6/+18
* 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
* Clarify StrictUndefined's side-effect in comment (#52508)Martin Krizek2019-02-191-0/+2
* Native Jinja2: raise undefined error immediately (#52237)Martin Krizek2019-02-151-0/+12
* Fix safe_eval on Python 3.8.Matt Clay2019-02-131-0/+8
* 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
* templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)Pilou2018-11-291-1/+1
* Fix using vault encrypted data with jinja2_native (#49025)Martin Krizek2018-11-271-1/+8
* Warn about falling back to jinja2_native=false (#49063)Martin Krizek2018-11-271-0/+5
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not strip new lines in native jinja (#46751)Martin Krizek2018-10-191-5/+2
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-082-3/+2
* remove unused templar._clean_data() (#42739)James Cassell2018-09-111-60/+0
* Remove bare_deprecated functionality (#44517)Matt Martz2018-08-231-7/+3
* Add specific exceptions to exceptJoren Vrancken2018-08-011-1/+1
* When using ANSIBLE_JINJA2_NATIVE bypass our None filtering in _finalze (#41408)Matt Martz2018-06-121-1/+6
* Allow config to enable native jinja types (#32738)jctanner2018-05-312-18/+83
* Fix when template paths contain non-ascii chars and using the path in ansible...Toshio Kuratomi2018-04-301-5/+4
* fix exception on lookup ignore errorBrian Coca2018-04-161-1/+1