Alexei Znamensky

Results 23 issues of Alexei Znamensky

##### SUMMARY Added state `latest` to the module. Fixes #5039 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME pipx

feature
module
tests
integration
plugins
packaging
language
check-before-release
backport-5

### Summary Many modules need to either parse or format numbers in specific units, like `kb`, `mb`, `gb`, etc, or sometimes to format numbers as such. As of now, there...

feature

##### SUMMARY Refactoring on `dnsimple_info`, including: * removal of extraneous import * fixing the names on the import checking mechanism (for `requests`) * simplified `iterate_data()` * make use of `required_by`...

bug
module
needs_revision
stale_ci
needs_rebase
plugins
net_tools
check-before-release
backport-5

Hi Saied, First and foremost, thank you for publishing this code. At our company we are looking for better ways to automate infra provisioning, and we bumped into your article...

##### SUMMARY Since the introduction of `CmdRunner` in April 2022, it should be preferred to `CmdMixin` and the derived classes `CmdModuleHelper` and `CmdStateModuleHelper`. This PR deprecates `CmdMixin`. ##### ISSUE TYPE...

feature
needs_revision
module_utils
plugins

##### SUMMARY Minor refactor on the module. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME plugins/modules/clustering/consul/consul.py

bug
module
plugins
clustering
check-before-release
backport-5

##### SUMMARY The return code of the command was being ignored when upgrading all packages. Fixes #5363 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME pkgng

bug
module
tests
integration
plugins
os
packaging
check-before-release
backport-4
backport-5

##### SUMMARY Refactored the `list` behaviour out of `manageiq_tags` into utils and create a new module `manageiq_tags_info` that does the same thing. ##### ISSUE TYPE - New Module Pull Request...

module
needs_revision
new_plugin
module_utils
plugins
remote_management
check-before-release
backport-5

### Summary The module `manageiq_provider` has a number of sanity check errors related to undocumented options in the argument spec. This ticket should register the work towards solving them. ###...

bug
module
plugins
remote_management

- update molecule - add molecule-plugins[docker] instead of extra in main molecule package - fix names of container images - add OpenWRT 23.05.02 to the list of tested platforms -...