summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing
Commit message (Expand)AuthorAgeFilesLines
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Docs: Add a "seealso" section to the module docs (#45949)Dag Wieers2018-12-121-3/+3
* Don't just raise AnsibleError with the exception message (#49654)Matt Martz2018-12-111-1/+4
* explain 'bare variables' (#49577)Brian Coca2018-12-071-2/+2
* unsafe cleanupBrian Coca2018-11-301-5/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-204-20/+8
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-1/+1
* Set the default metadataToshio Kuratomi2018-10-311-1/+5
* An earlier optimization of ansible-doc -l caused failures. (#47012)Toshio Kuratomi2018-10-171-8/+19
* add note to inform awx team on changeBrian Coca2018-10-111-0/+2
* Reduce noise in warnings from ansible (#40754)Eitan Adler2018-10-091-2/+2
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-1/+1
* Ensure _raw_params retain exact spacesDag Wieers2018-09-281-5/+24
* Clean up Vault docs in User Guide. (#46188)Brendan Jurd2018-09-281-1/+1
* Docs: Keep the module index clean (#46155)Dag Wieers2018-09-271-1/+2
* Support nested JSON decoding in AnsibleJSONDecoder (#45924)Matt Martz2018-09-241-21/+15
* Fix ansible-doc and docsite generation for removed modulesToshio Kuratomi2018-08-241-30/+16
* Raise a nicer error when we cannot execute the editor (#44423)Matt Martz2018-08-221-7/+8
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-144/+0
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-4/+1
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* use faster method to get short_description from DOCUMENTATION (#42705)Eric Rinish2018-07-271-0/+40
* vault: check dir value before passing (#43184)Abhijeet Kasurde2018-07-241-1/+1
* change OS X to macOS (#41294)Troy Murray2018-06-261-1/+1
* Fix wrong python keyword (followup to #36357) (#41067)Andrew Gaffney2018-06-071-1/+1
* Fix flag in debug message (#40753)Tom Wassenberg2018-06-011-1/+1
* fix decrypted vault utf8 values (#37539)Adrian Likins2018-05-241-1/+1
* allow dataloader to use descriptors (#40627)Brian Coca2018-05-241-4/+3
* vault: check dir existence before creating a file (#40010)Martin Krizek2018-05-111-0/+6
* Enabled unsafe and vault in JSON (#38759)Brian Coca2018-05-092-4/+80
* Fix encoding issue when parsing plugin examplesToshio Kuratomi2018-05-081-1/+2
* Allow loading dirs from role defaults/vars (#36357)Andrew Gaffney2018-04-101-0/+51
* Fix 'New Vault password' on vault 'edit' (#35923)Adrian Likins2018-03-271-18/+14
* Optimizations in mod_args parsingToshio Kuratomi2018-03-261-9/+20
* Remove dead codeToshio Kuratomi2018-03-121-19/+3
* Only template each hostvars var on-demand (fixes #33259)Andrew Gaffney2018-02-151-1/+6
* Guard against assignments that are not ast.Name in docs parsing (#35513)Matt Martz2018-01-301-1/+1
* Remove deprecated code (#34828)Michael Scherer2018-01-231-20/+0
* Implement plugin filteringToshio Kuratomi2018-01-221-2/+2
* Move yaml loading functions from DataLoader into a utility module.Toshio Kuratomi2018-01-222-75/+94
* add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067)Adrian Likins2018-01-221-5/+45
* Support using vault password files that are themselves vault encrypted (#27668)Adrian Likins2018-01-202-9/+19
* Misc. typo is display log (#34388)Abhijeet Kasurde2018-01-051-1/+1
* Remove shell module specialcasesToshio Kuratomi2017-12-211-18/+0
* Fix a unicodeerror so that we get the correct error message (#34058)Toshio Kuratomi2017-12-191-1/+1
* Handle vault filenames with nonascii chars when displaying messages. Fixes #3...Matt Martz2017-12-141-8/+8
* Remove uses of assert in production code (#32079)Matt Martz2017-11-132-4/+8
* Better handling of malformed vault data envelope (#32515)Adrian Likins2017-11-101-24/+87
* more info on yaml errorsBrian Coca2017-10-301-1/+3
* Vault secrets script client inc new 'keyring' client (#27669)Adrian Likins2017-10-131-10/+93