Felix Fontein

Results 222 issues of Felix Fontein

##### SUMMARY Fixes #290. ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME Hetzner modules

##### SUMMARY - https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta - https://docs.hetzner.com/networking/dns/faq/beta/ - https://docs.hetzner.cloud/reference/cloud#dns ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME Hetzner DNS modules and plugins

enhancement

##### SUMMARY Ref: https://github.com/ansible/ansible/issues/85990#issuecomment-3404508298 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME module utils

I reported this to moby/moby (https://github.com/moby/moby/issues/50614), but since it also affects Docker SDK for Python, I'd like to report it here as well. Reproducer from https://github.com/moby/moby/issues/50614#issuecomment-3148412359: 1. Run on shell:...

### Bug description On Python 3.14 with pylint 4.0.1, process this Python file: ```python # pylint: disable=missing-module-docstring from pathlib import Path cwd = Path.cwd() parents = cwd.parents print(parents[0].name) ``` This...

Bug 🪳
Brain 🧠
Needs PR

In this repo, pycdlib 1.15.0 was released eight months ago (67fe5ea7f68cf1185379c2c5e8acf37d483a2d4a), but on PyPI the latest release is still 1.14.0: https://pypi.org/project/pycdlib/ Would it be possible to publish 1.15.0 to PyPI...

##### SUMMARY This time I looked in module_utils' subdirectories :) ##### ISSUE TYPE - Docs Pull Request - Refactoring Pull Request ##### COMPONENT NAME various module utils

needs_revision
tests
module_utils
WIP
plugins
cloud
docs
net_tools
identity
remote_management
storage
check-before-release
backport-12

##### SUMMARY This PR uses https://github.com/felixfontein/ansible/commits/show-deprecations/ to run the tests with ansible-test from ansible-core devel. This should not hide all deprecations, as ansible-test usually does (https://github.com/ansible/ansible/issues/85436). ##### ISSUE TYPE -...

stale_ci
tests
unit
has_issue
needs_rebase
WIP

### Summary While looking at https://github.com/ansible-collections/community.general/pull/10805#pullrequestreview-3207312963 I also looked again at a (more or less) complete CI run for the repo, and looked at which tests ran the slowest: The...

bug
module
callback
has_pr
plugins

##### SUMMARY This is an experiment. The idea is to avoid having part of the CI matrix repeated in AZP. The sole source of truth should be antsibull-nox.toml. ##### ISSUE...