Commit Graph

44 Commits (3cc693b92c0cbaec6af133e6f73427f1c4f1b28f)

Author SHA1 Message Date
Felix Fontein a077bca5d5
ansible-test: improve version number validation, validate some semantic versioning properties (#71679)
6 years ago
Andrew Klychkov 7bfeed3e24
Docsite: replace Latin phrases to English (#71588)
6 years ago
Felix Fontein 7e2cc7db12
validate-modules: fix version_added validation for top-level, fix error codes (#70869)
6 years ago
Brian Coca 062e780a68
starting metadata sunset (#69454)
6 years ago
Felix Fontein 40f21dfd3c
Version source tagging (automatic and manual) for version_added and deprecation versions (#69680)
6 years ago
Felix Fontein ea04e0048d
Allow to deprecate options and aliases by date (#68177)
6 years ago
Felix Fontein 0e15375ffe
Add deprecated removed_in_version and deprecated_aliases version tests (#66920)
6 years ago
Felix Fontein 4373863f25
Module validation: sanity check mutually_exclusive, required_if, required_xxx ... (#66961)
6 years ago
Abhijeet Kasurde b6753b46a9
Replace 'message' in module parameters (#60051)
6 years ago
Mark Chappell 5d4d9d40af
ansible-test - Add 'get' to the list of bad choices for state (#66921)
6 years ago
Mark Chappell 1156962cde
Forbid `state=(list|info)` in modules via ansible-test sanity check
6 years ago
Mark Chappell 35652ca788 Add tests to make sure that the documented 'elements' matches that defined in argument_spec (#66385)
6 years ago
Mark Chappell 5ff899662d Add sanity test to require elements entry when argument type=list (#66386)
6 years ago
Felix Fontein 4be8b2134f Sanity checks: make sure that `required` in argument spec coincides with documentation (#65437)
6 years ago
Felix Fontein 784e507671 module sanity checks: improve alias handling (#59060)
7 years ago
Matt Clay e9f8a34dce
Fixes for validate-modules import handling. (#63932)
7 years ago
Evgeni Golov 48a39f5616 typo: missing-subption-docs → missing-suboption-docs (#62180)
7 years ago
Sam Doran 73248bf27d validate-modules - Use error codes instead of numbers (#60711)
7 years ago
Matt Clay a93a0c8fd6
Relocate validate-modules for easier testing. (#60214)
7 years ago
Matt Clay d651bda123
Relocate ansible-test code. (#60147)
7 years ago
Ganesh Nalawade 127bd67f6e
Render elements in module doc and sanity test for sub-options (#59244)
7 years ago
Alicia Cozine 3fc0694ffc removes last :doc: links in the dev guide (#58417)
7 years ago
Pierre-Louis Bonicoli c289006e05 validate-modules: new module: fail if 'type' isn't documented
7 years ago
Matt Martz a639dc6d88
Add a new check to ensure that module arguments are valid python identifiers (#53278)
7 years ago
Abhijeet Kasurde e0d8d9c2bf validate-modules: Documentation bool (#50085)
7 years ago
Matt Martz 7287d396e2 Prevent metadata changes in a stable branch (#48994)
8 years ago
Alicia Cozine 4264be2b18 Remove more docs build errors (#45364)
8 years ago
Toshio Kuratomi 68c60ad307 Change validate-modules for removed modules
8 years ago
Matt Martz 01c0446cb5
Add AnsibleModule signature schema, and fix associated issues (#43512)
8 years ago
Andrea Tartaglia a342538aba Add shell out checks (#41545)
8 years ago
Abhijeet Kasurde 27b85e732d Argument spec must be dict/hash (#40858)
8 years ago
Matt Clay 8d39515914 Remove tab check from validate-modules.
8 years ago
Matt Martz ffbbb5a25b
Use arg_spec type for comparisons on default and choices (#37741)
8 years ago
Matt Martz 50adc5409b Add several new doc<->arg_spec checks (#36247)
8 years ago
John R Barker a23c95023b
Module deprecation: docs, scheme and tests (#34100)
8 years ago
Matt Martz 3c400c5899
ANSIBLE_METADATA doesn't support YAML currently, change 315 to invalid data type (#35009)
8 years ago
Matt Martz a352d43824
Compare arg+aliases between docs and argument_spec (#34809)
8 years ago
jctanner b10d5f34ea Extend validate-modules to check the next to last line (#34819)
8 years ago
Matt Martz dcc05093db Validate modules arg spec fixes (#34477)
8 years ago
Will Thames 5f29cd5e60 Add validation test for new copyright (#32919)
8 years ago
Matt Clay 90ac38bd4c Fix module validator handling of empty options.
9 years ago
Toshio Kuratomi 3a2670e0fd Allow specific __future__ imports in modules
9 years ago
Andrea Tartaglia 4e4fc9cb4c Added test for 'RETURN' field in validate-modules (#23322)
9 years ago
John R Barker ecbf8e933a Docs how to test (2nd) (#24094)
9 years ago