index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
template
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow multiple types for null representation (#78451)
Brian Coca
2022-08-11
4
-0
/
+14
*
Re-organize CI test groups for POSIX tests. (#77420)
Matt Clay
2022-08-04
1
-1
/
+1
*
Fix templating nested vars with convert_data=False (#78273)
Martin Krizek
2022-07-15
2
-0
/
+9
*
template module/lookup: fix convert_data for macros (#78259)
Martin Krizek
2022-07-14
2
-0
/
+10
*
Move undefined check from concat to finalize (#78165)
Martin Krizek
2022-06-30
4
-0
/
+15
*
Fix lazy eval version in integration tests
Martin Krizek
2022-04-28
1
-1
/
+1
*
Prevent losing unsafe from lookups (#77609)
Martin Krizek
2022-04-26
1
-0
/
+45
*
Allow for lazy evaluation of Jinja2 expressions (#56116)
Martin Krizek
2022-04-14
2
-0
/
+26
*
template override colon bugfixes (#77495)
Corubba
2022-04-11
4
-0
/
+38
*
Remove unused task from template integration test.
Matt Clay
2022-02-18
1
-5
/
+0
*
ansible_concat: return strings only unless eval (#76634)
Martin Krizek
2022-01-07
2
-0
/
+10
*
Heisen jinja2_native (#75587)
Martin Krizek
2021-10-27
3
-0
/
+30
*
Require Jinja2 3.0.0 (#75881)
Martin Krizek
2021-10-20
2
-22
/
+0
*
ansible-test - split controller/target testing (#75605)
Matt Clay
2021-09-21
1
-1
/
+1
*
Add an `undef` global Jinja function (#75435)
Daniel Goldman
2021-09-21
1
-2
/
+2
*
Add new comment attribute to template plugin (#69253)
Hossein Zolfi
2021-08-12
3
-0
/
+25
*
Globals should be accessible when importing a template without the context (#...
Martin Krizek
2021-08-05
3
-0
/
+16
*
Ensure Jinja2 template header overrides are used (#75306)
Martin Krizek
2021-07-26
3
-0
/
+35
*
fix unsafe preservation across newlines (#74960)
Brian Coca
2021-06-11
2
-0
/
+23
*
Remove include from tests (#74330)
David Shrewsbury
2021-04-20
1
-1
/
+1
*
Local vars should have highest precedence in AnsibleJ2Vars (#72830)
Martin Krizek
2021-01-26
12
-0
/
+77
*
Provide more information in AnsibleUndefinedVariable (#71666)
Martin Krizek
2020-09-22
2
-0
/
+18
*
Emit proper error for `x in y` when y is undefined (#70990)
Martin Krizek
2020-07-30
1
-0
/
+9
*
More boilerplate fixes. (#70224)
Matt Clay
2020-06-23
1
-0
/
+3
*
Prevent templating unused variables for {%include%} (#68749)
Martin Krizek
2020-04-14
4
-0
/
+14
*
Testing: Add support for AIX platform (#65802)
Yanis Guenane
2020-01-30
1
-0
/
+1
*
Expand Shippable test matrix. (#66912)
Matt Clay
2020-01-29
1
-1
/
+1
*
Clean up various integration tests. (#60613)
Matt Clay
2019-08-15
4
-5
/
+13
*
Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280)
Martin Krizek
2019-07-22
4
-0
/
+24
*
safe_eval fix (#57188)
Brian Coca
2019-06-06
2
-0
/
+55
*
Extend jinja2 nested undefined support to keys/indices (#55094)
Matt Martz
2019-04-10
1
-0
/
+18
*
dataloader: check exact value of dir (#52021)
Abhijeet Kasurde
2019-03-16
4
-0
/
+20
*
test - add setup target that creates the nobody user (#52750)
Jordan Borean
2019-02-22
1
-0
/
+1
*
template: add additional variable for dest path (#52015)
Abhijeet Kasurde
2019-02-19
2
-0
/
+19
*
Custom jinja Undefined class for handling nested undefined attributes (#51768)
Andrew Gaffney
2019-02-12
1
-0
/
+25
*
enable template target integration tests on rhel8 beta (#48940)
Adam Miller
2018-12-05
1
-1
/
+0
*
Add CI platform: rhel/8.0 (#48835)
Matt Clay
2018-11-17
1
-0
/
+1
*
Allow specifying the output encoding in the template module (#42171)
Julien Champseix
2018-07-25
4
-0
/
+26
*
Update Shippable integration test groups. (#43118)
Matt Clay
2018-07-24
1
-1
/
+1
*
Fix when template paths contain non-ascii chars and using the path in ansible...
Toshio Kuratomi
2018-05-01
3
-0
/
+17
*
Add tests for template with non-ascii filenames
Toshio Kuratomi
2018-04-26
2
-0
/
+19
*
Fixes for mode=preserve (#39343)
Toshio Kuratomi
2018-04-26
1
-0
/
+27
*
template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (...
Alex Tsitsimpis
2018-03-23
7
-0
/
+112
*
Fix jinja2>=2.9 nested include vars (#35099)
Martin Krizek
2018-02-07
4
-21
/
+44
*
Check that AnsibleUndefinedVariable doesn't occur when an unused variable ref...
Pilou
2018-02-02
2
-0
/
+12
*
Deprecate tests used as filters (#32361)
Matt Martz
2017-11-27
1
-8
/
+8
*
Add more tests for copy/file/template with harlinks
Toshio Kuratomi
2017-08-18
1
-19
/
+27
*
add test for template, file, and copy with hardlinks
Andrew Erickson
2017-08-18
1
-0
/
+40
*
rm unused test template in template intg tests
Adrian Likins
2017-08-12
1
-3
/
+0
*
template: fix KeyError: 'undefined variable: 0 (#27972)
Zac Medico
2017-08-10
10
-0
/
+78
[next]