A previous commit that removed the 'received reviews' from the default
output totally broke CSV output. This gets it working again.
Change-Id: I76775c496b5b450332f0e8f9d6fa4f7383ffc630
We're now gating on pep8, so make it pass. This removes a couple of
unused imports and fixes a typo in the CSV output code in the reviewers
command.
Change-Id: If77a18497b0efb48f59c10c0e4f5e8b3a8db5a7d
The list of reviewers in the code actually includes people that didn't
do any reviews, but received them. Since tracking received reviews,
this value became inaccurate.
Change-Id: I04c0793823e1371e5b2215c092c8bed4e7ce118f
Remove the number of reviews received from the reviewers report output.
I think this information is valuable, but the values we're getting are
not accurate. The problem is that if a patch gets rebased, the trivial
rebase detection will automatically re-apply reviews. Those are getting
counted even though they aren't new reviews being received.
Change-Id: I3f1c620c225c1d1d3f2a137b095bac847a353238
This involves updating one of the shell scripts which now depends on
'pip install -e .' or 'pip install reviewstats' (for a release) having
been run.
Change-Id: I2e63501c4a41ed0b20b1ab7ba1e2f78beed04962
One step on a long path. Note that there is some noddy stuff in here
like a pointless test - its in cookiecutter and I don't want to muddle
code moves up with that, so 'meh'.
Change-Id: I500b92c0e8177c85e696d039417dcf982010775b