Scripts for generating OpenStack development community statistics
Go to file
Russell Bryant 29718b7a9c Stop ignoring jenkins -1 votes
One of the age calculations is the time patches have been up without any
-1 or -2 votes.  This calculation basically just doesn't reset the timer
if a reviewer rebases their change, or fixes some things before anyone
points it out.

Originally I ignored jenkins here.  It really wasn't a good idea.  If
jenkins gives a -1 vote, people are not likely to go review it, so those
votes should be included here.

Change-Id: Iec8deac21a2cfc07bf23e0d0d75e8ea0a27646af
2013-11-06 06:21:02 +08:00
projects Add solum project tracking 2013-11-02 12:59:03 -04:00
.gitignore Ignore editor files. 2013-10-07 14:11:59 +13:00
.gitreview Add .gitreview file 2013-07-01 15:03:59 +00:00
genresults-openreviews.sh Put HEAD hash in published results output 2013-10-07 15:03:48 -04:00
genresults-reviewers.sh generate reviewers stats for 1 and 3 years 2013-11-03 13:06:52 +08:00
genresults-reviews-for-bugs.sh Put HEAD hash in published results output 2013-10-07 15:03:48 -04:00
openapproved.py Ignore approved changes in openreviews stats 2013-10-22 15:43:32 -04:00
openreviews.py Stop ignoring jenkins -1 votes 2013-11-06 06:21:02 +08:00
README.md Add a script to get number and age of open reviews. 2013-05-28 16:49:32 -04:00
requirements.txt Add requirements to note that paramiko is needed 2013-08-02 18:07:17 +10:00
reviewers.py Fix ZeroDivisionError in ratio calculation 2013-11-01 09:05:33 -04:00
reviews_for_bugs.py Pep8 compliant 2013-10-03 13:35:31 +02:00
testprojectinfo.py Add script to quickly sanity check json files 2013-10-07 09:14:46 -04:00
utils.py Ignore approved changes in openreviews stats 2013-10-22 15:43:32 -04:00

OpenStack Stats

Utility scripts for generating stats about OpenStack development.

  • openreviews.py - Get some stats on the number and age of open reviews.
  • reviewers.py - See how many reviews each person has done over a period of time.