Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix dev container pip init process | Chris Meyers | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | Update Django to 1.8 and DRF to 3.3, add new Django migrations, update ↵ | Chris Church | 2016-02-02 | 1 | -2/+2 |
| | | | | serializers/pagination/metadata, update browsable API styling. | ||||
* | tower api tooling | Chris Meyers | 2016-01-14 | 1 | -1/+1 |
| | | | | | * flake8 ignore inventory plugins pulled from core * update Dockerfile to include redis-server | ||||
* | added git pre commit hook to run flake8 | Chris Meyers | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Add rax module to those not scanned by flake8 | Matthew Jones | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Additional flake8 cleanup | James Laska | 2015-05-21 | 1 | -2/+2 |
| | | | | | | | | The flake8 command was identifying several warnings and errors. This change addresses the flake8 warnings and updates the setup.cfg with additional exclusions. If accepted, jenkins will be updated to use the flake8 command, rather than using the django_jenkins plugin. This will expedite jenkins testing. | ||||
* | make flake8 happy | Chris Meyers | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Fixing flake8 errors, this should be almost all of them! | Matthew Jones | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Fix up flake8 runtime configuration, do a bit of flake8 work as it | Matthew Jones | 2015-02-05 | 1 | -0/+4 |
| | | | | relates to pyflakes) | ||||
* | Fixing up more pep8 issues | Matthew Jones | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | More pep8 goodness | Matthew Jones | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | Ignore E265 in pep8, it's super noisy | Matthew Jones | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | Enable django_jenkins flake8 reporting | James Laska | 2015-01-29 | 1 | -1/+1 |
| | | | | Also exclude awx/ui from pep8 runs. | ||||
* | Sort pep8 ignores | James Laska | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Restructure pep8 configuration and document it for what we exclude | Matthew Jones | 2014-06-26 | 1 | -1/+15 |
| | |||||
* | Add JENKINS_TASKS to django_jenkins | James Laska | 2014-06-05 | 1 | -0/+3 |
New tasks include run_pylint, run_pep8, run_pyflakes, run_jshint and run_csslint. |