email notification

2010-09-16 Thread Madhavi
Hi, We are on ReviewBoard 1.0.9 on CentOS We are creating RB issues in post commit hook. I am calling postreview.py from the post commit hook. one of parameters to the command is --username to which I am passing a standard username say 'userxyz' other that the submitter. So when email

RE: email notification

2010-09-16 Thread Tim Pinet
Trying using the submit-as parameter. http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#automati ng-post-review I have a common post user account and pass the username in the submit-as param. tim -Original Message- From: reviewboard@googlegroups.com

Re: email notification

2010-09-16 Thread Timothy Pinet
Well that URL got mangled... http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#automating-post-review tim On Sep 16, 12:51 pm, Tim Pinet tim.pi...@gmail.com wrote: Trying using the submit-as parameter. http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#a...

ReviewBoard on OS X 10.5 - KeyError at /reviewboard.fcgi

2010-09-16 Thread j4ys0n
Hello, I'm getting an error when trying to run ReviewBoard. I was able to get it installed successfully, but it doesn't work when i try to access the URL. I'm not really sure where to go from here, but Googling hasn't yielded anything useful yet. Any help is appreciated. Thanks! Here's the

Re: ReviewBoard on OS X 10.5 - KeyError at /reviewboard.fcgi

2010-09-16 Thread Christian Hammond
Your $PATH variable isn't being set anywhere. Which web server are you using? You may need to tweak the web server to set an appropriate $PATH pointing to your standard binary directories. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware,

Re: ReviewBoard on OS X 10.5 - KeyError at /reviewboard.fcgi

2010-09-16 Thread j4ys0n
I meant to reply to my post earlier.. I fixed it. I added os.environ[PATH] = my-path-here to reviewboard.fcgi and it worked! Thanks! On Sep 16, 3:25 pm, Christian Hammond chip...@chipx86.com wrote: Your $PATH variable isn't being set anywhere. Which web server are you using? You may need to

Re: ReviewBoard on OS X 10.5 - KeyError at /reviewboard.fcgi

2010-09-16 Thread Christian Hammond
Glad it works! This is something we've seen on some systems, but not all. It's not really something we can put in by default (since we work on different OSes which may have different default paths, and assuming here is bad). Christian -- Christian Hammond - chip...@chipx86.com Review Board -

post-review and perforce

2010-09-16 Thread Tony
Hey everyone, I'm trying to get ReviewBoard set up. Installing the server was no problem, however I've been having issues with post-review and perforce. I have two problems, the first is clearly a permission problem, but I can't seem to find where the python files live to change them. I'm not

Re: post-review and perforce

2010-09-16 Thread Christian Hammond
Hi Tony, We discourage running as root, so that wouldn't be it. It's likely that it's failing to parse the server version info. Can you type `p4 info` and show me the Server version: line, if it exists? If it doesn't, that's useful to know too, and I'd like to know if there's an equivalent line

Re: post-review and perforce

2010-09-16 Thread Tony
Christian, Thanks for the quick response. I figured as much for the root thing. Realized after I sent the email that p4 wasn't on my path as root, so that explains it anyway... In terms of the p4 info the server version line is present: Server version: P4D/LINUX26AMD64/2005.2.PATCH/100601

Re: email notification

2010-09-16 Thread Madhavi Gupta
Hi Tim, Thanks for the response. I am setting the parameter submit-as and giving the name of actual user who is committing. When the request is created, I can see the submitter as that user. The email body also contains that user's name as a signature. However email is sent from common user's

Re: email notification

2010-09-16 Thread Jan Koprowski
Yeap and You can't change this behavior, unfortunately :( On Fri, Sep 17, 2010 at 7:11 AM, Madhavi Gupta madhavii.gu...@gmail.com wrote: Hi Tim, Thanks for the response. I am setting the parameter submit-as and giving the name of actual user who is committing. When the request is created,

Re: post-review and perforce

2010-09-16 Thread Christian Hammond
Interesting. That's definitely the problem. post-review expects the version information to be entirely numeric. I don't know what your Python comfort level is, but if you edited rbtools/rbtools/postreview.py and found the line that includes Server version: , and modified it to look like: m =

Re: Issue 1814 in reviewboard: new group request

2010-09-16 Thread reviewboard
Updates: Status: Invalid Comment #1 on issue 1814 by chipx86: new group request http://code.google.com/p/reviewboard/issues/detail?id=1814 You need to ask your administrator. This is the issue tracker for the project. -- You received this message because you are subscribed to the

Issue 1815 in reviewboard: Don't show discarded reviews by default on All My Reviews page

2010-09-16 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 1815 by ben.hollis: Don't show discarded reviews by default on All My Reviews page http://code.google.com/p/reviewboard/issues/detail?id=1815 What version are you running? 1.5RC1 What's the URL of the page this

Issue 1816 in reviewboard: Error trying to comment on an unpublished review

2010-09-16 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1816 by ben.hollis: Error trying to comment on an unpublished review http://code.google.com/p/reviewboard/issues/detail?id=1816 What version are you running? 1.5RC1 What's the URL of the page containing the problem? Diff

Re: Issue 1526 in reviewboard: AttributeError: 'DashboardDataGrid' object has no attribute 'id_list'

2010-09-16 Thread reviewboard
Comment #4 on issue 1526 by ben.hollis: AttributeError: 'DashboardDataGrid' object has no attribute 'id_list' http://code.google.com/p/reviewboard/issues/detail?id=1526 We're seeing this error (the trace reported by the original reporter, not kbottner) a lot in our logs after upgrading to

Re: Issue 831 in reviewboard: Can't leave comments before you publish your own newly created review request

2010-09-16 Thread reviewboard
Comment #16 on issue 831 by trowbrds: Can't leave comments before you publish your own newly created review request http://code.google.com/p/reviewboard/issues/detail?id=831 Issue 1816 has been merged into this issue. -- You received this message because you are subscribed to the Google