index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
parsing
/
vault
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
1
-12
/
+12
*
Add vaulted_file test (#83717)
Brian Coca
2024-08-08
1
-2
/
+2
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
1
-7
/
+6
*
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
2
-6
/
+2
*
Improve code coverage of unit tests (#81119)
Matt Clay
2023-06-24
2
-66
/
+7
*
Fix pylint disallowed-name errors (#80854)
Abhijeet Kasurde
2023-05-22
1
-2
/
+2
*
Remove unnecessary test case in vault editor (#80741)
Abhijeet Kasurde
2023-05-09
1
-14
/
+2
*
Use ansible.module_utils.common.text.converters (#80704)
Matt Clay
2023-05-03
2
-2
/
+2
*
Fix unclosed files in unit tests (#80497)
Matt Clay
2023-04-12
1
-22
/
+19
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
2
-2
/
+2
*
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
2
-97
/
+97
*
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
*
Replace TestCase.assertEquals with TestCase.assertEqual.
Mads Jensen
2019-11-11
1
-4
/
+4
*
Update units to pass on macOS (#60435)
Matt Martz
2019-08-12
2
-3
/
+3
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
2
-4
/
+4
*
Mass nuke deprecated items that are easily removed. ci_complete (#44320)
Matt Martz
2018-08-20
2
-90
/
+0
*
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
*
Support using vault password files that are themselves vault encrypted (#27668)
Adrian Likins
2018-01-20
1
-0
/
+35
*
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
*
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
*
Vault secrets empty password (#28186)
Adrian Likins
2017-08-15
1
-3
/
+29
*
Better vault pass prompt behav on EOF, more unit tests (#27981)
Adrian Likins
2017-08-10
1
-0
/
+78
*
pylint fixes for vault related code (#27721)
Adrian Likins
2017-08-08
1
-9
/
+7
*
Handle win style CRLF newlines in vault text (#27590)
Adrian Likins
2017-08-02
1
-0
/
+8
*
Support multiple vault passwords (#22756)
Adrian Likins
2017-07-28
2
-58
/
+384
*
Cyptography pr 20566 rebase (#25560)
Toshio Kuratomi
2017-06-27
2
-81
/
+104
*
Fix spelling mistakes (comments only) (#25564)
Abhijeet Kasurde
2017-06-12
1
-1
/
+1
*
test/: PEP8 compliancy (#24803)
Dag Wieers
2017-05-30
2
-4
/
+4
*
Fix vault reading from stdin (avoid realpath() on non-links) (#23583)
Adrian Likins
2017-04-18
1
-0
/
+26
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-3
/
+2
*
Fix 'ansible-vault edit /some/symlink' (#20417)
Adrian Likins
2017-02-24
1
-14
/
+332
*
Add empty-init code-smell script. (#18406)
Matt Clay
2016-11-08
1
-21
/
+0
*
Many Cleanups to vault
Toshio Kuratomi
2016-09-16
2
-176
/
+183
*
Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...
Toshio Kuratomi
2016-09-07
2
-16
/
+15
*
Enable most unittests on python3 (just some vault unittests and a logging one...
Toshio Kuratomi
2016-08-25
1
-3
/
+4
*
Implement vault encrypted yaml variables. (#16274)
Adrian Likins
2016-08-24
2
-32
/
+227
*
Fix test on Python 3: vault code expects bytes
Marius Gedminas
2015-10-16
1
-3
/
+3
*
Fix test on Python 3: vault code expects bytes
Marius Gedminas
2015-10-16
1
-2
/
+2
*
Fix test on Python 3: vault code expects bytes
Marius Gedminas
2015-10-16
1
-1
/
+1
*
Fix test on Python 3: vault code expects bytes
Marius Gedminas
2015-10-16
1
-6
/
+6
*
Update Vault tests to make sure AES decryption works
Abhijit Menon-Sen
2015-08-27
1
-2
/
+3
*
Make the filename the first argument to rekey_file
Abhijit Menon-Sen
2015-08-26
1
-1
/
+1
[next]