summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* [Heat] Fix default values displaying for "Launch Stack"Tatiana Ovchinnikova2015-03-301-1/+1
* Move to hacking 0.10lin-hua-cheng2015-02-041-4/+1
* we don't need to allow insecure any moreSean Dague2015-01-131-1/+1
* Merge "Remove Python 2.6 classifier"Jenkins2014-12-081-5/+1
|\
| * Remove Python 2.6 classifierJulien Danjou2014-11-261-5/+1
* | Split large methods into submethods to reduce max-complexityAkihiro Motoki2014-12-051-1/+1
|/
* Add max-complexity to pep8 for Horizonlin-hua-cheng2014-10-181-0/+1
* Fix E128 errors in remaining openstack_dashboard/Akihiro Motoki2014-10-161-2/+1
* Fix E127 errors in remaining openstack_dashboard/Akihiro Motoki2014-10-151-5/+4
* Merge "Add check for makemessages in tox.ini PEP8"Jenkins2014-10-131-1/+3
|\
| * Add check for makemessages in tox.ini PEP8Akihiro Motoki2014-10-101-1/+3
* | Merge "Work toward Python 3.4 support and testing"Jenkins2014-10-131-1/+1
|\ \ | |/ |/|
| * Work toward Python 3.4 support and testingJeremy Stanley2014-09-031-1/+1
* | Remove #noqa from django.conf.urls.includeTatiana Ovchinnikova2014-09-291-0/+1
* | Remove #noqa from two common imports and add them to import_exceptionsTatiana Ovchinnikova2014-09-161-0/+2
* | Allow translators to translate BatchActionsYves-Gwenael Bourhis2014-09-091-0/+1
|/
* Exclude .ropeproject from flake8 checksGary W. Smith2014-08-221-1/+1
* Remove "builtins = _" from tox.iniAkihiro Motoki2014-08-171-1/+0
* Run the integration tests headlesslyJulie Pichon2014-08-111-2/+2
* Merge "Replace force_unicode with force_text"Jenkins2014-08-081-1/+1
|\
| * Replace force_unicode with force_textFelipe Reyes2014-08-061-1/+1
* | Merge "Set python hash seed to 0 in tox.ini"Jenkins2014-08-071-0/+3
|\ \ | |/ |/|
| * Set python hash seed to 0 in tox.iniChristian Berendt2014-08-041-0/+3
* | Fix and enable H701 check "Empty localization string"Akihiro Motoki2014-08-021-2/+1
* | Fix and enable H702 _() method checkAkihiro Motoki2014-08-021-2/+1
* | Re-enable flake8 checkAkihiro Motoki2014-07-311-2/+4
|/
* Remove requirements style checkJames E. Blair2014-07-081-1/+0
* Add jshint for javascript lintingPeter Belanyi2014-06-261-0/+5
* Fix keystone warnings while building docsGary W. Smith2014-06-161-1/+1
* Use six.add_metaclass instead of __metaclass__Christian Berendt2014-06-031-0/+1
* Allow extensions to add Angular modulesRob Raymond2014-05-281-1/+1
* Merge "Use the latest Django 1.4 release to test Horizon"Jenkins2014-04-181-1/+1
|\
| * Use the latest Django 1.4 release to test HorizonIvan Kolodyazhny2014-04-181-1/+1
* | Merge "Add tox env to build docs"Jenkins2014-04-181-0/+4
|\ \ | |/ |/|
| * Add tox env to build docsAkihiro Motoki2014-04-051-0/+4
* | Fix tox does not pass arguments to noseMaxime Vidori2014-04-101-6/+6
* | Use built-in print() instead of print statementChenZheng2014-03-241-1/+1
|/
* Adding django 1.6 supportDavid Lyle2014-03-101-1/+6
* Sort requirement files in alphabetical orderChenZheng2014-03-031-0/+1
* Merge "Integration tests - running the tests"Jenkins2014-03-011-0/+8
|\
| * Integration tests - running the testsJulie Pichon2014-02-261-0/+8
* | Exclude local directory from flake8 tests.Jason E. Rist2014-02-171-1/+1
|/
* Remove leftovers of "# noqa"Tatiana Mazur2014-01-281-0/+1
* Merge "Whitelist external netaddr requirement"Jenkins2014-01-101-1/+1
|\
| * Whitelist external netaddr requirementZhenguo Niu2014-01-071-1/+1
* | Remove #noqa from most common imports and add them to import_exceptionsRadomir Dopieralski2014-01-071-0/+18
|/
* Updates tox.ini to use new featuresSushil Kumar2013-12-121-0/+4
* Gate on H4xx docstrings for pep8Paul Belanger2013-11-231-2/+1
* Gate on H102 Apache 2.0 license header not found for pep8Paul Belanger2013-11-191-2/+1
* Merge "Run flake8 tests automatically on ./run_tests.sh"Jenkins2013-10-141-3/+3
|\