You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/module_utils/common
Sam Doran e9d29b1fe4 Properly mask no_log values is sub parameters during failure (#63405)
* Get no_log parameters from subspec

* Add changelog and unit tests

* Handle list of dicts in suboptions

Add fancy error message (this will probably haunt me)

* Update unit tests to test for list of dicts in suboptions

* Add integration tests

* Validate parameters in dict and list

In case it comes in as a string

* Make changes based on feedback, fix tests

* Simplify validators since we only need to validate dicts

Add test for suboptions passed in as strings to ensure they get validated properly and turned into a dictionary.

ci_complete

* Add a few more integration tests
6 years ago
..
text Add human_to_bytes isbits arg unit tests&docstring 6 years ago
__init__.py Add boilderplate to remove a module but keep documentation. 8 years ago
_collections_compat.py Python 3.8 collections compatibility fixes. 7 years ago
_json_compat.py Move type checking methods out of basic.py and add unit tests (#53687) 7 years ago
_utils.py Cleanups to the common.sys_info API 7 years ago
collections.py Add a CLIArgs Singleton class that will hold the parse cli arguments 7 years ago
dict_transformations.py module_utils.common.*: removed unused objects (#59570) 6 years ago
file.py Revert "Use locking for concurrent file access (#52567)" (#54547) 7 years ago
json.py Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602) 6 years ago
network.py VMware: add new module vmware_guest_network (#52075) 7 years ago
parameters.py Properly mask no_log values is sub parameters during failure (#63405) 6 years ago
process.py actually check we can run scm command for roles (#43315) 7 years ago
removed.py Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602) 6 years ago
sys_info.py module_utils.common.*: removed unused objects (#59570) 6 years ago
validation.py Add human_to_bytes isbits arg unit tests&docstring 6 years ago