summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/common
Commit message (Expand)AuthorAgeFilesLines
* Skip recursive suboption validation if sub_parameters is not a dict (#75635) ...Sloane Hertel2021-11-241-3/+4
* Clarify get_bin_path error message (#75544)Brian Coca2021-08-241-1/+1
* ansible-test - Upgrade pylint to 2.9.3. (#75480)Matt Clay2021-08-111-1/+1
* modules moved to use best_parsable_locale (#75250)Brian Coca2021-07-151-25/+33
* recursive_diff: handle error when parameters are not dict (#74801)Abhijeet Kasurde2021-07-091-2/+16
* Try to get best usable locale (#75033)Brian Coca2021-06-231-0/+49
* test: Unit tests for validation methods (#75061)Abhijeet Kasurde2021-06-221-0/+10
* deprecate FileLock (#75032)Brian Coca2021-06-171-0/+3
* get_distribution - Return distribution for all platforms (#71641)Sam Doran2021-06-111-29/+27
* docs: Update Python 2 doc links (#74633)Abhijeet Kasurde2021-05-241-2/+2
* Remove deprecated `common.removed` module_util.Matt Clay2021-04-291-63/+0
* [module_utils] make to_bits actually return (#74409)Rick Elrod2021-04-271-1/+1
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-211-0/+42
* arg_spec - remove unused imports (#74354)Sam Doran2021-04-211-8/+0
* Add porting guide and documentation for changes to argument spec validation (...Sam Doran2021-04-203-118/+169
* uri - fix traceback on multipart-form int value (#74302)Jordan Borean2021-04-161-1/+1
* argspec validation - fix apply_defaults (#74029)Felix Fontein2021-03-241-2/+2
* Use ArgumentSpecValidator in AnsibleModule (#73703)Sam Doran2021-03-193-491/+660
* Add argument spec validator (#73335)Sam Doran2021-02-113-48/+759
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-101-0/+98
* arg_spec - move validator lookup method to a function (#72667)Sam Doooran2020-12-171-1/+56
* arg_spec - rework _check_arguments() (#72447)Sam Doran2020-11-182-1/+26
* AnsibleVaultEncryptedUnicode should be considered a string (#71609)Matt Martz2020-09-032-2/+3
* Revert "Change default file permissions so they are not world readable (#7022...Sam Doran2020-08-121-1/+1
* Change default file permissions so they are not world readable (#70221)Sam Doran2020-07-221-1/+1
* Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786)Matt Martz2020-07-211-2/+10
* Allow single vault encrypted values to be used directly as module parameters....Matt Martz2020-07-141-2/+6
* Fix boilerplate in setup.py and lib/ansible/ dir.Matt Clay2020-06-221-0/+3
* Deprecation revisited (#69926)Felix Fontein2020-06-092-5/+7
* Only show one deprecation warning if version and date are both defined. (#69808)Nathaniel Case2020-06-041-4/+4
* __eq__ should be redefined if __hash__ is defined.Toshio Kuratomi2020-06-031-0/+9
* Allow to deprecate options and aliases by date (#68177)Felix Fontein2020-05-262-2/+12
* Properly handle unicode in safe_eval (#68576)Martin Krizek2020-05-201-1/+1
* Bring back more objects that were exposes in _text (#69090)Jordan Borean2020-04-241-63/+63
* Expose to_<str> as a public function (#68965)Jordan Borean2020-04-171-1/+243
* Revert "stricter permissions on atomic_move when creating new file (#68970)" ...Brian Coca2020-04-161-1/+1
* stricter permissions on atomic_move when creating new file (#68970)Brian Coca2020-04-161-1/+1
* Fix and add tests for some module_utils.common.validation (#67771)Rick Elrod2020-03-261-1/+1
* Show field instead of value (#59926)Brian Coca2020-02-211-2/+5
* Nuke all removed_module stubs (#67139)Matt Martz2020-02-051-1/+12
* Fix removed_in_version to support honor suboptions (#66918)Felix Fontein2020-02-041-6/+21
* Make get_bin_path() always raise an exception (#56813)Sam Doran2020-01-301-5/+6
* Add mechanism for storing warnings and deprecations outside of AnsibleModule ...Sam Doran2020-01-281-0/+35
* Replace import of pycompat24.literal_eval with ast.literal_eval. (#64088)Mads Jensen2019-11-041-1/+1
* Replaces deprecated usage of functions in ansible.module_utils.basic (#63990)Mads Jensen2019-10-311-2/+2
* Properly mask no_log values is sub parameters during failure (#63405)Sam Doran2019-10-141-0/+26
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-262-0/+74
* add vfat to selinux special_context_filesystems (#59823)James Cassell2019-08-121-1/+1
* module_utils.common.*: removed unused objects (#59570)Andrey Klychkov2019-07-253-3/+1
* Add human_to_bytes isbits arg unit tests&docstringAndrey Klychkov2019-07-232-3/+19