Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gce fixes | Jason DeTiberus | 2016-05-05 | 1 | -0/+1 |
| | |||||
* | fixing logic for skipping symlinks | Kenny Woodson | 2016-01-28 | 1 | -1/+6 |
| | |||||
* | Skipping any symlinks for the yaml validation check | Kenny Woodson | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Removing ruby scripts and replacing with python. | Kenny Woodson | 2016-01-19 | 2 | -117/+0 |
| | |||||
* | Fixed a logic bug and yaml load | Kenny Woodson | 2016-01-19 | 1 | -3/+4 |
| | |||||
* | Fixing yaml validation in python. Inputs behave differently as does glob | Kenny Woodson | 2016-01-19 | 1 | -5/+9 |
| | |||||
* | Removing removing scripts and moving to python. | Kenny Woodson | 2016-01-19 | 2 | -0/+159 |
| | |||||
* | Fix pylint import errors for utils/test/. | Devan Goodwin | 2015-11-12 | 1 | -0/+2 |
| | | | | pylint is unable to import the modules in src as they are not on the path. | ||||
* | Updates for zbx ans module | Kenny Woodson | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | Zabbix Idempotency | Kenny Woodson | 2015-08-11 | 1 | -3/+3 |
| | |||||
* | Fix git/pylint.sh | Lénaïc Huard | 2015-07-17 | 1 | -1/+5 |
| | | | | | | | | | | When a PR contains no python file, the very last command executed by `git/pylint.sh` is `git diff --name-only … | grep ".py$"`. This command exits with a non-zero exit code because grep has no match. Because of the `set -e` option, the script aborts there immediately. When a PR contains python files, `git/pylint.sh` exit code must be the one of `pylint` When a PR doesn’t contain any python file, `git/pylint.sh` exit code must be 0. | ||||
* | Add ability to skip pylint checking for upstream ansible files | Jason DeTiberus | 2015-07-10 | 1 | -5/+35 |
| | |||||
* | Update max length to 120 characters as per the style guide | Wesley Hearn | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Updated settings for pylintrc. | Kenny Woodson | 2015-05-21 | 1 | -2/+3 |
| | |||||
* | Testing jenkins hooks | Kenny Woodson | 2015-04-23 | 1 | -1/+3 |
| | |||||
* | Adding pylint binary call instead of python module | Kenny Woodson | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | Adding commit hooks for jenkins | Kenny Woodson | 2015-04-22 | 4 | -0/+519 |