mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
a163ec3afa
* initial commit, passing unit tests
* passing one very silly integration test
* multiple changes:
- updated copyright year
- cmd_runner
- added fmt_optval
- created specific exceptions
- fixed bug in context class where values from module params were not
being used for resolving cmd arguments
- changed order of class declaration for readability purpose
- tests
- minor improvements in integration test code
- removed some extraneous code in msimple.yml
- minor improvements in unit tests
- added few missing cases to unit test
* multiple changes
cmd_runner.py
- renamed InvalidParameterName to MissingArgumentFormat
- improved exception parameters
- added repr and str to all exceptions
- added unpacking decorator for fmt functions
- CmdRunner
- improved parameter validation
- _CmdRunnerContext
- Context runs must now pass named arguments
- Simplified passing of additional arguments to module.run_command()
- Provided multiple context variables with info about the run
Integration tests
- rename msimple.py to cmd_echo.py for clarity
- added more test cases
* cmd_runner: env update can be passed to runner
* adding runner context info to output
* added comment on OrderedDict
* wrong variable
* refactored all fmt functions into static methods of a class
Imports should be simpler now, only one object fmt, with attr access to all callables
* added unit tests for CmdRunner
* fixed sanity checks
* fixed mock imports
* added more unit tests for CmdRunner
* terminology consistency
* multiple adjustments:
- remove extraneous imports
- renamed some variables
- added wrapper around arg formatters to handle individual arg ignore_none behaviour
* removed old code commented out in test
* multiple changes:
- ensure fmt functions return list of strings
- renamed fmt parameter from `option` to `args`
- renamed fmt.mapped to fmt.as_map
- simplified fmt.as_map
- added tests for fmt.as_fixed
* more improvements in formats
* fixed sanity
* args_order can be a string (to be split())
and improved integration test
* simplified integration test
* removed overkill str() on values - run_command does that for us
* as_list makes more sense than as_str in that context
* added changelog fragment
* Update plugins/module_utils/cmd_runner.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* adjusted __repr__ output for the exceptions
* added superclass object to classes
* added additional comment on the testcase sample/example
* suggestion from PR
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
---|---|---|
.. | ||
.keep | ||
4.8.0.yml | ||
4084-add-redfish-system-indicator-led.yml | ||
4320-nmcli-hairpin.yml | ||
4377-allow-proxmox-snapshot-restoring.yml | ||
4438-fix-error-message.yaml | ||
4455-terraform-provider-upgrade.yml | ||
4457-support-datadog-monitors-type-event-v2.yaml | ||
4459-only-get-monitor-if-it-is-not-null-api-response.yaml | ||
4464-pacman-fix-local-remove.yaml | ||
4465-btrfs-resize.yml | ||
4466-proxmox-ansible_host-deprecation.yml | ||
4471-seport-refactor.yaml | ||
4476-cmd_runner.yml | ||
4479-add-project-support-for-lxd_container-and-lxd_profile.yml | ||
4491-specify_all_in_list_calls.yaml | ||
4492-proxmox_kvm_fix_vm_without_name.yaml | ||
4496-remove-deprecated-method-in-gitlab-branch-module.yml | ||
4506-sudo-in-nmap-inv-plugin.yaml | ||
4524-update-opennebula-inventory-plugin-to-match-documentation.yaml | ||
4526-keycloak-realm-types.yaml | ||
4530-fix-unauthorized-pritunl-request.yaml | ||
4534-xfconf-added-value-types.yaml | ||
4540-proxmox-inventory-token-auth.yml | ||
4556-remove-default-none-1.yml | ||
4567-remove-default-none-2.yml |