OpenStack code review report generator
Go to file
Morgan Fainberg 02b04c151c Ensure WORKINPROGRESS reviews are at the bottom of the list.
WORKINPROGRESS reviews should not be at the top of the reviewday list
for a given project. The score will always be 0 for WIP reviews and
the subject line (in the generated report) will be prefixed with
a '(WIP): ' to indicate it is work-in-progress.

Change-Id: I32f7e08341dcbf1a0aa965a5f377c7fdc8613ead
2014-02-05 11:46:59 -08:00
bin Add identity-api to projects 2013-12-30 15:45:19 -06:00
reviewday Ensure WORKINPROGRESS reviews are at the bottom of the list. 2014-02-05 11:46:59 -08:00
.gitignore Ignore editor backup files. 2013-10-31 17:56:46 +13:00
.gitreview Add a .gitreview file. 2013-01-30 20:25:47 +00:00
CHANGELOG Updates for 0.2.0. 2013-01-10 10:18:59 -05:00
LICENSE.txt Update copyright in license file to add HP 2013 2013-02-26 18:10:49 +00:00
README.md Add LICENSE.txt. 2013-01-10 09:50:20 -05:00
setup.py Add tox.ini file and fix pep8 errors. 2013-01-30 19:43:07 +00:00
tox.ini Whitelist external lazr.authentication requirement 2014-01-06 03:48:37 +00:00

README.md

ReviewDay

HTML report generator for OpenStack code reviews. Launchpad meets SmokeStack and 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://wiki.openstack.org/GerritWorkflow 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.