Re: GIT with reviewboard

2012-03-29 Thread Vivek
When did you exactly get the error? Did you get 500 or 503 error? I got 503 error initially but I figured out that reviewboard was trying to use the proxy setting (http_proxy) whereas the server is on local network. So, i unset the http_proxy to get around this problem. On Mar 28, 10:49 am,

Re: GIT with reviewboard

2012-03-29 Thread Vivek
I took the former approach and copied the pre-generated ssh keys in reviewboard using admin UI. I have not configured any mirror path on the server as i want reviewboard to use gitweb interface to access files from remote git repository. -Vivek On Mar 29, 11:56 am, Donovan Sydow

Re: Configuring Mercurial with Reviewboard

2012-03-29 Thread Swami
Thank you. I have confirmed that reviewboard doesn't work with hg over https ssh. I filed bugs for the same. I'll try http, -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

List All Users w/out Requiring Specific Account Creation

2012-03-29 Thread Jason Cavett
I am working to bring Review Board to my team members at my company. I have setup authentication through AD and that works great as well. However, given the nature of our development, we have a lot of people who may need access to ReviewBoard. I would rather not have to manually add new members,

Re: List All Users w/out Requiring Specific Account Creation

2012-03-29 Thread Christian Hammond
Hi Jason, There's no bulk import support. However, even though these users won't show up in the autocomplete, if you assign to their username directly, it should look them up and assign it to them. Christian On Mar 29, 2012, at 7:00, Jason Cavett jason.cav...@gmail.com wrote: I am working

Re: HTTP 405, Method Not Allowed

2012-03-29 Thread Ken Klingman
Umm, no, the problem is that ReviewBoard does *not* like a trailing slash. When I remove the trailing slash, all works well. That's why I was so surprised that you returned the URL for the user record with a trailing slash. I have to strip it to make it work. Perhaps this is only an issue when

Re: HTTP 405, Method Not Allowed

2012-03-29 Thread Christian Hammond
Sounds like some odd configuration on your server then, somewhere, because we absolutely want a trailing slash on requests. Perhaps something is adding a double trailing slash somewhere? We use urllib2 as well for post-review, and it uses trailing slashes. Christian -- Christian Hammond -

Re: Issue 1735 in reviewboard: Perforce clients not adding the charset

2012-03-29 Thread reviewboard
Comment #5 on issue 1735 by steven...@gmail.com: Perforce clients not adding the charset http://code.google.com/p/reviewboard/issues/detail?id=1735 Hi, I got this error in version 1.6.4.1. According to workaround, I modified perforce.py which is under ~/reviewboard/scmtools folder. Then

Re: Issue 1735 in reviewboard: Perforce clients not adding the charset

2012-03-29 Thread reviewboard
Comment #6 on issue 1735 by steven...@gmail.com: Perforce clients not adding the charset http://code.google.com/p/reviewboard/issues/detail?id=1735 Does anyone can tell me how to define repository as global name ? -- You received this message because you are subscribed to the Google Groups

Re: Issue 1735 in reviewboard: Perforce clients not adding the charset

2012-03-29 Thread reviewboard
Comment #7 on issue 1735 by carodo...@gmail.com: Perforce clients not adding the charset http://code.google.com/p/reviewboard/issues/detail?id=1735 The only lines I added on the top portion were: if (str(repository.encoding)): self.p4.charset = str(repository.encoding) so, you should

Issue 2557 in reviewboard: Ability to only send updates in emails, not entire reviews

2012-03-29 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2557 by marcin.z...@gmail.com: Ability to only send updates in emails, not entire reviews http://code.google.com/p/reviewboard/issues/detail?id=2557 * NOTE: Do not post confidential information in this bug report. * *

Re: Issue 2557 in reviewboard: Ability to only send updates in emails, not entire reviews

2012-03-29 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 2557 by trowb...@gmail.com: Ability to only send updates in emails, not entire reviews http://code.google.com/p/reviewboard/issues/detail?id=2557 I'm confused. The emails don't contain the contents of the diffs. What's making it so big?

Re: Issue 2557 in reviewboard: Ability to only send updates in emails, not entire reviews

2012-03-29 Thread reviewboard
Comment #2 on issue 2557 by marcin.z...@gmail.com: Ability to only send updates in emails, not entire reviews http://code.google.com/p/reviewboard/issues/detail?id=2557 Weird. For me they do contain the entire diff. Is it possible an installation is configured extra to do that (I am not

Issue 2558 in reviewboard: post-review permission denied searching for repository

2012-03-29 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2558 by ivanthet...@gmail.com: post-review permission denied searching for repository http://code.google.com/p/reviewboard/issues/detail?id=2558 * NOTE: Do not post confidential information in this bug report. * * If