summaryrefslogtreecommitdiff
path: root/test/sanity
Commit message (Expand)AuthorAgeFilesLines
* WIP: Resolve CI issues for stable-2.3. (#32605)Matt Clay2017-11-061-4/+0
* If pip install requirements.txt fails, upgrade pip (#32399)John R Barker2017-11-061-0/+4
* Fix PEP 8 issues.Matt Clay2017-08-161-11/+0
* alternatives: handle absent link, add integration tests (#27967)Pilou2017-08-161-0/+11
* Update docs based on 23946 (#25860)John R Barker2017-06-191-1/+0
* Remove vertica_schema from the pep8 legacy filesToshio Kuratomi2017-06-011-1/+0
* Add integration test that modules are loaded from the expected locations (#24...Toshio Kuratomi2017-05-011-0/+1
* Fix bugs in ansible-test units command. (#24044)Matt Clay2017-04-271-0/+1
* nxos_vlan tweaks (#23194)Nathaniel Case2017-04-181-1/+0
* Add rstcheck to ansible-test and correct issues. (#23550)Matt Clay2017-04-131-0/+2
* Fix var precedence check to support python 3. (#23552)Matt Clay2017-04-132-17/+18
* Fix module validator blacklist handling.Matt Clay2017-04-131-11/+21
* Add Python 3 support for validate-modules test. (#21195)Lumír 'Frenzy' Balhar2017-04-134-38/+54
* fix validate-module sanity error per https://app.shippable.com/github/ansible...Ryan Brown2017-04-131-1/+1
* Fix module validation without base branch.Matt Clay2017-04-131-2/+6
* Support module alias and rename validation. (#22675)Matt Clay2017-04-131-11/+44
* Fix errors reported by pylint. (#23282)Matt Clay2017-04-131-6/+0
* Initial pylint support for ansible-test sanity.Matt Clay2017-04-132-0/+30
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+2
* Stricter module documentation validation (#22353)John R Barker2017-03-132-36/+72
* composer: fix escape working_dir (#22363)René Moser2017-03-071-1/+0
* Use a dedicated directory for the mongodb modules (#22187)Lujeni2017-03-061-1/+1
* cloudstack: cs_sshkeypair: fix fingerprint not used as identifier (#22276)René Moser2017-03-051-1/+0
* Support option renaming in validate-modules.Matt Clay2017-03-031-2/+3
* Support matching original path for a moved module locationMatt Martz2017-03-031-1/+16
* Create custom JSONEncoder to stringify ExceptionsMatt Martz2017-03-031-2/+9
* Fix variable precedence of INI/script vars to be in-line with docs.James Cammarata2017-03-021-0/+539
* Overhaul `ansible-test sanity` implementation. (#22177)Matt Clay2017-03-021-0/+2
* Ensure that a deprecated module has DOCUMENTATION.deprecated (#22090)Matt Martz2017-02-282-0/+9
* Disable newer shellcheck tests which don't pass.Matt Clay2017-02-271-0/+2
* jira: comply with current pep8 rule setSlezhuk Evgeniy2017-02-271-1/+0
* cloudfront_facts module improvementsWill Thames2017-02-271-1/+0
* nginx_status_facts: fix pep8 (#21963)René Moser2017-02-261-1/+0
* exoscale: pep8 and python3 fixes (#21821)René Moser2017-02-251-1/+0
* PEP8 E712 fixes (#21916)Matt Martz2017-02-242-20/+0
* Treat deprecated modules as old during validation.Matt Clay2017-02-241-1/+1
* Check for imports to be between last doc line and first callable (#21863)Matt Martz2017-02-242-29/+86
* win_chocolatey: Clean up parameter handling (#21533)Dag Wieers2017-02-241-1/+0
* pep8 fixes for module_docs_fragments (#21876)Matt Martz2017-02-241-7/+0
* Add checks for from module_utils import * (#21800)Matt Martz2017-02-222-0/+17
* Test placement (#21801)Matt Clay2017-02-221-1/+9
* Fixes for missing aliases files sanity test. (#21798)Matt Clay2017-02-221-4/+4
* Make BaseFileCache into an abstractbaseclass so it's a proper interfaceToshio Kuratomi2017-02-221-1/+0
* added pickle and yaml cache pluginsBrian Coca2017-02-221-1/+1
* DOC options must be a dict when used with extends_documentation_fragment (#21...Matt Martz2017-02-211-4/+12
* #19587 add yum skip-broken (#21475)Veaceslav Mindru2017-02-211-1/+0
* Validate modules json output (#21680)Matt Martz2017-02-202-156/+353
* Re-enable module comparisons in validate-modules (#21582)Matt Martz2017-02-171-14/+49
* Use isinstance instead of type() comparisons. isinstance is more robustToshio Kuratomi2017-02-162-3/+0
* [cloud] Ensure that s3_bucket module always enables/disables versioning if it...Will Thames2017-02-161-1/+0