2011-11-21 10:01:53 -05:00
2011-11-20 21:59:29 -05:00
2011-11-21 09:28:20 -05:00
2011-11-21 10:01:53 -05:00
2011-11-21 09:52:07 -05:00
2011-11-20 21:59:29 -05:00

ReviewDay

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

Based on and inspired by 'reviewlist' 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

Install directly from pip (requires launchpadlib and cheetah):

pip install reviewday

You'll also need a working gerrit setup: http://wiki.openstack.org/GerritWorkflow Specifically you'll need to be able to run gerrit command line queries.

Execution

reviewday

An output directory called 'out_report' is generated in your working directory.

Execution (Development)

PYTHONPATH=$PWD ./bin/reviewday
Description
OpenStack code review report generator
Readme 575 KiB
Languages
Python 74.4%
HTML 18.7%
CSS 6.9%