Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mispelling in error message yammlint -> yamllint | Simo Sorce | 2017-10-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Improve searching when conditions for Jinja2 delimiters | Russell Teague | 2017-09-11 | 1 | -22/+79 |
| | |||||
* | Fix ansible_syntax check | Russell Teague | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Adding deprecation checks to ansible_syntax | Russell Teague | 2017-09-01 | 1 | -25/+60 |
| | |||||
* | Test: Fail on entry point playbooks in common | Russell Teague | 2017-08-29 | 1 | -11/+20 |
| | |||||
* | More complete discovery of entry point playbooks | Russell Teague | 2017-08-08 | 1 | -16/+32 |
| | | | | | | | | This change scans for supported entry point playbooks based on the following conditions: * In the supported directory of playbooks/byo * Playbooks not included by any other playbooks | ||||
* | Add Ansible syntax checks to tox | Russell Teague | 2017-04-19 | 1 | -0/+48 |
| | |||||
* | Fix validation of generated code | Rodolfo Carvalho | 2017-02-20 | 1 | -0/+2 |
| | | | | | Importing modules with the same name will not reload an already imported module. Explicitly reloading the module is the quickest fix. | ||||
* | Updated the generate.py scripts for tox and virtualenv. | Kenny Woodson | 2017-01-18 | 1 | -6/+16 |
| | |||||
* | Adding tox tests for generated code. | Kenny Woodson | 2017-01-18 | 1 | -1/+43 |
| | |||||
* | Added setup.py to flake8 tests | Steve Milner | 2017-01-12 | 1 | -1/+3 |
| | | | | | | | | Added setup.py to flake8 tests since it is code. Also minor updates to slightly modernize. Note: In the future {#} should probably be ported to {} as numbering is no longer needed (and disliked by many). | ||||
* | Correct return code compairison for yamllint | Russell Teague | 2017-01-11 | 1 | -5/+5 |
| | |||||
* | More toxification | Jason DeTiberus | 2017-01-10 | 1 | -0/+191 |
- Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils |