Commit Graph

51 Commits (e5eedfe4b8ee387a779e922f57504cb9c3c2f0fd)

Author SHA1 Message Date
Matt Clay f012c94fa5 Handle bad options syntax in validate-modules.
9 years ago
John R Barker bc2f4365b5 Correctly validate module name for modules with aliases (#29957)
9 years ago
Toshio Kuratomi af2073d057 metadata 1.1
9 years ago
Jordan Borean 8bb10bb225 removed requirements on WANT_JSON and POWERSHELL_COMMON (#27679)
9 years ago
Toshio Kuratomi 6f69cd4501 Add code to allow from __future__ in docs-only modules
9 years ago
Toshio Kuratomi 3a2670e0fd Allow specific __future__ imports in modules
9 years ago
Matt Clay 75a3ac5ca5 Fix test for missing __init__.py for modules.
9 years ago
John R Barker 5551e87755 RETURNS can include version_added (#25810)
9 years ago
Matt Martz cb704a4310 If there are no DOCs provided at all, don't traceback, skip the _ensure_imports_below_docs test (#25621)
9 years ago
Matt Martz e86b00b917 Make validate-modules a .py file, and symlink back to validate-modules (#25227)
9 years ago
Matt Martz 2fbfba0ef3 Make Reporter class hold all results, move line/col into results, and out of message (#24127)
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
Matt Clay a871e590a8 Update validate-modules to ignore *.rst files.
9 years ago
Matt Clay d3c006c496 Fix module validator report if skipping all files.
9 years ago
Matt Clay 442768c45e Fix module validator blacklist handling.
9 years ago
Lumír 'Frenzy' Balhar 9d41aefd71 Add Python 3 support for validate-modules test. (#21195)
9 years ago
Brian Coca 7839f70e36 Enable documentation in plugins
9 years ago
Ryan Brown d791665559 fix validate-module sanity error per https://app.shippable.com/github/ansible/ansible/runs/16493/1/console (#22711)
9 years ago
Matt Clay 672e9a2f61 Fix module validation without base branch.
9 years ago
Matt Clay 1f337b6421 Support module alias and rename validation. (#22675)
9 years ago
Toshio Kuratomi eb1214baad New metadata 1.0 (#22587)
9 years ago
John R Barker 04e816e13b Stricter module documentation validation (#22353)
9 years ago
Matt Clay 673bfc06b9 Support option renaming in validate-modules.
9 years ago
Matt Martz 293e624235 Support matching original path for a moved module location
9 years ago
Matt Martz 958ce4a252 Create custom JSONEncoder to stringify Exceptions
9 years ago
Matt Martz f761949cca Ensure that a deprecated module has DOCUMENTATION.deprecated (#22090)
9 years ago
Matt Clay c448a418fd Treat deprecated modules as old during validation.
9 years ago
Matt Martz 97e12b0898 Check for imports to be between last doc line and first callable (#21863)
9 years ago
Matt Martz 4b320ce0e4 Add checks for from module_utils import * (#21800)
9 years ago
Matt Martz b143fdea54 DOC options must be a dict when used with extends_documentation_fragment (#21745)
9 years ago
Matt Martz c160ede789 Validate modules json output (#21680)
9 years ago
Matt Martz 9b1bd2eb7e Re-enable module comparisons in validate-modules (#21582)
9 years ago
Matt Martz 7c00346714 Validate EXAMPLES as YAML
9 years ago
John R Barker 53ac312382 validate-modules --arg-spec (#21331)
10 years ago
Matt Clay 46f9648aa1 Fix type() usage check in validate-modules.
10 years ago
Matt Clay 6580fb2cd1 Fix exception in module validator.
10 years ago
Matt Martz 829c0b8f62 Update validate-modules (#20932)
10 years ago
Will Thames dce445f956 Improve error message for module validation (#19501)
10 years ago
Andrea Tartaglia 59227d8c31 Removed dict.iteritems() in several other files.
10 years ago
Matt Clay cd47cb2a15 Remove remnants of obsolete fireball mode.
10 years ago
Matt Davis cb1888125d add metadata to doc support (#18802)
10 years ago
Matt Clay bd7ce0696e Fix tests after repo merge.
10 years ago
Matt Clay 6bbd92e422 Initial ansible-test implementation. (#18556)
10 years ago
jctanner 05f02371ce Add a check for type() instead of isinstance() (#18439)
10 years ago
Matt Clay 65f019fe82 Fix handling of ReaderError in validate-modules.
10 years ago
Matt Clay 1238a4c0c9 Run validate-modules with python 2 only.
10 years ago
Matt Clay 05531b99d0 Restore README.rst, update and fix formatting. (#18012)
10 years ago
Matt Clay 4916fe9962 Update validate-modules README and convert to MD. (#18008)
10 years ago
John Barker 25286c3c7d README.rst to reference new name
10 years ago