summaryrefslogtreecommitdiff
path: root/HACKING.rst
Commit message (Expand)AuthorAgeFilesLines
* Add a hacking rule for the setDaemon methodTakashi Natsume2022-11-141-0/+1
* Add missing descriptions in HACKING.rstTakashi Natsume2022-08-311-0/+5
* Add two new hacking rulesBalazs Gibizer2021-09-011-0/+3
* Add a hacking rule for assert_has_callsTakashi Natsume2020-09-281-0/+1
* Remove hacking rules for python 2/3 compatibilityTakashi Natsume2020-06-171-5/+0
* hacking: Modify checks for translated logsStephen Finucane2020-05-271-1/+1
* Merge "Make it easier to run a selection of tests relevant to ongoing work"Zuul2019-11-221-0/+24
|\
| * Make it easier to run a selection of tests relevant to ongoing workAdam Spiers2019-08-191-0/+24
* | Remove descriptions of nonexistent hacking rulesTakashi NATSUME2019-08-261-5/+1
* | Add a hacking rule for useless assertionsTakashi NATSUME2019-08-211-0/+1
* | Add a hacking rule for non-existent assertionsTakashi NATSUME2019-08-211-0/+1
* | Fix missing rule description in HACKING.rstTakashi NATSUME2019-08-211-0/+1
|/
* Hacking N362: Don't abbrev/alias privsep importMichael Still2019-04-041-0/+3
* Document how to make tests log at DEBUG levelAdam Spiers2019-02-131-0/+4
* Add a hacking rule for deprecated assertion methodsTakashi NATSUME2018-10-251-0/+2
* Removed unnecessary parantheses in yield statementsTakashi NATSUME2018-03-071-0/+1
* Add check for redundant import aliasesesberglu2018-02-261-0/+1
* fix linkmelissaml2018-02-071-1/+1
* doc: fix link to creating unit tests in contributor guideMatt Riedemann2017-11-141-10/+12
* Enable global hacking checks and removed local checksGábor Antal2017-02-101-4/+0
* Removed unnecessary parantheses and fixed formationGábor Antal2017-02-091-0/+1
* hacking: Use uuidutils or uuidsentinel to generate UUIDhussainchachuliya2016-11-291-0/+2
* hacking: Use assertIs(Not), assert(True|False)Stephen Finucane2016-10-121-0/+2
* Add a hacking rule for string interpolation at loggingTakashi NATSUME2016-10-111-0/+1
* Remove context object in oslo.log methodSivasathurappan Radhakrishnan2016-09-271-0/+1
* hacking: Always use 'assertIs(Not)None'Stephen Finucane2016-09-231-2/+2
* Add hacking checks for xrange()sonu.kumar2016-09-221-0/+1
* Remove hacking check [N347] for config options.Markus Zoeller2016-08-111-1/+0
* Replace deprecated LOG.warn with LOG.warningyatin karel2016-07-201-0/+1
* Hacking check for _ENFORCER.enforce()Andrew Laski2016-07-011-0/+1
* Hacking check for policy registrationAndrew Laski2016-07-011-0/+1
* Merge "Add a hacking check for test method closures"Jenkins2016-04-041-0/+1
|\
| * Add a hacking check for test method closuresDan Smith2016-03-171-0/+1
* | Removes some redundant wordsAnh Tran2016-03-251-2/+2
|/
* Hacking: check for deprecated os.popen()kairoaraujo2016-02-191-0/+1
* config options: add hacking check for help text lengthMarkus Zoeller2016-02-031-0/+1
* Python3: Replace dict.iteritems with six.iteritemsabhishekkekane2016-01-211-0/+3
* hacking: check for common double word typosDaniel P. Berrange2016-01-141-0/+1
* add hacking check for config options locationMarkus Zoeller2015-11-261-0/+1
* hacking check for contextlib.nested for py34 supportDavanum Srinivas2015-10-161-0/+1
* Merge "Add hacking check for eventlet.spawn()"Jenkins2015-10-081-1/+1
|\
| * Add hacking check for eventlet.spawn()Ryan Rossiter2015-08-131-1/+1
* | Fix typo in HACKING.rstSimon Pasquier2015-09-161-1/+1
|/
* Add hacking check for greenthread.spawn()Ryan Rossiter2015-08-111-0/+1
* Remove unnecessary oslo namespace import checksDavanum Srinivas2015-07-231-1/+0
* Merge "Update HACKING.rst for running tests and building docs"Jenkins2015-07-201-3/+3
|\
| * Update HACKING.rst for running tests and building docsMatt Riedemann2015-07-141-3/+3
* | Add tool to build a doc latex pdfMatthew Treinish2015-07-141-9/+11
|/
* Add a hacking rule for consistent HTTP501 messageKen'ichi Ohmichi2015-06-081-0/+1
* Merge "Add note on running single tests to HACKING.rst"Jenkins2015-03-031-0/+8
|\