Review Board reports?

2013-03-26 Thread Ethan Lowry
Hi all, My manager has asked about generating reports from our Review Board so we can see certain information every week or so - things like how many review requests actually get reviewed, by who, and so on. I've tried searching for an existing solution to do something like this but haven't fo

Re: Review Board reports?

2013-03-28 Thread Ethan Lowry
's likely that we'd do such a thing as a commercially > licensed extension (in order to help fund the project). What specific > metrics would your manager like to track? > > > On Tue, Mar 26, 2013 at 8:42 AM, Ethan Lowry > > wrote: > >> Hi all, >> &g

RB Authentication not working with Ruby's Open URI

2013-03-28 Thread Ethan Lowry
Hi, I've been trying out Ruby and Open URI with ReviewBoard's API and it seems to work fine with url's that don't require authentication, but any that do (eg. "http://machinename/reviewboard/api/review-requests?time-added-from=whatever"; - this only seems to need auth when request parameters

Reasons API requests would be taking longer after RB upgrade?

2013-04-10 Thread Ethan Lowry
Hey, So I have a ruby script used for grabbing information on RB requests etc from our Review Board. It was pretty slow at the best of times but since we upgraded to the latest version of RB yesterday from 1.6 the time it takes the script to run has been multiplied by about 5 =/ I can give mor

Re: Reasons API requests would be taking longer after RB upgrade?

2013-04-10 Thread Ethan Lowry
g? > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > > On Wed, Apr 10, 2013 at 3:07 AM, Ethan Lowry > > wrote: > >> Hey, >> >> So I

Re: Reasons API requests would be taking longer after RB upgrade?

2013-04-11 Thread Ethan Lowry
gt; can retrieve sub-resources a bit this way. For example, retrieving review > requests with ?expand=reviews. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > >

Re: Reasons API requests would be taking longer after RB upgrade?

2013-04-11 Thread Ethan Lowry
P.S. Oh, and thanks for the suggestion but just so I'm clear - is this expand? thing a parameter I should be adding to the URLs for my requests? On Thursday, 11 April 2013 12:52:50 UTC+1, Ethan Lowry wrote: > > Ok it'll probably be messy and my understanding of this stuff is