OpenStack code review report generator
2527835ac1
Change-Id: I7883c19b3a18b6bc0cc23b228551b401b1ac93dc Reviewed-on: https://review.openstack.org/21458 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Anita Kuno <akuno@lavabit.com> Approved: Dan Prince <dprince@redhat.com> Reviewed-by: Dan Prince <dprince@redhat.com> Tested-by: Jenkins |
||
---|---|---|
bin | ||
reviewday | ||
.gitignore | ||
.gitreview | ||
CHANGELOG | ||
LICENSE.txt | ||
README.md | ||
setup.py | ||
tox.ini |
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
- Git clone the project.
- Install Python libraries for launchpadlib and cheetah.
- 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.