Report the total of open reviews, statuses and average times

Bug #1185233 reported by Stefano Maffulli
26
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Community Project
Fix Released
Wishlist
Daniel Izquierdo

Bug Description

See what Russell started with openreviews.py here:

    https://github.com/russellb/openstack-stats

Here's the output for the projects this repo knows about:

$ for project in *.json ; do ./openreviews.py -p ${project} && echo ; done
Projects: [u'cinder']
Total Open Reviews: 40
Waiting on Submitter: 21
Waiting on Reviewer: 19
 --> Average wait time: 2 days, 22 hours, 43 minutes

Projects: [u'glance']
Total Open Reviews: 26
Waiting on Submitter: 11
Waiting on Reviewer: 15
 --> Average wait time: 7 days, 10 hours, 0 minutes

Projects: [u'heat']
Total Open Reviews: 15
Waiting on Submitter: 11
Waiting on Reviewer: 4
 --> Average wait time: 8 days, 4 hours, 4 minutes

Projects: [u'nova']
Total Open Reviews: 194
Waiting on Submitter: 101
Waiting on Reviewer: 93
 --> Average wait time: 6 days, 1 hours, 53 minutes

Projects: [u'oslo']
Total Open Reviews: 41
Waiting on Submitter: 16
Waiting on Reviewer: 25
 --> Average wait time: 5 days, 20 hours, 3 minutes

Projects: [u'quantum']
Total Open Reviews: 71
Waiting on Submitter: 26
Waiting on Reviewer: 45
 --> Average wait time: 9 days, 11 hours, 31 minutes

Projects: [u'tempest']
Total Open Reviews: 27
Waiting on Submitter: 12
Waiting on Reviewer: 15
 --> Average wait time: 2 days, 23 hours, 40 minutes

And some info across all projects together:

$ ./openreviews.py -a
Projects: [u'nova', u'tempest', u'cinder', u'oslo', u'heat', u'glance',
u'quantum']
Total Open Reviews: 416
Waiting on Submitter: 200
Waiting on Reviewer: 216
 --> Average wait time: 6 days, 9 hours, 21 minutes

Changed in openstack-community:
assignee: nobody → Daniel Izquierdo (dicortazar)
status: New → Confirmed
tags: removed: wikidsmart
Revision history for this message
Stefano Maffulli (smaffulli) wrote :

This is solved with quarterly reports.

Changed in openstack-community:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.