When you say the total number of comments, are you talking through the web API? And per-review or per-review request?
You can access the /api/json/reviewrequests/<reviewrequest_id>/reviews/ URL and iterate through all reviews and all comments inside of them to calculate the count. As for the database info, look in your site's conf/settings_local.py file. It will be listed there. Christian -- Christian Hammond - [email protected] Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Thu, Sep 10, 2009 at 1:49 AM, KunalG <[email protected]> wrote: > > Hi, > > This is a bit urgent. > > Is there any way to get the total number of comments for a particular > request. > > Also, Is there any way to see what uid/passwd is reviewboard using to > connect to the Mysql Db. > > > Thanks, > Kunal > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---
