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
Matt Clay
43c2c983cc
Fix type hints in galaxy.
3 years ago
Andrew Klychkov
68601601ce
Docsite: update communication.rst ( #77135 )
...
\
3 years ago
Sandra McCann
22ba18d7b0
add links to remote_user docs ( #77140 )
...
* add links to remote_user docs
* shorten link name
3 years ago
Matt Clay
dc6b0d4857
ansible-test - Remove obsolete display of MAXFD.
...
Use of ``subprocess.MAXFD`` only worked on Python 2.x, which is no longer supported.
3 years ago
Elijah DeLee
3f924b59f2
use same timeout for galaxy api interactions ( #77088 )
...
Also, bump the default. A number of people have reported problems with
this 20 second timeout for a couple of years on
https://github.com/ansible/galaxy/issues/2302
It is mentioned in the issue that resolving dns can sometimes take up to
30 seconds, and that this timeout includes dns resolution.
Includes a changelog message
3 years ago
Abhijeet Kasurde
4f48f375a0
parameters: handle blank values when argument is a list ( #77119 )
...
Fixes : #77108
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Emmanuel Benoît
d60efd9768
hostname module - fix TypeError in FileStrategy ( #77025 ) ( #77074 )
...
* Use file_get_content() to read the file containing the host name
3 years ago
Sandra McCann
6a7009a84f
use present tense in changelog example ( #77138 )
3 years ago
Matt Clay
749063968b
Temporarily remove RHEL 9.0b from the test matrix.
...
AppStream modules are currently missing.
3 years ago
Sandra McCann
5f258d2c64
move collection pr quickstart over ( #77087 )
...
* move collection pr quickstart over
* add link
* fix CI
* fix formatting
3 years ago