summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing
Commit message (Expand)AuthorAgeFilesLines
* Handle vaulted non-ascii characters for Python2 (#58503)Sloane Hertel2019-06-291-2/+2
* Fix ansible-vault cipher_whitelist (#57272)Klaus Frank2019-06-241-1/+2
* Not native, but text (#55676) (#56935)Brian Coca2019-06-031-1/+1
* Collection content loading (#52194)Matt Davis2019-03-281-2/+4
* dataloader: check exact value of dir (#52021)Abhijeet Kasurde2019-03-161-4/+4
* Fix pycodestyle E117 issues.Matt Clay2019-02-131-2/+2
* ansible-vault: handle utf-8 filename in vault (#50341)Abhijeet Kasurde2019-02-121-1/+1
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-1/+2
* More path encoding fixes.Matt Clay2019-01-161-1/+1
* Minor typos (#50371)Abhijeet Kasurde2019-01-151-1/+1
* 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