summaryrefslogtreecommitdiff
path: root/test/units/parsing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up jsonify unit test with format to remove json lib differencesJames Cammarata2016-02-291-1/+3
* Fixing up jsonify and adding unit testsJames Cammarata2016-02-292-0/+58
* Workaround py2.6's StringIOToshio Kuratomi2016-02-261-1/+8
* Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3Toshio Kuratomi2016-02-261-12/+13
* allow for non standard hostnamesBrian Coca2015-12-211-2/+12
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-272-2/+2
* Cleaning up FIXMEsJames Cammarata2015-10-221-1/+0
* 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
* Revert "Track local_action internally to prevent it from being overridden"Brian Coca2015-10-091-4/+4
* Add more exhaustive tests for various IPv6 address notationsAbhijit Menon-Sen2015-09-301-0/+14
* Allow hexadecimal ranges in IPv6 addresses, not only 0-9Abhijit Menon-Sen2015-09-171-0/+1