summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/basic.py
Commit message (Expand)AuthorAgeFilesLines
* Hide values in json returns which were given in parameters marked no_log.nolog-for-return-valueToshio Kuratomi2015-10-201-3/+83
* made syslog import optional as intel's edison custom compiles python w/o itBrian Coca2015-10-141-4/+10
* AnsibleModules.log() fix for python3py3-module_utils-logToshio Kuratomi2015-10-121-7/+25
* created debug method, renamed debug attribute to _debugBrian Coca2015-10-011-4/+8
* Tweak comment styleMarius Gedminas2015-09-301-6/+16
* Python 3: don't convert unicode to unicodeMarius Gedminas2015-09-301-1/+1
* Python 3 has no dict.iteritems()Marius Gedminas2015-09-301-9/+18
* Make sure 'basestring', 'bytes' and 'unicode' are definedMarius Gedminas2015-09-301-0/+16
* task logging revampBrian Coca2015-09-251-36/+53
* Move is_executable to the toplevel of basic.py so we can utilize it from othe...Toshio Kuratomi2015-09-251-23/+32
* Python 3: there's no itertools.imapMarius Gedminas2015-09-231-1/+6
* Python 3: avoid long integer literalsMarius Gedminas2015-09-231-7/+7
* Python 3: treat python as a function in module_utils/basic.pyMarius Gedminas2015-09-231-2/+2
* Python 3: avoid octal constants in module_utils/basic.pyMarius Gedminas2015-09-231-4/+9
* Python 3: avoid "except ..., e:" in module_utils/basic.pyMarius Gedminas2015-09-231-17/+50
* Restore ValueError in md5 method and change finding the available hash algori...Toshio Kuratomi2015-08-061-34/+27
* move get_available_hash_algorithms() from get_urlmuffl0n2015-08-041-33/+50
* Handle quoting of values in dict parametersToshio Kuratomi2015-07-271-1/+26
* Detect the old python-json libraryToshio Kuratomi2015-07-201-2/+9
* Merge pull request #10914 from bcoca/non_posix_file_copy_fixBrian Coca2015-07-181-2/+3
|\
| * added missing :Brian Coca2015-05-041-1/+1
| * hack to prevent tempalte/copy errors on vagrant synced folders that report in...Brian Coca2015-05-041-2/+3
* | Fix required_if (needed to pass list to _count_terms)Toshio Kuratomi2015-07-081-2/+1
* | put type checking before looking against choices array to always get type com...Brian Coca2015-07-051-1/+1
* | Fixing up some check-mode stuffJames Cammarata2015-07-011-3/+3
* | Refactor the argspec type checking and add path as a typeargspec-path-and-refactorToshio Kuratomi2015-06-291-56/+90
* | Some flake8 cleanupToshio Kuratomi2015-06-251-18/+17
* | Change syslog (priority) level from LOG_NOTICE to LOG_INFODag Wieers2015-06-181-2/+2
* | Merge branch 'v2_final' into devel_switch_v2James Cammarata2015-06-011-2/+2
|\ \
| * | Fixing some small bugs related to integration tests (v2)James Cammarata2015-06-011-2/+2
* | | Merge branch 'v2_final' into devel_switch_v2James Cammarata2015-05-281-39/+35
|\ \ \ | |/ /
| * | More module_utils/basic.py unit tests for v2James Cammarata2015-05-281-1/+1
| * | Started reworking module_utils/basic unit tests (v2)James Cammarata2015-05-271-2/+2
| * | Fix syntaxerror in the required_if arg spec checkToshio Kuratomi2015-05-261-1/+1
| * | Add required_if to AnsibleModuleMonty Taylor2015-05-261-1/+17
| * | added equivalent of #9636 to v2Brian Coca2015-05-261-0/+1
| * | basic: fix ValueError if value of a type='int' is not an intRene Moser2015-05-191-49/+52
| * | made special treatment of certain filesystem for selinux configurableBrian Coca2015-05-151-9/+15
| * | Making the switch to v2James Cammarata2015-05-031-36/+32
| |/
* | Fix syntaxerror in the required_if arg spec checkToshio Kuratomi2015-05-261-1/+1
* | Merge pull request #9423 from emonty/features/required-ifToshio Kuratomi2015-05-261-1/+17
|\ \
| * | Add required_if to AnsibleModuleMonty Taylor2014-10-261-1/+17
* | | Merge pull request #9636 from Batmat/fix-message-i18n-parsing-errorBrian Coca2015-05-261-0/+1
|\ \ \
| * | | Setting LC_MESSAGES: prevent unparseable messagesBaptiste Mathus2014-11-261-0/+1
* | | | Merge pull request #8679 from j0057/support-arch-8653Toshio Kuratomi2015-05-201-1/+2
|\ \ \ \
| * | | | Add support for Arch to module_utils.basic.pyJoost Molenaar2015-04-061-1/+2
* | | | | basic: fix ValueError if value of a type='int' is not an intRene Moser2015-05-191-49/+52
* | | | | made special treatment of certain filesystem for selinux configurableBrian Coca2015-05-151-9/+15
| |_|_|/ |/| | |
* | | | backup_local now only tries to back up exising files, returns '' otherwiseBrian Coca2015-04-061-7/+11
|/ / /
* | | capture IOErrors on backup_local (happens on non posix filesystems)Brian Coca2015-04-011-1/+1