summaryrefslogtreecommitdiff
path: root/test/units/parsing
Commit message (Expand)AuthorAgeFilesLines
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-127-10/+10
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* Add unit testsDag Wieers2018-09-281-0/+3
* Support nested JSON decoding in AnsibleJSONDecoder (#45924)Matt Martz2018-09-242-0/+41
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-202-90/+0
* fix decrypted vault utf8 values (#37539)Adrian Likins2018-05-241-0/+6
* Fix 'New Vault password' on vault 'edit' (#35923)Adrian Likins2018-03-271-0/+20
* Remove deprecated code (#34828)Michael Scherer2018-01-231-5/+0
* Move yaml loading functions from DataLoader into a utility module.Toshio Kuratomi2018-01-221-0/+34
* Support using vault password files that are themselves vault encrypted (#27668)Adrian Likins2018-01-201-0/+35
* Correct the AnsibleError exception to call its superclass's constructorToshio Kuratomi2017-12-211-1/+0
* Remove shell module specialcasesToshio Kuratomi2017-12-211-63/+62
* 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
* Fix typo in vault decrypt error message (#31335)Michael Vermaes2017-10-051-1/+1
* 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-181-3/+0
* Fixes #23680 bug with py3.x due to binary string handling (#23688)Miguel Ángel Ajo2017-09-091-0/+6
* metadata 1.1Toshio Kuratomi2017-08-151-15/+15
* 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-011-0/+8
* Support multiple vault passwords (#22756)Adrian Likins2017-07-286-92/+443
* fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFoun...Pilou2017-07-201-0/+44
* metadata and doc generator optimization and fixesToshio Kuratomi2017-07-041-11/+59
* Unittests for extracting metadata from plugins (#26218)Toshio Kuratomi2017-06-301-0/+191
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-272-81/+104
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-122-2/+2
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-309-39/+39
* 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-233-6/+4
* Fix 'ansible-vault edit /some/symlink' (#20417)Adrian Likins2017-02-241-14/+332
* Legacy pep8 updates for setup.py and testsMatt Martz2017-02-111-1/+3
* added docs for vault and made trigger shorter: !vault (#20985)Brian Coca2017-02-031-1/+1
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-10/+10
* Switch tests to pytest and ansible-test.Matt Clay2017-01-112-117/+102
* Add a encode() to AnsibleVaultEncryptedUnicode (#19840)Adrian Likins2017-01-041-0/+9
* Fix unit test dirs to match code under test.Matt Clay2016-11-102-0/+0
* Add error info if tabs are found in the yaml (#18343)Adrian Likins2016-11-082-0/+19
* Add empty-init code-smell script. (#18406)Matt Clay2016-11-073-63/+0
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-071-3/+3
* Clean up shebangs for various files.Matt Clay2016-11-021-1/+0
* Many Cleanups to vaultToshio Kuratomi2016-09-152-176/+183
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-063-17/+18
* 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-236-40/+550
* New unit tests for #13630 fixissue_13630_fix_splitterJames Cammarata2016-03-281-0/+3