Scripts for generating OpenStack development community statistics
Go to file
Tom Fifield 852bc7e324 Add requirements to note that paramiko is needed
I have no idea whether projects in infra use requirements.txt,
however, I was surprised to run the script and have it fail due to
a missing module and no documentation about it being needed to be
installed :)

Your feedback welcome!

Change-Id: I0f0833a67004bfcc7649083a201086337a6d4b81
2013-08-02 18:07:17 +10:00
projects update core list to reflect recent changes 2013-07-30 13:41:56 -04:00
.gitignore Split up generation into 2 scripts 2013-07-09 20:20:32 +00:00
.gitreview Add .gitreview file 2013-07-01 15:03:59 +00:00
genresults-openreviews.sh Split up generation into 2 scripts 2013-07-09 20:20:32 +00:00
genresults-reviewers.sh Split up generation into 2 scripts 2013-07-09 20:20:32 +00:00
openapproved.py Use current username as default 2013-07-29 13:36:32 -07:00
openreviews.py Use current username as default 2013-07-29 13:36:32 -07: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 Use current username as default 2013-07-29 13:36:32 -07:00
utils.py fix paramiko loading of private keys 2013-06-08 07:28:16 -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.