index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
template
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
1
-1
/
+1
*
test: update tests (#83686)
Abhijeet Kasurde
2024-08-01
1
-19
/
+15
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
1
-1
/
+1
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
2
-2
/
+2
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
4
-12
/
+4
*
Clean up unused imports in unit tests (#79893)
Matt Clay
2023-02-03
1
-2
/
+0
*
Remove unused and unreachable unit test code (#79854)
Matt Clay
2023-01-31
1
-10
/
+0
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
1
-0
/
+2
*
Simplify AnsibleJ2Vars by using ChainMap for vars (#78713)
Martin Krizek
2022-12-09
1
-15
/
+8
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
2
-2
/
+2
*
Prevent losing unsafe from lookups (#77609)
Martin Krizek
2022-04-26
1
-0
/
+25
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
2
-2
/
+2
*
Avoid deprecated TestCase functions in unit tests. (#76678)
Matt Clay
2022-01-07
1
-29
/
+29
*
Heisen jinja2_native (#75587)
Martin Krizek
2021-10-27
3
-76
/
+7
*
Require Jinja2 3.0.0 (#75881)
Martin Krizek
2021-10-20
1
-45
/
+5
*
Fix when evaluation on Native Jinja and Python 3.10 (#75202)
Martin Krizek
2021-07-30
1
-7
/
+28
*
Do not treat AnsibleUndefined as being unsafe (#65202)
Matt Martz
2019-11-25
2
-25
/
+17
*
Replace TestCase.assertEquals with TestCase.assertEqual.
Mads Jensen
2019-11-11
1
-9
/
+9
*
Remove empty overridden unittest.setUp and unittest.tearDown methods.
Mads Jensen
2019-11-05
2
-15
/
+0
*
Fix access to exception using Python 3 scoping rules (#62268)
Christian Clauss
2019-09-17
1
-2
/
+2
*
unit tests: remove unused imports (#60462)
Andrey Klychkov
2019-08-13
1
-1
/
+0
*
Unit tests: remove unused imports (#59812)
Andrey Klychkov
2019-08-02
1
-1
/
+1
*
Add back _contains_vars method as maybe_template (#58290)
Matt Martz
2019-06-25
1
-0
/
+36
*
Perf improvement for Templar.is_template (#57489)
Matt Martz
2019-06-06
1
-10
/
+36
*
Templar: encapsulate _available_variables (#55435)
Martin Krizek
2019-05-20
1
-4
/
+10
*
Don't register tests as filters (#55332)
Matt Martz
2019-04-16
1
-35
/
+0
*
Native Jinja2: raise undefined error immediately (#52237)
Martin Krizek
2019-02-15
1
-0
/
+28
*
templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)
Pilou
2018-11-29
1
-0
/
+5
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
4
-7
/
+7
*
remove unused templar._clean_data() (#42739)
James Cassell
2018-09-11
1
-59
/
+0
*
Remove bare_deprecated functionality (#44517)
Matt Martz
2018-08-23
1
-5
/
+4
*
Remove duplicated "instead" word (#38800)
Victor Bocharsky
2018-04-16
1
-2
/
+2
*
Don't overwrite builtin jinja2 filters with tests (#37881)
Matt Martz
2018-03-26
1
-1
/
+6
*
Deprecate tests used as filters (#32361)
Matt Martz
2017-11-27
1
-0
/
+30
*
Fix invalid string escape sequences.
Matt Clay
2017-11-21
1
-1
/
+1
*
template: fix KeyError: 'undefined variable: 0 (#27972)
Zac Medico
2017-08-10
1
-0
/
+61
*
test/: PEP8 compliancy (#24803)
Dag Wieers
2017-05-30
4
-25
/
+27
*
Fix circular import with unsafe_proxy, template, and vars
Toshio Kuratomi
2017-04-29
1
-2
/
+1
*
keep unsafe .. unsafe (#23742)
Brian Coca
2017-04-21
1
-15
/
+4
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-1
/
+1
*
Don't check for var._obj in template._clean_data (#20868)
Adrian Likins
2017-02-08
1
-15
/
+364
*
PEP 8 indent cleanup. (#20800)
Matt Clay
2017-01-29
2
-40
/
+40
*
PEP 8 whitespace cleanup. (#20783)
Matt Clay
2017-01-28
1
-1
/
+1
*
Add empty-init code-smell script. (#18406)
Matt Clay
2016-11-08
1
-21
/
+0
*
Merge branch 'threaded_receiver' into devel
James Cammarata
2016-09-20
1
-1
/
+1
|
\
|
*
Revert "Move queuing tasks to a background thread"
James Cammarata
2016-09-16
1
-1
/
+1
*
|
Do not use bare vars in integration tests. (#17599)
Matt Clay
2016-09-15
1
-1
/
+0
|
/
*
Move queuing tasks to a background thread
James Cammarata
2016-08-31
1
-1
/
+1
*
Cleaning up FIXMEs
James Cammarata
2015-10-22
1
-2
/
+0
*
corrected all missing paths changes
Brian Coca
2015-09-15
1
-1
/
+1
[next]