Commit Graph

127 Commits (milestone)

Author SHA1 Message Date
Patrick Kingston 0183e386df
Sanity test for trailing newlines (#86625)
2 months ago
Sam Doran d16aaec92d
ansible-galaxy - Change error to warning when no paths exist (#86341)
4 months ago
Matt Davis 547c64f326
deprecate esoteric/undocumented playbook syntaxes (#85378)
11 months ago
Matt Davis 35750ed321
Templating overhaul, implement Data Tagging (#84621)
1 year ago
Brian Coca a046ef5a95
fix incongruent ansible-vault cli options (#84494)
1 year ago
Matt Clay a0495fc314
Update triple single quotes to triple double quotes (#84099)
2 years ago
Matt Clay 955e310b4c
Cover unit tests with mypy (#84084)
2 years ago
Abhijeet Kasurde c6d5be5cac
test: update tests (#83686)
2 years ago
Lee Garrett 7e3916b767
Typo fixes and other bits and bobs (#83672)
2 years ago
Martin Krizek b2a289dcbb
Remove Python 3.10 support for the controller (#83221)
2 years ago
Brian Coca aed8c080f6
ansible-galaxy, clarify licensing for 'init' templates and results (#83175)
2 years ago
Sloane Hertel 478e139195
remove nonexistent url from role templates (#82933)
2 years ago
Abhijeet Kasurde dd44449b6e
Use of constant for 644 permission variable (#82762)
2 years ago
Brian Coca bec27fb4c0
prettyfy ansible-doc (#75116)
2 years ago
JustinWayland dec9eeb2e5
Remove create_new_password parameter in CLI.build_vault_ids (#82066)
3 years ago
Matt Clay 18e8401edd
Remove Python 2.x compat from unit tests (#82109)
3 years ago
Jordan Borean 8a5ccc9d63
ansible-galaxy - fix traceback error for invalid req file (#81917)
3 years ago
Matt Clay 9f899f9492
Require `from __future__ import annotations` (#81902)
3 years ago
Matt Clay 876be11f8c
Add pymarkdown sanity test for core (#81220)
3 years ago
Matt Martz 56b67cccc5
Resolve issues on python pre-3.10.6 with collection dirs longer than 100 characters (#81061)
3 years ago
Matt Clay 585b82838b
Improve code coverage of unit tests (#80904)
3 years ago
Matt Clay 2cd1744be3
Use ansible.module_utils.common.text.converters (#80704)
3 years ago
Matt Clay 71f6e10dae
Use assertRaisesRegex in unit test (#80663)
3 years ago
Landson Guo ece8da71ea
Add TTY check and argument to disable it (#50603) (#68260)
3 years ago
Matt Clay 43c5cbcaef
Fix galaxy CLI unit test assertions (#80504)
3 years ago
Matt Clay bd22b849c6
Fix unclosed files in unit tests (#80497)
3 years ago
Matt Clay c33c8cf086
Remove unused and unreachable unit test code (#79854)
3 years ago
Matt Martz 56d142350d
Add support for importlib.resources (#78915)
3 years ago
Alex Willmer 163819efa2
tests: Fix `test_ansible_version()` when run within a git checkout (#78636)
4 years ago
Brian Coca 4260b71cc7
refactor and fixes for doc parsing (#77719)
4 years ago
Elijah DeLee f9a450551d
add required file to collection skeleton (#77418)
4 years ago
Brian Coca d26801e994
Fix wording for :ref|term: substitution (#78216)
4 years ago
David Moreau Simard d81a519f25
Remove .travis.yml files from galaxy init skeletons (#75740)
4 years ago
Wouter Schoot 711b51fad6
Remove double spaces in errormessage (#77839)
4 years ago
Matt Clay 3a9a23fb1a
Use unittest.mock instead of mock. (#77883)
4 years ago
Brian Coca b439e41a91
expand ansible-doc coverage (#74963)
4 years ago
Matt Clay 1a5853d794
Remove obsolete units.compat.mock compat layer. (#77118)
4 years ago
Sloane Hertel 43e55db208
ansible-galaxy - add signature verification of the MANIFEST.json (#76681)
4 years ago
Matt Clay 97104f1221
Avoid deprecated TestCase functions in unit tests. (#76678)
4 years ago
Richie B2B 1b34933414
Fix ansible-doc -l ansible.builtin / ansible.legacy (#76235)
5 years ago
Martin Krizek f774292439
cli - remove deprecated setting verbosity before sub command (#75840)
5 years ago
Abhijeet Kasurde 8f82e6327f
ansible-cli: Remove unnessary trailing space (#74880)
5 years ago
Brian Coca ddaa539ab1
Better handling of rstisms in ansible-doc (#74596)
5 years ago
Matt Davis d0e991e892
Clarify CLI version number as core version (#72287)
5 years ago
Sviatoslav Sydorenko f327e65d11
Use iskeyword and str.isidentifier for "is FQCN" (#73279)
5 years ago
Shane McDonald 67f5bb39c7
galaxy - add format options for collection list (#73474)
5 years ago
Sviatoslav Sydorenko 595413d113
Replace the inhouse collection dependency resolver with `resolvelib`
5 years ago
Joshua Bayfield 823c72bcb5
Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263)
5 years ago
Alexander Sowitzki 3e8c8cd536 Make `test_adhoc` succeed from within a git checkout
5 years ago
David Shrewsbury be2c376ab8
Extract embedded function to RoleMixin method and add tests (#72754)
6 years ago