Re: Installing the Web Hooks extension

2012-06-25 Thread Rodrigo Castro
Thanks. I'll try to follow this page: http://www.reviewboard.org/docs/codebase/dev/extending/extensions/ to hopefully make the plugin work with the latest dev version when I get home. Just one question though. Where can I find the 1.7 dev code ? As the github master branch seems to be practica

Re: Installing the Web Hooks extension

2012-06-25 Thread Christian Hammond
github master is the 1.7 code. It shouldn't be the same as 1.6.9. What are you seeing? Just a warning that you really don't want to run a production site off of 1.7 just yet. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www

Re: Installing the Web Hooks extension

2012-06-25 Thread Rodrigo Castro
Le lundi 25 juin 2012 09:44:44 UTC+2, Christian Hammond a écrit : > > github master is the 1.7 code. It shouldn't be the same as 1.6.9. What are > you seeing? > Thanks, I just figured github master was a 1.6.X version as the 1.6.X branch points to master. > > Just a warning that you really do

Re: Installing the Web Hooks extension

2012-06-25 Thread Christian Hammond
master has code from release-1.6.x merged in, but there's a lot that's been going on there that isn't on the 1.6.x branch. Now that we're out of the woods with GitHub, and have some other big changes finishing up, my goal is to finally get a 1.7 beta out before long. Just a couple tasks left befor

reviewboard configuration issues please help

2012-06-25 Thread Nilesh Jaiswal
Dear All, I have install latest version RB server. After installation i copied the apache_mod_python.conf to httpd.conf ServerName DocumentRoot "/var/www/rbc/htdocs" ErrorDocument 500 /errordocs/500.html # Serve django pages # Error han

Re: Installing the Web Hooks extension

2012-06-25 Thread Steven MacLeod
Hey Rodrigo, I'm the author of the Web Hooks extension. I believe it should be compatible with the latest 1.7 dev code, as I don't remember any changes which would have broken it since it was committed. As for not running a production site off of 1.7, the Web Hooks extension is even less ready fo

Re: reviewboard configuration issues please help

2012-06-25 Thread Nilesh Jaiswal
Hi All, Can anybody know what i am missing in the below configuration..any pointer would really help us. Thanks in advance. Regards, Nilesh On Mon, Jun 25, 2012 at 5:46 PM, Nilesh Jaiswal wrote: > Dear All, > > I have install latest version RB server. > > After installation i copied the apache

Re: reviewboard configuration issues please help

2012-06-25 Thread Christian Hammond
It looks like you're trying to use mod_python, which apparently isn't installed. You should be using mod_wsgi. mod_python is dead and not available on newer distros. You'll need to generate a site configuration with that. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http:

Re: Installing the Web Hooks extension

2012-06-25 Thread Rodrigo Castro
Hello Steve, I've just finished installing review board 1.7 alpha 0 (dev) and I confirm your extension still works. I haven't fully verified the payload of the POST request it sends but it seems to be fine ;) There is one small little problem though. The empty file __init__.py in the rbwebhook