Re: Help debugging a hang in RB 1.5

2011-02-07 Thread Christian Hammond
On Mon, Feb 7, 2011 at 8:28 PM, Alfred von Campe wrote: > Yes, and if you use sqlite especially, you're certain to hit this. > > Alfred, what are you using for a database? > > > We are using MySQL. > Can you tell me more about your setup (server-side)? In particular: * OS/distro * Review Board v

Re: Help debugging a hang in RB 1.5

2011-02-07 Thread Alfred von Campe
> Yes, and if you use sqlite especially, you're certain to hit this. > > Alfred, what are you using for a database? We are using MySQL. > 2. "complex" diffs being slow to generate diffs, this is a feature of > the batteries includes difflib in python. > > So actually, we don't use diffl

Re: cant login to the review board from the client

2011-02-07 Thread Christian Hammond
Hi Satya, Have you made any progress? This sounds like a web server or firewall issue, not a Review Board issue. Christian On Friday, February 4, 2011, satya wrote: > hi guys. > i am new to review board. > i just installed review board on ubuntu 10.04. > configured it and named it as reviews.

Re: Help debugging a hang in RB 1.5

2011-02-07 Thread Christian Hammond
2011/2/7 Chris Clark > Alfred von Campe wrote: > >> We are experiencing a strange hang when viewing one particular review. >> When we click on the "View DIff" we get a new web page and the "Files >> Changed:" section lists all the files that have changed in this particular >> request. There are

Re: Disable buttons on reviewboard UI

2011-02-07 Thread Christian Hammond
Hi Dee, Okay, that's sort of what I was expecting the reason to be. The in-development 1.6 release has access policy control, where you can: 1) Make groups invite-only, which will prevent people from joining 2) Make groups private, which will prevent non-group members from seeing any review requ

Re: Disable buttons on reviewboard UI

2011-02-07 Thread Dee
Hi Christian, The reason that we want to disable some of the top bar buttons (like All review requests) is primarily because of our internal rule of who can access/ view what piece of code. For example, only certain group of developers have access to the engine code because that portion of code is

Re: Help debugging a hang in RB 1.5

2011-02-07 Thread Chris Clark
Alfred von Campe wrote: We are experiencing a strange hang when viewing one particular review. When we click on the "View DIff" we get a new web page and the "Files Changed:" section lists all the files that have changed in this particular request. There are 20 files, and the information for

Re: CVS repository(pserver) addition fails

2011-02-07 Thread Christian Hammond
Okay, thanks. I'll play with it and see if I can reproduce it. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Feb 7, 2011 at 3:18 PM, Tushar wrote: > Hi Christian, >I got the same error even afte

Re: Enable a use to mark other users' requests as submitted

2011-02-07 Thread Christian Hammond
Hi, The "Can change status" should definitely be it. I didn't see anything requiring staff access, but maybe. Can you file a bug? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Feb 3, 2011 at 8:16 AM,

Re: CVS repository(pserver) addition fails

2011-02-07 Thread Tushar
Hi Christian, I got the same error even after specifying full path :pserver::@:/abc and no log entries this time as well. Thanks, Tushar On Feb 7, 3:06 pm, Christian Hammond wrote: > Can you try using the full :pserver: line in Path, instead of providing just > the :/abc and the username/p

Re: CVS repository(pserver) addition fails

2011-02-07 Thread Christian Hammond
Can you try using the full :pserver: line in Path, instead of providing just the :/abc and the username/password fields? That would help to diagnose whether we're constructing the path wrong or if it's a regression elsewhere. Christian -- Christian Hammond - chip...@chipx86.com Review Board - h

Re: CVS repository(pserver) addition fails

2011-02-07 Thread Tushar
Hi Christian, No, I don't see any log entry in the logs for this problem. Thanks, Tushar On Feb 7, 12:23 pm, Christian Hammond wrote: > Hi Tushar, > > Can you check the reviewboard.log and see if it has anything more specific > for that error? > > Christian > > -- > Christian Hammond - chip.

Re: RBTools 0.3.1 and Review Board 1.5.3 released

2011-02-07 Thread Stephen Gallagher
On 02/07/2011 03:43 AM, Christian Hammond wrote: > Hey everyone, > > We just put out new RBTools and Review Board releases. I've built ReviewBoard 1.5.3 for Fedora and EPEL: https://admin.fedoraproject.org/updates/ReviewBoard-1.5.3-1.fc14 https://admin.fedoraproject.org/updates/ReviewBoard-1.5.3-1

Re: Disable buttons on reviewboard UI

2011-02-07 Thread Christian Hammond
Hi Dee, It's not possible without modifying code. You're completely welcome to dive in and modify things to get what you want, but it will make for harder upgrades. it's always helpful to know what people need and why. You should always feel free to file tickets on each thing you need and the rea

Re: CVS repository(pserver) addition fails

2011-02-07 Thread Christian Hammond
Hi Tushar, Can you check the reviewboard.log and see if it has anything more specific for that error? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Feb 7, 2011 at 12:15 PM, Tushar wrote: > Hi, > I

CVS repository(pserver) addition fails

2011-02-07 Thread Tushar
Hi, I am trying to add CVS repository with ReviewBoard 1.5.3 but it fails saying " A repository was not found at the specified path." Note that I am able to add the same repository with the same credential with 1.5.1. I have tried various parameters permutation like giving only hostname in the pa

Disable buttons on reviewboard UI

2011-02-07 Thread Dee
I am new to reviewboard. We are looking into using reviewboard in our org. One thing we didn't find from the documentation is how to customize reviewboard GUI. In our case, particularly, we want to disable the some buttons on the top bar (e.g. All review requests). Is it possible to do in version 1

Help debugging a hang in RB 1.5

2011-02-07 Thread Alfred von Campe
We are experiencing a strange hang when viewing one particular review. When we click on the "View DIff" we get a new web page and the "Files Changed:" section lists all the files that have changed in this particular request. There are 20 files, and the information for the first 6 is updated in

RBTools 0.3.1 and Review Board 1.5.3 released

2011-02-07 Thread Christian Hammond
Hey everyone, We just put out new RBTools and Review Board releases. Review Board 1.5.3 fixes a bunch of problems people hit with SSH in 1.5.2, and fixes an issue with some mod_wsgi installs. There's a new feature that I think will make some admins very happy. With these new releases, you'll hav