summaryrefslogtreecommitdiffstats
path: root/test/units/parsing/vault (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-12/+12
* Add vaulted_file test (#83717)Brian Coca2024-08-081-2/+2
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-021-7/+6
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-022-2/+2
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-052-6/+2
* Improve code coverage of unit tests (#81119)Matt Clay2023-06-242-66/+7
* Fix pylint disallowed-name errors (#80854)Abhijeet Kasurde2023-05-221-2/+2
* Remove unnecessary test case in vault editor (#80741)Abhijeet Kasurde2023-05-091-14/+2
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-032-2/+2
* Fix unclosed files in unit tests (#80497)Matt Clay2023-04-121-22/+19
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-232-2/+2
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-232-2/+2
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-072-97/+97
* Remove PyCrypto (#74699)Sam Doran2021-05-182-87/+0
* Fix unit tests on Python 3.10.Matt Clay2021-05-081-11/+14
* vault: Read stdin data as binary on python3 (#52229)Sven Wegener2020-12-091-0/+17
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-4/+4
* Update units to pass on macOS (#60435)Matt Martz2019-08-122-3/+3
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-132-4/+4
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-202-90/+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
* Use vault_id when encrypted via vault-edit (#30772)Adrian Likins2017-09-261-1/+31
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-191-3/+0
* 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
* pylint fixes for vault related code (#27721)Adrian Likins2017-08-081-9/+7
* Handle win style CRLF newlines in vault text (#27590)Adrian Likins2017-08-021-0/+8
* Support multiple vault passwords (#22756)Adrian Likins2017-07-282-58/+384
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-272-81/+104
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-302-4/+4
* Fix vault reading from stdin (avoid realpath() on non-links) (#23583)Adrian Likins2017-04-181-0/+26
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+2
* Fix 'ansible-vault edit /some/symlink' (#20417)Adrian Likins2017-02-241-14/+332
* Add empty-init code-smell script. (#18406)Matt Clay2016-11-081-21/+0
* Many Cleanups to vaultToshio Kuratomi2016-09-162-176/+183
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-072-16/+15
* Enable most unittests on python3 (just some vault unittests and a logging one...Toshio Kuratomi2016-08-251-3/+4
* Implement vault encrypted yaml variables. (#16274)Adrian Likins2016-08-242-32/+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
* Make the filename the first argument to rekey_fileAbhijit Menon-Sen2015-08-261-1/+1