Commit Graph

13 Commits

Author SHA1 Message Date
Anne Gentle 85a3e439c9 Removes tabs from .sh files
Change-Id: I07f983cb70b5398727b0e92e17057b8cf72e281d
2017-05-08 14:20:19 -05:00
Russell Bryant 8dbeb6e250 Fix user and pass in genresults-reviewers.sh
Adding GERRIT_PASS change made the user option get lost.  oops.

Change-Id: I6bf915b6775ab7ece561943bf12cba80e790b6d2
Signed-off-by: Russell Bryant <rbryant@redhat.com>
2015-06-05 01:26:54 +00:00
Russell Bryant dd0211ab85 Stop hard coding core team member lists
All of the project json files had lists of the core review team
members.  Since this was originally written, gerrit has added a REST
API and this information is available through that API.  Get the info
from there instead when we can.

There are a few project files I didn't convert because the equivalent
gerrit team wasn't immediately obvious.

Change-Id: Ie7ae19d9a58a5148002676604fd6962ea1438786
Signed-off-by: Russell Bryant <rbryant@redhat.com>
2015-06-03 13:29:38 -04:00
Matthieu Huin 1b9116f225 Add GERRIT_KEY and GERRIT_SERVER options in scripts
This allows the user to specify the private key to use to connect
to the gerrit server, and to specify which gerrit server to use.

Change-Id: I391e9a81350dfc8820d181392574b2cd8f2c3f6a
2015-03-26 17:53:29 +01:00
Robert Collins 839f970377 Move reviewers.py into the reviewstats namespace.
Change-Id: I962cd777cb3507d26fd146f553236f7c6e9af772
2013-11-25 11:18:12 -05:00
Russell Bryant 52b26e253b generate reviewers stats for 1 and 3 years
Change-Id: Ib274166b49877838a1db20fcd84605c1bfc6b981
2013-11-03 13:06:52 +08:00
Russell Bryant 0fbcbc071c Fix script syntax errors
Change-Id: I2a5d3d089be722d6d45cad2ec428b5041b9909c3
2013-10-16 11:47:53 -04:00
Robert Collins 70b24a8421 Add a CSV writer for reviewers.
Change-Id: I4fb9ecb7343f5d735126275f8c1f335437a256d9
2013-10-16 11:17:36 -04:00
Robert Collins 1cca144f1f Move file selection into reviewers.py.
This way we can output multiple formats without reprocessing the data.

Change-Id: I6c38922a212e52ad641534e0b282976c3a1a4c02
2013-10-16 11:11:55 -04:00
Robert Collins 5ca53dc5ac Also generate 60 day stats.
I'd like to be able to trace a little more short term history, if
thats ok.

Change-Id: If08503e96cd5f69a4f8c150f709e6e39a9d68a18
2013-10-08 08:09:59 +13:00
Russell Bryant 69e6906032 Put HEAD hash in published results output
Change-Id: I184d5c4f066f461d570e9724f05c8d434c812b92
2013-10-07 15:03:48 -04:00
Russell Bryant c2638132a5 Support GERRIT_USER env var
Change-Id: I09af50ddc65a1dacef88dc6b0c402d9d3d144c5f
2013-10-07 13:15:50 -04:00
Russell Bryant 2a137e7821 Split up generation into 2 scripts
Change-Id: Ib9bd1039922f5338fdea2348d9f221709c2fafde
Reviewed-on: https://review.openstack.org/36336
Approved: Russell Bryant <rbryant@redhat.com>
Reviewed-by: Russell Bryant <rbryant@redhat.com>
Tested-by: Jenkins
2013-07-09 20:20:32 +00:00