summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/dev_guide/testing_validate-modules.rst
Commit message (Expand)AuthorAgeFilesLines
* ansible-test validate-module - support sidecar docs (#78904) (#78933)Jordan Borean2022-09-291-1/+0
* Validate some markup in documentation in validate-modules (#76262)Felix Fontein2021-11-111-0/+1
* ansible-test - Move code from _data to _util. (#75495)Matt Clay2021-08-121-1/+1
* Remove deprecated `common.removed` module_util.Matt Clay2021-04-291-3/+2
* validate-modules: make sure that options that potentially contain secret data...Felix Fontein2021-03-111-0/+1
* ansible-test: improve version number validation, validate some semantic versi...Felix Fontein2020-09-291-3/+3
* Docsite: replace Latin phrases to English (#71588)Andrew Klychkov2020-09-031-1/+1
* validate-modules: fix version_added validation for top-level, fix error codes...Felix Fontein2020-07-281-1/+2
* starting metadata sunset (#69454)Brian Coca2020-06-041-8/+3
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-0/+2
* Allow to deprecate options and aliases by date (#68177)Felix Fontein2020-05-261-0/+1
* Add deprecated removed_in_version and deprecated_aliases version tests (#66920)Felix Fontein2020-05-131-0/+4
* Module validation: sanity check mutually_exclusive, required_if, required_xxx...Felix Fontein2020-02-191-0/+18
* Replace 'message' in module parameters (#60051)Abhijeet Kasurde2020-02-181-0/+1
* ansible-test - Add 'get' to the list of bad choices for state (#66921)Mark Chappell2020-01-301-1/+1
* Forbid `state=(list|info)` in modules via ansible-test sanity checkMark Chappell2020-01-291-0/+1
* Add tests to make sure that the documented 'elements' matches that defined in...Mark Chappell2020-01-281-0/+2
* Add sanity test to require elements entry when argument type=list (#66386)Mark Chappell2020-01-281-0/+1
* Sanity checks: make sure that `required` in argument spec coincides with docu...Felix Fontein2019-12-031-0/+1
* module sanity checks: improve alias handling (#59060)Felix Fontein2019-11-211-0/+3
* Fixes for validate-modules import handling. (#63932)Matt Clay2019-10-301-3/+3
* typo: missing-subption-docs → missing-suboption-docs (#62180)Evgeni Golov2019-09-121-1/+1
* validate-modules - Use error codes instead of numbers (#60711)Sam Doran2019-08-281-112/+75
* Relocate validate-modules for easier testing. (#60214)Matt Clay2019-08-071-1/+1
* Relocate ansible-test code. (#60147)Matt Clay2019-08-061-1/+1
* Render elements in module doc and sanity test for sub-options (#59244)Ganesh Nalawade2019-07-301-0/+2
* removes last :doc: links in the dev guide (#58417)Alicia Cozine2019-06-261-1/+3
* validate-modules: new module: fail if 'type' isn't documentedPierre-Louis Bonicoli2019-06-141-0/+2
* Add a new check to ensure that module arguments are valid python identifiers ...Matt Martz2019-03-051-1/+1
* validate-modules: Documentation bool (#50085)Abhijeet Kasurde2019-02-151-1/+2
* Prevent metadata changes in a stable branch (#48994)Matt Martz2018-11-261-0/+1
* Remove more docs build errors (#45364)Alicia Cozine2018-09-111-0/+2
* Change validate-modules for removed modulesToshio Kuratomi2018-08-241-1/+5
* Add AnsibleModule signature schema, and fix associated issues (#43512)Matt Martz2018-07-311-0/+1
* Add shell out checks (#41545)Andrea Tartaglia2018-06-211-0/+2
* Argument spec must be dict/hash (#40858)Abhijeet Kasurde2018-06-201-0/+1
* Remove tab check from validate-modules.Matt Clay2018-05-211-1/+0
* Use arg_spec type for comparisons on default and choices (#37741)Matt Martz2018-03-261-0/+4
* Add several new doc<->arg_spec checks (#36247)Matt Martz2018-02-151-0/+3
* Module deprecation: docs, scheme and tests (#34100)John R Barker2018-01-301-2/+2
* ANSIBLE_METADATA doesn't support YAML currently, change 315 to invalid data t...Matt Martz2018-01-171-1/+1
* Compare arg+aliases between docs and argument_spec (#34809)Matt Martz2018-01-171-0/+2
* Extend validate-modules to check the next to last line (#34819)jctanner2018-01-151-0/+1
* Validate modules arg spec fixes (#34477)Matt Martz2018-01-111-0/+1
* Add validation test for new copyright (#32919)Will Thames2017-12-161-0/+1
* Fix module validator handling of empty options.Matt Clay2017-12-051-0/+1
* Allow specific __future__ imports in modulesToshio Kuratomi2017-07-271-120/+79
* Added test for 'RETURN' field in validate-modules (#23322)Andrea Tartaglia2017-05-021-0/+2
* Docs how to test (2nd) (#24094)John R Barker2017-04-281-0/+181