Markus Zoeller 0517c7a499 Make the review list sortable by review type
Especially for bug review days it makes sense to sort the current
review list by review type (high prio bugfix, medium prio bugfix, ...)
This patch set introduces a new column "type" and allows a sorting for
it.

Change-Id: I3d37cccb8d6f75f6eebc2cf8ab9136ac50d4cf89
2015-08-07 16:41:36 +02:00
2014-11-25 13:40:00 -05:00
2013-10-31 17:56:46 +13:00
2013-01-30 20:25:47 +00:00
2013-01-10 10:18:59 -05:00
2013-01-30 19:43:07 +00:00

ReviewDay

HTML report generator for OpenStack code reviews. Launchpad meets Gerrit.

Inspired by 'reviewlist' scripts written by Thierry Carez.

Description

HTML report generator which creates a prioritized review list w/ function test results. The report includes:

  • Prioritized listing of merge proposals by project
  • Direct links to gerrit code reviews
  • Direct links to test results for each branch (Unit, Libvirt, XenServer)

Installation

  1. Git clone the project.
  2. Install Python libraries for launchpadlib and cheetah.
  3. Setup your ssh credentials to work w/ Gerrit. See http://docs.openstack.org/infra/manual/developers.html#development-workflow for details.
	$ cat ~/.ssh/config 
	Host review
	  Hostname review.openstack.org
	  Port 29418
	  User dan-prince

Execution

PYTHONPATH=$PWD ./bin/reviewday

An output directory called 'out_report' is generated in the current directory.

License

See LICENSE.txt for further details.

Description
OpenStack code review report generator
Readme 575 KiB
Languages
Python 74.4%
HTML 18.7%
CSS 6.9%