summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/basic.py
Commit message (Expand)AuthorAgeFilesLines
* Fix removed_in_version to support honor suboptions (#66918)Felix Fontein2020-02-041-2/+2
* Make get_bin_path() always raise an exception (#56813)Sam Doran2020-01-301-2/+5
* Add mechanism for storing warnings and deprecations outside of AnsibleModule ...Sam Doran2020-01-281-25/+21
* Improve deprecate sanity check; remove deprecated features which should have ...Felix Fontein2020-01-211-26/+9
* synchronize - fix password authentication (#66542)Sam Doran2020-01-211-2/+5
* Allow no_log=False to silence the no_log warnings for module parameters (#64733)kaorihinata2020-01-091-6/+5
* Properly mask no_log values is sub parameters during failure (#63405)Sam Doran2019-10-141-2/+5
* Deprecate alias 'thirsty' from all usages (#61245)Jill R2019-08-281-0/+12
* Support relative imports in AnsiballZ. (#61196)Matt Clay2019-08-271-1/+1
* missing_required_lib: add information how to change Python interpreter (#60736)Felix Fontein2019-08-201-1/+4
* Option parsing: warn if both an option and its alias are specified for a modu...Felix Fontein2019-07-191-6/+14
* Typo fixes (#59227)Abhijeet Kasurde2019-07-191-1/+1
* Rename python files in hacking/ directory to have .py suffixToshio Kuratomi2019-07-101-2/+2
* ensure bytes in run_command (#58411)Brian Coca2019-07-021-6/+9
* Handle mode-setting of symlink to RO filesystem (#58564)dpoon2019-07-021-1/+1
* Revert nxos, ios, iosxr return_timestamps (#56206)Trishna Guha2019-05-081-4/+0
* fix missing attribs with dirct module execution (#53875)Brian Coca2019-04-041-13/+21
* Fix file path encoding bugs on Python 3.Matt Clay2019-03-281-3/+5
* Move type checking methods out of basic.py and add unit tests (#53687)Sam Doran2019-03-211-299/+61
* Move utility functions out of basic.py (#51715)Sam Doran2019-03-141-85/+63
* Try to get correct buffer size to avoid races (#53547)Brian Coca2019-03-141-11/+27
* Python 2: accept both long and int for type=int (module options) (#53289)Felix Fontein2019-03-051-1/+1
* Move _handle_no_log_values() out of basic.py (#48628)Sam Doran2019-03-041-46/+7
* Move _handle_aliases() out of basic.py (#48578)Sam Doran2019-02-281-46/+13
* Modify the correct variable when setting available hashing algorithms (#52994)Sam Doran2019-02-281-4/+2
* Do not add state: absent when a non-existent path is returned (#51350)Sam Doran2019-02-231-2/+0
* Add option to ignore, warn, or error when a module parameter is converted to ...Sam Doran2019-02-221-3/+14
* Add support for elements validation in argspec (#50335)Ganesh Nalawade2019-02-191-19/+48
* Fix various sonarcloud issuesDag Wieers2019-02-151-2/+0
* Introduce new 'required_by' argument_spec option (#28662)Dag Wieers2019-02-151-1/+22
* Final round of moving modules to new import error msg (#51852)Jordan Borean2019-02-081-1/+3
* use list instead of tuple and remove md5 on ValueError (#51357)Mike Sgarbossa2019-02-071-2/+4
* start getting modules to use shared import error code (#51787)Jordan Borean2019-02-061-3/+6
* added timestamps to nxos_command module (#50261)vaneuk2019-01-171-0/+4
* Cleanups to the common.sys_info APIToshio Kuratomi2019-01-031-3/+38
* Make the timeout decorator raise an exception out of the function's scope (#4...Toshio Kuratomi2018-12-181-10/+1
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-7/+7
* allow caller to deal with timeout (#49449)Brian Coca2018-12-111-1/+10
* Pull documentation of ansible.module_utils.basic from (improved) doc strings....Andreas Krüger2018-12-101-12/+14
* move some of basic into common (#48078)Andreas Calminder2018-12-071-107/+15
* Pass string command in run_command (#48805)Abhijeet Kasurde2018-11-201-1/+1
* fix(tasks: synchronize): wrap in sshpass if ssh password was provided (#30743)Yauhen Kirylau2018-11-051-1/+12
* Add helper function to return helpful import error msg (#47409)Jordan Borean2018-10-241-0/+6
* Restore SIGPIPE handler to DFL on POpenJonathan Oddy2018-10-121-0/+7
* Fix calling deprecate with correct arguments (#44726)Dag Wieers2018-09-211-0/+2
* Fix collections.deque import in compat moduleSviatoslav Sydorenko2018-09-191-1/+1
* Add new expand_shell argument for run_command, to disable expanding shellisms...Matt Martz2018-09-141-3/+12
* basic.py: catch ValueError when trying to import hash algorithms (#44551)Jordan Borean2018-08-221-2/+8
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-14/+2
* actually check we can run scm command for roles (#43315)Brian Coca2018-07-311-35/+8