summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/common/validation.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* argspec - fix validating type for required options that are None (#79677)Sloane Hertel2023-04-171-1/+1
* test: Unit tests for validation methods (#75061)Abhijeet Kasurde2021-06-221-0/+10
* Add porting guide and documentation for changes to argument spec validation (...Sam Doran2021-04-201-48/+54
* Use ArgumentSpecValidator in AnsibleModule (#73703)Sam Doran2021-03-191-34/+46
* Add argument spec validator (#73335)Sam Doran2021-02-111-32/+35
* arg_spec - rework _check_arguments() (#72447)Sam Doran2020-11-181-1/+1
* Fix and add tests for some module_utils.common.validation (#67771)Rick Elrod2020-03-261-1/+1
* Replace import of pycompat24.literal_eval with ast.literal_eval. (#64088)Mads Jensen2019-11-041-1/+1
* Add human_to_bytes isbits arg unit tests&docstringAndrey Klychkov2019-07-231-2/+4
* Move type checking methods out of basic.py and add unit tests (#53687)Sam Doran2019-03-211-13/+275
* Move utility functions out of basic.py (#51715)Sam Doran2019-03-141-0/+283