Hi,

In terms of getting counts directly, you could write some code via django's
"shell" interface or do things directly in the database. You could also use
the API to get the review requests/reviews in JSON format and then process
them.

The reports you see on the demo server are indeed a Power Pack feature.
Some more information about them can be found in the Power Pack manual:
https://www.reviewboard.org/docs/powerpack/dev/powerpack/manual/reports/

Power Pack is licensed as a subscription. It supports Review Board 1.7.x
and newer. You can get some more information about it and set up a trial at
https://www.reviewboard.org/powerpack/

-David

On Mon, Oct 31, 2016 at 4:46 PM Long Truong <[email protected]> wrote:

> New to admin RB: Looking for a simple measure of usage "Number of code
> reviews per week"
>
> Is there anyway to retrieve that number on webUI or on command line on
> Linux?
>
> So far found review requests creation and modification are dated, but
> number of code reviews are tagged on requests, not dated: Thinking of
> summing up all code review number per request every week, hence will get
> number of reviews per week from the first base. Hitting another issue, we
> have 156 pages to cut and paste (the only way we can do so for now) each
> week:
>
>    - Is there a filter (am not a user, so don't know if new reviews can
>    be done only on requests with certain criteria of activeness) to limit the
>    number of requests to tally?
>    - Or a way to bulk list all review requests into a file. Have tried
>    curl and wget but they seem to list only the script behind the URL.
>
>
> Now about "reports": Like to know more about "reports", they look more
> than perfect for our cause. Stumbled onto the report tab, which is not on
> our RB version, on the demo server.
>
>    - Reports only available from Power Pack?
>    - RB version compatibility?
>    - Contact on license.
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to