index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
parsing
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
1
-0
/
+3
*
Remove unit test pytz requirement. (#78368)
Matt Clay
2022-07-28
1
-4
/
+3
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
3
-3
/
+3
*
Remove collections compat from controller code.
Matt Clay
2022-03-09
2
-2
/
+2
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
3
-3
/
+3
*
Fix duplicate unit test function names. (#77115)
Matt Clay
2022-02-23
1
-1
/
+1
*
Fix warning in unit tests for _yaml import.
Matt Clay
2022-02-18
1
-6
/
+2
*
Avoid deprecated TestCase functions in unit tests. (#76678)
Matt Clay
2022-01-07
5
-104
/
+104
*
yaml dumper: Add YAML respresenter for AnsibleUndefined (#75078)
Abhijeet Kasurde
2021-09-07
1
-0
/
+12
*
YAML representer for VarsWithSources (#68525)
Nasser Alansari
2021-06-22
1
-0
/
+8
*
Remove PyCrypto (#74699)
Sam Doran
2021-05-18
2
-87
/
+0
*
Fix unit tests on Python 3.10.
Matt Clay
2021-05-08
1
-11
/
+14
*
vault: Read stdin data as binary on python3 (#52229)
Sven Wegener
2020-12-09
1
-0
/
+17
*
Add more include and yaml parsing tests (#70506)
Matt Martz
2020-08-04
1
-0
/
+84
*
Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786)
Matt Martz
2020-07-21
1
-0
/
+1
*
Clean up unit test boilerplate.
Matt Clay
2020-06-22
1
-0
/
+3
*
starting metadata sunset (#69454)
Brian Coca
2020-06-05
1
-239
/
+0
*
Replace TestCase.assertEquals with TestCase.assertEqual.
Mads Jensen
2019-11-11
2
-10
/
+10
*
Remove empty setUp/tearDown/tearDownClass methods in test classes.
Mads Jensen
2019-11-06
1
-3
/
+0
*
Remove empty overridden unittest.setUp and unittest.tearDown methods.
Mads Jensen
2019-11-05
1
-6
/
+0
*
Add a representer for AnsibleUnsafeBytes (#62598)
Sloane Hertel
2019-09-19
1
-1
/
+43
*
Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)
Matt Martz
2019-08-26
1
-0
/
+15
*
various mod_args fixes (#60290)
Matt Davis
2019-08-13
1
-2
/
+11
*
Update units to pass on macOS (#60435)
Matt Martz
2019-08-12
2
-3
/
+3
*
Correct places where match was intended
Toshio Kuratomi
2019-07-19
1
-4
/
+4
*
Handle vaulted non-ascii characters for Python2 (#58503)
Sloane Hertel
2019-06-28
1
-0
/
+7
*
lib/ansible/parsing/ajson.py: added UNIT-tests (#56398)
Andrey Klychkov
2019-05-18
2
-2
/
+151
*
Fieldattribute inheritance with defaults (#50891)
Matt Martz
2019-01-23
1
-7
/
+8
*
dataloader: unit tests (#50942)
Abhijeet Kasurde
2019-01-22
2
-1
/
+98
*
Update bare exceptions to specify Exception.
Toshio Kuratomi
2018-12-17
1
-2
/
+2
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
7
-10
/
+10
*
Python 3.8 collections compatibility fixes.
Matt Clay
2018-10-08
1
-2
/
+1
*
Add unit tests
Dag Wieers
2018-09-28
1
-0
/
+3
*
Support nested JSON decoding in AnsibleJSONDecoder (#45924)
Matt Martz
2018-09-24
2
-0
/
+41
*
Mass nuke deprecated items that are easily removed. ci_complete (#44320)
Matt Martz
2018-08-20
2
-90
/
+0
*
fix decrypted vault utf8 values (#37539)
Adrian Likins
2018-05-25
1
-0
/
+6
*
Fix 'New Vault password' on vault 'edit' (#35923)
Adrian Likins
2018-03-27
1
-0
/
+20
*
Remove deprecated code (#34828)
Michael Scherer
2018-01-23
1
-5
/
+0
*
Move yaml loading functions from DataLoader into a utility module.
Toshio Kuratomi
2018-01-23
1
-0
/
+34
*
Support using vault password files that are themselves vault encrypted (#27668)
Adrian Likins
2018-01-20
1
-0
/
+35
*
Correct the AnsibleError exception to call its superclass's constructor
Toshio Kuratomi
2017-12-22
1
-1
/
+0
*
Remove shell module specialcases
Toshio Kuratomi
2017-12-22
1
-63
/
+62
*
Fix invalid string escape sequences.
Matt Clay
2017-11-21
1
-1
/
+1
*
Better handling of malformed vault data envelope (#32515)
Adrian Likins
2017-11-10
1
-0
/
+56
*
Vault secrets script client inc new 'keyring' client (#27669)
Adrian Likins
2017-10-13
1
-0
/
+37
*
Fix typo in vault decrypt error message (#31335)
Michael Vermaes
2017-10-06
1
-1
/
+1
*
Use vault_id when encrypted via vault-edit (#30772)
Adrian Likins
2017-09-26
1
-1
/
+31
*
Enable more pylint rules and fix reported issues. (#30539)
Matt Clay
2017-09-19
1
-3
/
+0
*
Fixes #23680 bug with py3.x due to binary string handling (#23688)
Miguel Ángel Ajo
2017-09-10
1
-0
/
+6
*
metadata 1.1
Toshio Kuratomi
2017-08-16
1
-15
/
+15
[next]