summaryrefslogtreecommitdiff
path: root/nova/hacking
Commit message (Expand)AuthorAgeFilesLines
* Remove hacking check [N347] for config options.Markus Zoeller2016-08-111-72/+0
* Merge "Port test_hacking to Python 3"Jenkins2016-07-221-8/+21
|\
| * Port test_hacking to Python 3Victor Stinner2016-07-011-8/+21
* | Replace deprecated LOG.warn with LOG.warningyatin karel2016-07-201-0/+15
* | Hacking check for _ENFORCER.enforce()Andrew Laski2016-07-011-0/+20
* | Hacking check for policy registrationAndrew Laski2016-07-011-0/+16
|/
* Remove python code validation specific to legacy_v2ghanshyam2016-06-141-2/+1
* Add a hacking check for test method closuresDan Smith2016-03-171-0/+73
* Hacking: check for deprecated os.popen()kairoaraujo2016-02-191-0/+15
* config options: add hacking check for help text lengthMarkus Zoeller2016-02-031-0/+72
* Python3: Replace dict.iteritems with six.iteritemsabhishekkekane2016-01-211-0/+24
* hacking: check for common double word typosDaniel P. Berrange2016-01-141-0/+16
* add hacking check for config options locationMarkus Zoeller2015-11-261-0/+27
* hacking check for contextlib.nested for py34 supportDavanum Srinivas2015-10-161-0/+12
* Add hacking check for eventlet.spawn()Ryan Rossiter2015-08-131-8/+12
* Merge "Add hacking check for greenthread.spawn()"Jenkins2015-08-131-0/+16
|\
| * Add hacking check for greenthread.spawn()Ryan Rossiter2015-08-111-0/+16
* | Move v2.1 code to the main compute directory - remove v3 step3EdLeafe2015-08-131-1/+2
|/
* Remove unnecessary oslo namespace import checksDavanum Srinivas2015-07-231-34/+0
* Merge "virt: convert VFS API to use nova.virt.image.model"Jenkins2015-06-111-1/+2
|\
| * virt: convert VFS API to use nova.virt.image.modelDaniel P. Berrange2015-06-041-1/+2
* | Add a hacking rule for consistent HTTP501 messageKen'ichi Ohmichi2015-06-081-0/+13
|/
* hacking: remove unused variable author_tag_reChangBo Guo(gcb)2015-05-101-2/+0
* Add the last of the oslo libraries to hacking checkDavanum Srinivas2015-03-301-6/+9
* Remove invalid hacking recheck for baremetal driverDavanum Srinivas2015-03-201-4/+0
* hacking: Got rid of unnecessary TODOMike Durnosvistov2015-02-121-4/+1
* Merge "Treat LOG.warning and LOG.warn same"Jenkins2015-02-061-4/+2
|\
| * Treat LOG.warning and LOG.warn samejichenjc2015-02-051-4/+2
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+19
* | Merge "Added hacking rule for assertEqual(a in b, True/False)."2015.1.0b2Jenkins2015-02-051-0/+19
|\ \ | |/ |/|
| * Added hacking rule for assertEqual(a in b, True/False).Sergey Nikitin2015-01-221-0/+19
* | Remove N331 hacking rulesjichenjc2015-01-271-3/+0
* | Merge "Improve api-microversion hacking check"Jenkins2015-01-241-2/+5
|\ \
| * | Improve api-microversion hacking checkEli Qiao2015-01-201-2/+5
* | | Merge "fix wrong file path in docstring of hacking.checks"Jenkins2015-01-241-1/+1
|\ \ \ | |_|/ |/| |
| * | fix wrong file path in docstring of hacking.checksZhiQiang Fan2015-01-131-1/+1
* | | Don't translate logs in testsMike Durnosvistov2015-01-211-6/+0
* | | Don't translate exceptions in testsMike Durnosvistov2015-01-211-0/+19
| |/ |/|
* | Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-0/+10
* | Do not use deprecated assertRaisesRegexp()Davanum Srinivas2015-01-141-0/+13
* | Merge "Added hacking rule for assertTrue/False(A in B)"Jenkins2015-01-131-0/+32
|\ \
| * | Added hacking rule for assertTrue/False(A in B)Sergey Nikitin2015-01-071-0/+32
| |/
* | Replace Hacking N315 with H105Joe Gordon2015-01-101-11/+0
|/
* Prevent new code from using namespaced oslo importsDavanum Srinivas2014-12-281-0/+13
* Reject non existent mock assert callsBalazs Gibizer2014-12-161-12/+0
* Only check db/api.py for session in argumentsMatthew Booth2014-12-101-1/+1
* Adds hacking check for api_version decoratorMatthew Gilliard2014-12-081-0/+9
* Replacement `_` on `_LW` in all LOG.warning part 4Mike Durnosvistov2014-12-041-1/+1
* Replacement `_` on `_LW` in all LOG.warning part 3Mike Durnosvistov2014-12-041-1/+0
* Enable pep8 on ./tools directoryBalazs Gibizer2014-11-251-1/+9