Re: Importing users from LDAP

2011-05-16 Thread Joe
Thanks Eric. How were you able to push the data from ldap into reviewboard database tables? Can you please provide some information on importing the ldap data into our reviewboard database? On May 15, 3:55 pm, Eric Johnson ericjohn...@alumni.brown.edu wrote: On our ReviewBoard server, we push

How to handle binary files in a review?

2011-05-16 Thread Kunjal
Hello, We have RB-GIT integration and there are many times when the developer adds binary files with the review. When user tries to post review with binary file, we get error and review can not be posted. What is the best way to overcome this problem? Thanks Kunjal -- Want to help the Review

Re: How to handle binary files in a review?

2011-05-16 Thread Christian Hammond
You shouldn't be getting an error. If the SCM is configured correctly, with the file type being set to binary, then the diff should just basically say This is a binary file. The problem of course is that you can't actually review that file, but we're adding support for actual reviewable file

207 error for ssh:// repository URIs when http:// URIs work

2011-05-16 Thread Chris Toomey
We're running ReviewBoard 1.5.3.1 with Mercurial and are using the hg postreview extension to post reviews to the server. This works fine for any repository that we've entered via the RB admin UI with a path (URI) starting with http://, but the RB server replies with a 400 response reporting a

Re: 207 error for ssh:// repository URIs when http:// URIs work

2011-05-16 Thread Christian Hammond
Hi Chris, When you do the HTTP POST and get the 400, what's the result payload like? It should give a hint as to what's failing. At the very least, I'd expect an error message for the path field. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Re: 207 error for ssh:// repository URIs when http:// URIs work

2011-05-16 Thread Chris Toomey
Hi Christian, It just has the info about the file/revision that it says it can't find: {stat: fail, err: {msg: The file was not found in the repository, code: 207}, file: webapp/zend/application/ Bootstrap.php, revision: 89c64afda439} If I cd to the repository dir. on the server (the RB server

Re: Issue 1113 in reviewboard: post-review tool cannot handle revisions with deleted files in Subversion

2011-05-16 Thread reviewboard
Comment #4 on issue 1113 by rix0...@gmail.com: post-review tool cannot handle revisions with deleted files in Subversion http://code.google.com/p/reviewboard/issues/detail?id=1113 Still not fixed in 0.3.2. -- You received this message because you are subscribed to the Google Groups

Issue 2101 in reviewboard: Files changed links don't work with Google Chrome 12.0.742.53

2011-05-16 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2101 by lauren...@gmail.com: Files changed links don't work with Google Chrome 12.0.742.53 http://code.google.com/p/reviewboard/issues/detail?id=2101 What version are you running? 1.5.5 What's the URL of the page

Issue 2102 in reviewboard: Ship it false positive during review submission

2011-05-16 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2102 by bela.lub...@gmail.com: Ship it false positive during review submission http://code.google.com/p/reviewboard/issues/detail?id=2102 ReviewBoard 1.5.5 URL: https://reviewboard.eng.vmware.com/r/%d/ Steps: 1. Click

Re: Issue 2102 in reviewboard: Ship it false positive during review submission

2011-05-16 Thread reviewboard
Comment #1 on issue 2102 by bela.lub...@gmail.com: Ship it false positive during review submission http://code.google.com/p/reviewboard/issues/detail?id=2102 BTW, this is similar to issue 788, however 788 appears to have been talking about Ship it actually being turned on in the submitted

Re: Issue 2102 in reviewboard: Ship it false positive during review submission

2011-05-16 Thread reviewboard
Updates: Status: ThirdParty Labels: Browser Comment #2 on issue 2102 by chip...@gmail.com: Ship it false positive during review submission http://code.google.com/p/reviewboard/issues/detail?id=2102 It's actually a browser bug. We don't do anything but disable the entry.

Re: Issue 2005 in reviewboard: IE support broken in 1.6beta1

2011-05-16 Thread reviewboard
Comment #6 on issue 2005 by ben.al...@gmail.com: IE support broken in 1.6beta1 http://code.google.com/p/reviewboard/issues/detail?id=2005 I can confirm this behavior. I was running ReviewBoard 1.5.5 with no problems, but upon upgrading to 1.6 beta 2 I started having problems with

Re: Issue 2005 in reviewboard: IE support broken in 1.6beta1

2011-05-16 Thread reviewboard
Comment #7 on issue 2005 by ben.al...@gmail.com: IE support broken in 1.6beta1 http://code.google.com/p/reviewboard/issues/detail?id=2005 FYI, the previous patch to ui.autocomplete.min.js corresponds to removing the comma at the end of line 431 in ui.autocomplete.js. -- You received this