Re: ReviewBoard server tips over about twice a week

2013-09-11 Thread Paul Fee
Your httpd.conf suggests you've got mod_status enabled. Therefore visit the /server-status URL on your web server. This should cause Apache httpd to provide a page that summarises the status of all its workers. That may help you understand why you've got more httpd processes than expected.

Re: ReviewBoard server tips over about twice a week

2013-09-11 Thread Steve
Thanks Paul, that's helpful. We're using the prefork MPM. Do you think 4000 is too large a number for MaxRequetsPerChild? --Steve On Wednesday, September 11, 2013 2:15:35 AM UTC-7, Paul Fee wrote: Your httpd.conf suggests you've got mod_status enabled. Therefore visit the /server-status

listing all review groups and users within the group using a python script

2013-09-11 Thread Steve
I can list all RB users this way: from django.contrib.auth.models import User for user in User.objects.all(): print user That correctly prints out all of my users. But the same doesn't work for Group from django.contrib.auth.models import Group for group in Group.objects.all():

Re: Liinux noob: Trouble with python-docutils dependency while installing ReviewBoard

2013-09-11 Thread Stephen Gallagher
Hmm, would you mind filing this as a bug on bugzilla.redhat.com? Looks like a packaging issue rather than a ReviewBoard bug. I'm on vacation until the 23rd, but I'll look into it when I get back. In the meantime, what happens if you do: yum clean all yum install python-docutils On Wednesday,

Re: listing all review groups and users within the group using a python script

2013-09-11 Thread Steve
Better yet, is there a way to do this with the new RBTools 5.x API? --Steve On Wednesday, September 11, 2013 8:54:07 AM UTC-7, Steve wrote: I can list all RB users this way: from django.contrib.auth.models import User for user in User.objects.all(): print user That correctly

Re: Liinux noob: Trouble with python-docutils dependency while installing ReviewBoard

2013-09-11 Thread Matthew Woehlke
On 2013-09-11 11:23, Mark Addleman wrote: I'm trying to install ReviewBoard on RHEL. I have installed the EPEL repository but yum install ReviewBoard returns Error: Package: ReviewBoard-1.7.13-2.el6.noarch (epel) Requires: python-docutils You could try using --skip-broken to work

Liinux noob: Trouble with python-docutils dependency while installing ReviewBoard

2013-09-11 Thread Mark Addleman
I'm trying to install ReviewBoard on RHEL. I have installed the EPEL repository but yum install ReviewBoard returns Error: Package: ReviewBoard-1.7.13-2.el6.noarch (epel) Requires: python-docutils You could try using --skip-broken to work around the problem You could try running:

Re: listing all review groups and users within the group using a python script

2013-09-11 Thread Steve
This example is very helpful. Thanks! --Steve On Wednesday, September 11, 2013 11:43:11 AM UTC-7, Steven MacLeod wrote: Yes, this can be done using the API. Assuming you have rbtools 5.x installed, the following script should work. Modify for your desired output. It should be noted that

Re: listing all review groups and users within the group using a python script

2013-09-11 Thread Steven MacLeod
Yes, this can be done using the API. Assuming you have rbtools 5.x installed, the following script should work. Modify for your desired output. It should be noted that this will make a large number of HTTP requests, and is not optimized. from rbtools.api.client import RBClient client =

Re: listing all review groups and users within the group using a python script

2013-09-11 Thread David Trowbridge
And to address the initial approach: django.contrib.auth.models.Group is for authentication groups, which we don't use. If you want to use a management command, use this: from reviewboard.reviews.models import Group -David On Wed, Sep 11, 2013 at 11:43 AM, Steven MacLeod ste...@smacleod.ca

Re: remote git repository issue

2013-09-11 Thread David Trowbridge
It's converting the host:path syntax into URL syntax, which is why the colon is going away. The actual failure here seems to be error: cannot spawn rbssh: No such file or directory. It sounds like the paths aren't set up properly. Note also that using remote git *requires* that you use the raw

Query on post-review using CLI

2013-09-11 Thread Varun Jain
Hi Team, Currently post-review picks up the user info of the user running the command and he will be the owner (Submitter) of the Review Request created. As is RB provides the --submit-as option to specify the username but expects the —username and —password field to be populated. I wonder if

Re: Issue 2933 in reviewboard: Trim blank lines from the end (and beginning?) of review comments

2013-09-11 Thread reviewboard
Comment #3 on issue 2933 by trowb...@gmail.com: Trim blank lines from the end (and beginning?) of review comments http://code.google.com/p/reviewboard/issues/detail?id=2933 Edward, I think we have a pending change up that already fixes this: https://reviews.reviewboard.org/r/4533/ Sorry

Re: Issue 2933 in reviewboard: Trim blank lines from the end (and beginning?) of review comments

2013-09-11 Thread reviewboard
Comment #5 on issue 2933 by trowb...@gmail.com: Trim blank lines from the end (and beginning?) of review comments http://code.google.com/p/reviewboard/issues/detail?id=2933 Ok, it sounds like Christian's change fixes rendering in on the page but doesn't strip extra whitespace from the text

Re: Issue 2933 in reviewboard: Trim blank lines from the end (and beginning?) of review comments

2013-09-11 Thread reviewboard
Comment #6 on issue 2933 by chip...@gmail.com: Trim blank lines from the end (and beginning?) of review comments http://code.google.com/p/reviewboard/issues/detail?id=2933 Sorry for the confusion! -- You received this message because this project is configured to send all issue

Re: Issue 2933 in reviewboard: Trim blank lines from the end (and beginning?) of review comments

2013-09-11 Thread reviewboard
Comment #7 on issue 2933 by edwlee...@gmail.com: Trim blank lines from the end (and beginning?) of review comments http://code.google.com/p/reviewboard/issues/detail?id=2933 Okay I'll work on this! -- You received this message because this project is configured to send all issue

Issue 3089 in reviewboard: Cannot post review request using parent diff with git-svn

2013-09-11 Thread reviewboard
Status: New Owner: trowb...@gmail.com Labels: Type-Defect Priority-Medium Component-RBTools New issue 3089 by trowb...@gmail.com: Cannot post review request using parent diff with git-svn http://code.google.com/p/reviewboard/issues/detail?id=3089 This was reported via our support channel by

Re: Issue 2933 in reviewboard: Trim blank lines from the end (and beginning?) of review comments

2013-09-11 Thread reviewboard
Comment #4 on issue 2933 by edwlee...@gmail.com: Trim blank lines from the end (and beginning?) of review comments http://code.google.com/p/reviewboard/issues/detail?id=2933 No problem. -- You received this message because this project is configured to send all issue notifications to this