David Moreau Simard
d8687bd015
docs: Update porting guide for Ansible 5.5.0 ( #77287 )
3 years ago
Sandra McCann
dfda04894f
stub out ipaddr page and point to new home ( #77281 )
3 years ago
Christian Adamini
6546c484f4
Address Docs: How to report bugs #53520 ( #77214 )
3 years ago
Jasmine Hegman
1a923e307e
After 2.10 Collections can use vars plugins ( #77216 )
3 years ago
Matt Clay
e8afdac06e
ansible-test - Fix delegation inventory path.
3 years ago
Jasmine Hegman
b60a5eefb2
Include links to the modern homes of the windows modules ( #77220 )
3 years ago
bluikko
496f51ceac
get_url fix word emphasis on documentation ( #77247 )
3 years ago
Ganesh B. Nalawade
3c72aa32d6
Add ansible devtools working group in community communication
3 years ago
Matt Martz
7cb581ed2c
Support podman-remote in ansible-test ( #75753 )
3 years ago
lumean
1ba3ead0a0
Update developing_modules_general_aci.rst ( #73925 )
3 years ago
Matt Clay
0c514bcf54
ansible-test - Fix PS coverage `--all` generation.
3 years ago
Matt Clay
6f445ca6e5
Remove obsolete Python 2.x controller code.
3 years ago
Matt Clay
f68c66a3ef
Remove collections compat from controller code.
3 years ago
Matt Clay
822fddd627
Fix yaml loader and compat.
3 years ago
Matt Clay
f43c54d890
ansible-test - Update default containers to 5.7.0.
3 years ago
Matt Clay
3d5637beec
Initial mypy sanity test support for core.
3 years ago
Matt Clay
27923aad7e
Add inline type hint ignores.
3 years ago
Matt Clay
2a2b7dc42a
Update include role to match the base class.
...
Use frozenset instead of tuple.
3 years ago
Matt Clay
4867ac217b
Code cleanup for type hinting issues.
3 years ago
Sloane Hertel
8063643b4c
Fix collection redirects for filter and test plugins ( #77210 )
...
* Fix collection redirects for jinja2 filters/tests
* Handle recursive redirects
Co-authored-by: Matt Martz <matt@sivel.net>
3 years ago
Divine Odazie
50d28de9ba
Make ansible_index.rst more readable ( #77225 )
3 years ago
Matt Clay
7c81a652c0
Type hint fixes.
3 years ago
Matt Clay
3a3c496ade
Remove obsolete Python 2.x compat code.
3 years ago
Matt Clay
0c4c18bc04
Type hint fixes.
3 years ago
Philip Douglass
e6f63be7a4
Honor `--quiet` parameter properly in fish shell ( #77180 )
...
* The `^` stderr redirection is deprecated
* Setting `-q` for `setup.py` in `gen_egg_info` is redundant
3 years ago
Matt Clay
8b2e628565
galaxy - Clean up type hints and imports.
3 years ago
Felix Fontein
0990c4ca7c
Extend validate-modules to also validate plugins ( #71734 )
...
* Let validate-modules also validate plugins.
* Support 'option' in 'cli'.
* Use DOCUMENTABLE_PLUGINS instead of UNDOCUMENTED_PLUGIN_TYPES.
* Support 'keyword', clean up error codes.
* Call settings.process_errors only once; remove __version__.
* Add changelog fragment.
3 years ago
Sandra McCann
7d234a40ee
Point to AH docs ( #77200 )
3 years ago
Matt Clay
af2b1361ff
ansible-test - Simplify type hints.
3 years ago
Pierre Blanc
ea66cf189b
Fix ansible console to respect ANSIBLE_STDOUT_CALLBACK ( #77182 )
...
* Fix ansible console to respect ANSIBLE_STDOUT_CALLBACK
This makes the ansible-console able to customize the stdout callback.
Ansible console currently uses statically minimal callback.
* Add changelog
* Move the fragment changelog in the right directory
3 years ago
Matt Clay
871b2ca73a
Simplify existing type hints.
3 years ago
Matt Clay
ccdb552d90
More type hint fixes for module_utils. ( #77198 )
...
* Type hint fixes for module_utils.
* Fix type hints in module_utils.facts.
3 years ago
hfinucane
86f00bd156
Update example to work ( #77191 )
...
`with_first_found` only takes a list of things, it's not like `tags`
where it can take a thing or a list of things.
Inspired by locally discovered breakage and then finding
https://github.com/ansible/ansible/issues/77136 where someone was also
doing this and getting into trouble.
3 years ago
Matt Clay
e314f4e666
Add typing to module_utils.compat. ( #77197 )
3 years ago
Matt Clay
5a1b891917
Additional type hinting cleanup. ( #77188 )
3 years ago
Martin Krizek
74a204e6f1
first_found: allow spaces in names ( #77141 )
...
* first_found: allow spaces in names
Fixes #77136
3 years ago
Matt Clay
1286513947
module_utils - Fix type hinting issues.
3 years ago
Matt Clay
8e45925415
hostname - Use base class on UnimplementedStrategy
...
This requires moving UnimplementedStrategy below BaseStrategy and Hostname below UnimplementedStrategy.
3 years ago
Matt Clay
35ef2af0ce
Fix type hints and variable usage in modules. ( #77184 )
...
* Remove unused variables.
* Fix conflicting variable name.
* Add type hints.
3 years ago
Matt Clay
6de04e8be6
Fix module exception handlers.
...
Exception handler variable names should not conflict with other variables.
Use Python 2.6+ exception handler syntax.
3 years ago
Matt Clay
d31730d781
Fixes for type hinting issues. ( #77170 )
3 years ago
Matt Martz
7b0fb114be
Data tagging and sidecar docs are delayed, and will be retargeted for 2.14 ( #77173 )
3 years ago
saeedhosseini
b667409d6d
ansible-test - Correct a typo in comments ( #77148 )
3 years ago
Matt Clay
a06fa496d3
ansible-test - Code cleanup and refactoring. ( #77169 )
...
* Remove unnecessary PyCharm ignores.
* Ignore intentional undefined attribute usage.
* Add missing type hints. Fix existing type hints.
* Fix docstrings and comments.
* Use function to register completion handler.
* Pass strings to display functions.
* Fix CompositeAction handling of dest argument.
* Use consistent types in expressions/assignments.
* Use custom function to keep linters happy.
* Add missing raise for custom exception.
* Clean up key/value type handling in cloud plugins.
* Use dataclass instead of dict for results.
* Add custom type_guard function to check lists.
* Ignore return type that can't be checked (yet).
* Avoid changing types on local variables.
3 years ago
Sandra McCann
8291dbdf81
add accessibility guidelines to docs style guide ( #77145 )
...
Co-authored-by: Jill R <4121322+jillr@users.noreply.github.com>
3 years ago
Matt Clay
27fe26edbf
Update setup_pexpect to prefer pip user installs.
...
This works around issues on RHEL 7.9 when an old version of pexpect is installed from an OS package.
3 years ago
Sloane Hertel
7657caa072
Fix 'ansible-galaxy collection verify' to display new files/dirs ( #76690 )
...
* Fix 'ansible-galaxy collection verify' to report files/directories not listed in the FILES.json
* changelog
* Fix bug in 2.13+
3 years ago
Martin Nečas
0d4219f265
Fix IPs for ipaddr filter in user_guide ( #77151 )
...
* Fix IPs for ipaddr filter in user_guide
* Apply suggestions from code review
Co-authored-by: Sandra McCann <samccann@redhat.com>
3 years ago
jbpratt
28a278ee48
fix spelling error in details ( #77152 )
...
correct inventory_hostname spelling error in include_vars and set_fact
modules
Signed-off-by: jbpratt <jbpratt78@gmail.com>
3 years ago
Sloane Hertel
c3999d89f4
Clarify docs for using tests as filters ( #77155 )
3 years ago