summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing
Commit message (Expand)AuthorAgeFilesLines
* Fix freeform actions with FQCN. (#72958)Felix Fontein2021-01-101-2/+2
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-071-4/+5
* preserve json parsing error (#58461)Brian Coca2020-05-052-11/+16
* safely use vault to edit secrets (#68644)Brian Coca2020-04-151-39/+80
* fix vault temp file handling (#68433)Brian Coca2020-04-142-2/+14
* [2.9] core: Handle empty extra vars in cli (#62240)Abhijeet Kasurde2019-11-121-0/+2
* Add a representer for AnsibleUnsafeBytes (#62598)Sloane Hertel2019-09-191-1/+8
* default collection support (#61415)Matt Davis2019-08-281-4/+4
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-261-32/+5
* various mod_args fixes (#60290)Matt Davis2019-08-131-8/+19
* Close file after using it (#59000)Ewoud Kohl van Wijngaarden2019-07-161-19/+19
* Get copy tests passing with split controller/target (#58516)Matt Martz2019-07-031-5/+5
* Handle vaulted non-ascii characters for Python2 (#58503)Sloane Hertel2019-06-281-2/+2
* Fix ansible-vault cipher_whitelist (#57272)Klaus Frank2019-06-221-1/+2
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-061-2/+2
* Allow finer grained control for dupe YAML keys (#56933)Brian Coca2019-05-281-4/+10
* Not native, but text (#55676)Brian Coca2019-05-241-1/+1
* Config toggle for duplicate dict key warnings (fixes #56799) (#56805)Andrew Gaffney2019-05-231-2/+4
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-23/+25
* 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