Pilou

Results 15 issues of Pilou

##### SUMMARY `validate-modules` sanity check: * disable string conversion * allow to explicitly use `None` in `choices` Fix E328 errors: * `azure_rm_manageddisk`: `zone` param: values are `str` * `clc_loadbalancer`: `port`...

needs_revision
cloud
needs_rebase
azure
openstack
test
module
WIP
support:community
support:core
bug
packaging
collection
affects_2.9
has_issue
collection:community.general
collection:azure.azcollection
collection:paultaiton.azcollection
pre_azp
collection:h3c.sdn
collection:coleneubauer.azcollection

* remove nitter.tedomum.net: service [is closed](https://mastodon.tedomum.net/@tedomum/106272810211510860) since 2021-05-21 * update [nitter.nixnet.services](https://nixnet.services/blog/nitter-behind-http-basic-auth) URL

Follow Python DB API 2.0 (http://legacy.python.org/dev/peps/pep-0249/#integrityerror) Bug report: https://sourceforge.net/p/mysql-python/bugs/336/

When a pull request updates a `module_utils` file, if there is a related entry in `.github/BOTMETA.yml` then path components which are valid GitHub labels are automatically added. Applying the same...

enhancement

Shipit/reviews [are ignored](https://github.com/ansible/ansibullbot/blob/935176b01e2e0f55acf6c9a584d99bb5a56de119/ansibullbot/triagers/plugins/shipit.py#L218) when a pull request only updates `module_utils`. [Non module change](https://github.com/ansible/ansibullbot/blob/master/ISSUE_HELP.md#non-module-changes) are approved by the core team but: - `shipit` from core team for pull requests updating only...

enhancement

Currently, the GitHub filter [`is:pr label:shipit label:support:community -label:backport -label:module`](https://github.com/ansible/ansible/pulls?q=is:pr+label:shipit+label:support:community+-label:backport+-label:module) matches 3 open pull-requests and 11 merged pull requests. Is there any reason to prevent automerge for such pull requests ?...

Version ------- 6.2.60~dfsg-4 (Debian bullseye) Installation method ------------------- Debian bullseye Expected behavior ----------------- - Either the messages sent to a list should not be delivered when all the users of...

enhancement

##### ISSUE TYPE - Bugfix Pull Request ##### SUMMARY Allow to push to private registries: remove exception. Error was: $ ansible-container push --push-to myregistry Parsing conductor CLI args. Engine integration...

##### ISSUE TYPE - Bugfix Pull Request ##### SUMMARY validate-config tests: - enable existing tests - add a new test Depends-On: #882

Python 3 compatibility: * use [relative imports](https://python-future.org/compatible_idioms.html#imports-relative-to-a-package) * use [`next` builtin](https://portingguide.readthedocs.io/en/latest/iterators.html#new-iteration-protocol-next)