summaryrefslogtreecommitdiff
path: root/test/units/parsing/vault/test_vault.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-221-1/+1
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-071-66/+66
* Remove PyCrypto (#74699)Sam Doran2021-05-181-74/+0
* Fix unit tests on Python 3.10.Matt Clay2021-05-071-11/+14
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-4/+4
* Update units to pass on macOS (#60435)Matt Martz2019-08-121-2/+2
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-121-2/+2
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-21/+0
* Fix 'New Vault password' on vault 'edit' (#35923)Adrian Likins2018-03-271-0/+20
* Remove deprecated code (#34828)Michael Scherer2018-01-231-5/+0
* Support using vault password files that are themselves vault encrypted (#27668)Adrian Likins2018-01-201-0/+35
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Better handling of malformed vault data envelope (#32515)Adrian Likins2017-11-101-0/+56
* Vault secrets script client inc new 'keyring' client (#27669)Adrian Likins2017-10-131-0/+37
* Vault secrets empty password (#28186)Adrian Likins2017-08-151-3/+29
* Better vault pass prompt behav on EOF, more unit tests (#27981)Adrian Likins2017-08-101-0/+78
* Handle win style CRLF newlines in vault text (#27590)Adrian Likins2017-08-011-0/+8
* Support multiple vault passwords (#22756)Adrian Likins2017-07-281-12/+306
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-271-49/+87
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-2/+2
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+2
* Many Cleanups to vaultToshio Kuratomi2016-09-151-165/+180
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-1/+2
* Implement vault encrypted yaml variables. (#16274)Adrian Likins2016-08-231-27/+227
* Fix test on Python 3: vault code expects bytesMarius Gedminas2015-10-161-3/+3
* Fix test on Python 3: vault code expects bytesMarius Gedminas2015-10-161-2/+2
* Fix test on Python 3: vault code expects bytesMarius Gedminas2015-10-161-1/+1
* Fix test on Python 3: vault code expects bytesMarius Gedminas2015-10-161-6/+6
* Update Vault tests to make sure AES decryption worksAbhijit Menon-Sen2015-08-271-2/+3
* Unicode and other fixes for vaultfix-vault-unicodeToshio Kuratomi2015-08-251-5/+5
* Making the switch to v2James Cammarata2015-05-031-0/+159