summaryrefslogtreecommitdiff
path: root/HACKING.rst
Commit message (Expand)AuthorAgeFilesLines
...
| * Add note on running single tests to HACKING.rstIan Wienand2014-10-311-0/+8
* | Merge "Treat LOG.warning and LOG.warn same"Jenkins2015-02-061-1/+1
|\ \
| * | Treat LOG.warning and LOG.warn samejichenjc2015-02-051-1/+1
* | | Merge "Added hacking rule for assertEqual(a in b, True/False)."2015.1.0b2Jenkins2015-02-051-0/+3
|\ \ \ | |/ / |/| |
| * | Added hacking rule for assertEqual(a in b, True/False).Sergey Nikitin2015-01-221-0/+3
* | | Remove N331 hacking rulesjichenjc2015-01-271-1/+0
* | | HACKING.rst: Update the location of unit tests' README.rstKashyap Chamarthy2015-01-231-1/+1
* | | Merge "Remove non existent rule N327 from HACKING.rst"Jenkins2015-01-221-1/+0
|\ \ \ | |/ / |/| |
| * | Remove non existent rule N327 from HACKING.rstJoe Gordon2015-01-101-1/+0
* | | Don't translate exceptions in testsMike Durnosvistov2015-01-211-0/+1
* | | Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-0/+1
* | | Do not use deprecated assertRaisesRegexp()Davanum Srinivas2015-01-141-0/+1
* | | Merge "Added hacking rule for assertTrue/False(A in B)"Jenkins2015-01-131-0/+2
|\ \ \ | |/ / |/| |
| * | Added hacking rule for assertTrue/False(A in B)Sergey Nikitin2015-01-071-0/+2
* | | Replace Hacking N315 with H105Joe Gordon2015-01-101-2/+0
|/ /
* | Prevent new code from using namespaced oslo importsDavanum Srinivas2014-12-281-0/+1
* | Adds hacking check for api_version decoratorMatthew Gilliard2014-12-081-0/+1
* | Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-0/+2
* | Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-0/+1
* | Replacement `_` on `_LI` in all LOG.info - part 1Mike Durnosvistov2014-11-201-0/+1
|/
* Remove use of unicode on exceptionsJames Carey2014-10-221-1/+1
* mock.assert_called_once() is not a valid methodDavanum Srinivas2014-09-161-0/+1
* Merge "Move to oslo.db"Jenkins2014-09-071-1/+1
|\
| * Move to oslo.dbAndrey Kurilin2014-09-051-1/+1
* | Remove concatenation with translated messagesJames Carey2014-08-271-0/+1
|/
* Remove use of str on exceptionsJames Carey2014-08-271-0/+1
* Hacking: a new hacking check was added that used an existing numberGary Kotton2014-08-141-0/+1
* Add hacking check for explicit import of _()Jay S. Bryant2014-08-031-0/+1
* Removes the use of mutables as default argsChangBo Guo(gcb)2014-06-181-0/+1
* Add missing translation supportGary Kotton2014-06-021-0/+1
* Update HACKING.rst to include N320Gary Kotton2014-06-021-0/+2
* Add a reference to the nova developer documentationMichael H Wilson2014-05-191-0/+4
* Hacking: add rule number to HACKING.rstGary Kotton2014-04-271-0/+1
* Replace assertEqual(None, *) with assertIsNone in testszhang-jinnan2014-02-161-0/+2
* Change assertTrue(isinstance()) by optimal assertMarcos Lobo2014-02-121-0/+4
* Remove @author from copyright statements.Michael Still2014-02-121-0/+2
* Renumber some nova hacking checksDaniel P. Berrange2014-02-101-1/+3
* Add hacking test to block cross-virt driver code usageDaniel P. Berrange2014-02-041-0/+6
* Remove vi modelinesliu-sheng2014-02-031-0/+1
* Updates OpenStack Style Commandments linkKeshava Bharadwaj2013-10-161-1/+1
* Use timeutils.utcnow() throughout the codeRoman Podolyaka2013-07-191-0/+2
* Add HACKING check for db session paramDevananda van der Veen2013-07-021-1/+2
* Clean up and make HACKING.rst DRYerJoe Gordon2013-07-011-290/+16
* Merge "Add notes about how doc generation works."Jenkins2013-06-131-0/+21
|\
| * Add notes about how doc generation works.Monty Taylor2013-06-021-0/+21
* | Replace openstack-common with oslo in HACKING.rstThomas Bechtold2013-06-071-6/+6
* | Improve Python 3.x compatibilityDirk Mueller2013-06-011-0/+19
|/
* docs should indicate proper git commit limitSteven Dake2013-03-041-2/+2
* Fix broken logging imports.Vishvananda Ishaya2013-02-191-1/+0
* Module import style checking changesAttila Fazekas2013-02-131-0/+3