Re: Installing the Web Hooks extension

2013-11-06 Thread Fede Naum
sorry, I meant RB 1.7.14 instead of 1.7.4

On Wednesday, 6 November 2013 18:50:16 UTC+11, Fede Naum wrote:
>
> Hi Rodrigo, 
>
> I know that this was more than a year ago, but can you tell me how did you 
> end up installing the webhooks extension on RB?
>
> I followed what you did 
>
> - git clone https://github.com/reviewboard/rb-extension-pack
> - cd rbwebhooks
> - pyhton setup.py install
>
> but I'm on version 1.7.4 of RB
>
> That failed with the error.
>
> super(RBWebHooksExtension, self).__init__()
> TypeError: __init__() takes exactly 2 arguments (1 given)
>
> Then after checking  this page 
> on
>  
> how to build extensions, I just modified the code to be 
> super(RBWebHooksExtension, self).__init__(*args, **kwargs)
>
> it went further, I was able to install the extension, but when I try to 
> add a new  weeb hook target
>
>
>
> I got the following error:
>
>   File 
> "/var/virtualenv/REVIEWBOARD/lib/python2.7/site-packages/Django-1.4.8-py2.7.egg/django/db/backends/postgresql_psycopg2/base.py",
>  
> line 52, in execute
> return self.cursor.execute(query, args)
> DatabaseError: relation "rbwebhooks_webhooktarget" does not exist
> LINE 1: INSERT INTO "rbwebhooks_webhooktarget" ("hook_id", "descript...
> ^
>
>
> So it looks like I'm missing the creation of some DB tables, how do I do 
> that?
>
> Thanks in advance
> Federico
>
> On Tuesday, 26 June 2012 07:03:48 UTC+10, Rodrigo Castro wrote:
>>
>> 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 rbwebhooks directory is missing which in turn makes review board not to 
>> be aware of the extension. Otherwise everything is running smoothly.
>>
>> I'm rather overbooked the coming weeks, but if I happen to have some 
>> spare time I know where to find help :)
>>
>> Thanks Steve and Christian for your promptly and useful answers.
>>
>> Rodrigo
>>
>> Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>>>
>>> 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 for production. To be honest, it is more of a prototype 
>>> which has had only minimal testing. Working to improve this extension isn't 
>>> currently one of my priorities, but I'd be more than happy to offer support 
>>> if you are interested in tinkering with it.
>>>
>>> Steve
>>>
>>>
>> Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>>>
>>> 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 for production. To be honest, it is more of a prototype 
>>> which has had only minimal testing. Working to improve this extension isn't 
>>> currently one of my priorities, but I'd be more than happy to offer support 
>>> if you are interested in tinkering with it.
>>>
>>> Steve
>>>
>>>
>> Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>>>
>>> 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 for production. To be honest, it is more of a prototype 
>>> which has had only minimal testing. Working to improve this extension isn't 
>>> currently one of my priorities, but I'd be more than happy to offer support 
>>> if you are interested in tinkering with it.
>>>
>>> Steve
>>>
>>>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 
rbwebhooks directory is missing which in turn makes review board not to be 
aware of the extension. Otherwise everything is running smoothly.

I'm rather overbooked the coming weeks, but if I happen to have some spare 
time I know where to find help :)

Thanks Steve and Christian for your promptly and useful answers.

Rodrigo

Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>
> 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 for production. To be honest, it is more of a prototype 
> which has had only minimal testing. Working to improve this extension isn't 
> currently one of my priorities, but I'd be more than happy to offer support 
> if you are interested in tinkering with it.
>
> Steve
>
>
Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>
> 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 for production. To be honest, it is more of a prototype 
> which has had only minimal testing. Working to improve this extension isn't 
> currently one of my priorities, but I'd be more than happy to offer support 
> if you are interested in tinkering with it.
>
> Steve
>
>
Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>
> 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 for production. To be honest, it is more of a prototype 
> which has had only minimal testing. Working to improve this extension isn't 
> currently one of my priorities, but I'd be more than happy to offer support 
> if you are interested in tinkering with it.
>
> Steve
>
>

-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 for production. To be honest, it is more of a prototype
which has had only minimal testing. Working to improve this extension isn't
currently one of my priorities, but I'd be more than happy to offer support
if you are interested in tinkering with it.

Steve

-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 before we can really do that.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Jun 25, 2012 at 12:54 AM, Rodrigo Castro wrote:

> 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 don't want to run a production site off of
>> 1.7 just yet.
>>
>
> Duly noted
>
>
>>
>> Christian
>>
>>
> Rodrigo
>
>
>>
>>
>>
>> On Mon, Jun 25, 2012 at 12:41 AM wrote:
>>
>> 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 practically the same as the 1.6.9 release.
>>>
>>> Thanks,
>>> Rodrigo
>>>
>>> Le vendredi 22 juin 2012 21:50:19 UTC+2, Christian Hammond a écrit :

 Hi,

 Extensions are only available for the in-development 1.7 release, which
 is still very much under construction. I don't think the Webhooks extension
 has been fully updated for all the changes.

 Christian


 On Jun 22, 2012, at 7:54, Rodrigo Castro  wrote:

 Hello,

 I'm trying to use and configure the Web Hooks extension without luck so
 far. This is what I've done:

 - Installed the latest review board v 1.6.9. The site is working nice.
 - git clone 
 https://github.com/**revie**wboard/rb-extension-pack
 - cd rbwebhooks
 - python setup.py build
 - pyhton setup.py install

 The problem is I do not know what to do next. I believe the review
 board site should show an Extension page but it does not. Furthermore,
 going to admin/extension gives the following error :

 The page you were looking for does not exist.

 I know I must be missing something obvious. I'd appreciate if someone
 gave me a hint.

 Thanks,

 Rodrigo

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**don**ate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**use**rs/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to reviewboard+unsubscribe@*
 *google**groups.com 
 For more options, visit this group at http://groups.google.com/**group*
 */reviewboard?hl=en 

   --
>>> 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/
>>> -~--~~~~--**~~--~--~---
>>> To unsubscribe from this group, send email to reviewboard+unsubscribe@**
>>> googlegroups.com 
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>
>>  --
> 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/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 don't want to run a production site off of 
> 1.7 just yet.
>

Duly noted
 

>
> Christian
>
>
Rodrigo
 

>
>
>
> On Mon, Jun 25, 2012 at 12:41 AM wrote:
>
>> 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 practically the same as the 1.6.9 release.
>>
>> Thanks,
>> Rodrigo
>>
>> Le vendredi 22 juin 2012 21:50:19 UTC+2, Christian Hammond a écrit :
>>>
>>> Hi,
>>>
>>> Extensions are only available for the in-development 1.7 release, which 
>>> is still very much under construction. I don't think the Webhooks extension 
>>> has been fully updated for all the changes.
>>>
>>> Christian
>>>
>>>
>>> On Jun 22, 2012, at 7:54, Rodrigo Castro  wrote:
>>>
>>> Hello,
>>>
>>> I'm trying to use and configure the Web Hooks extension without luck so 
>>> far. This is what I've done:
>>>
>>> - Installed the latest review board v 1.6.9. The site is working nice.
>>> - git clone 
>>> https://github.com/**reviewboard/rb-extension-pack
>>> - cd rbwebhooks
>>> - python setup.py build 
>>> - pyhton setup.py install
>>>
>>> The problem is I do not know what to do next. I believe the review board 
>>> site should show an Extension page but it does not. Furthermore, going to 
>>> admin/extension gives the following error : 
>>>
>>> The page you were looking for does not exist.
>>>
>>> I know I must be missing something obvious. I'd appreciate if someone 
>>> gave me a hint.
>>>
>>> Thanks,
>>>
>>> Rodrigo
>>>
>>> -- 
>>> 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/
>>> -~--~~~~--**~~--~--~---
>>> To unsubscribe from this group, send email to reviewboard+unsubscribe@**
>>> googlegroups.com 
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>>  -- 
>> 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/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>>
>
>

-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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.vmware.com


On Mon, Jun 25, 2012 at 12:41 AM, Rodrigo Castro wrote:

> 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 practically the same as the 1.6.9 release.
>
> Thanks,
> Rodrigo
>
> Le vendredi 22 juin 2012 21:50:19 UTC+2, Christian Hammond a écrit :
>>
>> Hi,
>>
>> Extensions are only available for the in-development 1.7 release, which
>> is still very much under construction. I don't think the Webhooks extension
>> has been fully updated for all the changes.
>>
>> Christian
>>
>>
>> On Jun 22, 2012, at 7:54, Rodrigo Castro  wrote:
>>
>> Hello,
>>
>> I'm trying to use and configure the Web Hooks extension without luck so
>> far. This is what I've done:
>>
>> - Installed the latest review board v 1.6.9. The site is working nice.
>> - git clone 
>> https://github.com/**reviewboard/rb-extension-pack
>> - cd rbwebhooks
>> - python setup.py build
>> - pyhton setup.py install
>>
>> The problem is I do not know what to do next. I believe the review board
>> site should show an Extension page but it does not. Furthermore, going to
>> admin/extension gives the following error :
>>
>> The page you were looking for does not exist.
>>
>> I know I must be missing something obvious. I'd appreciate if someone
>> gave me a hint.
>>
>> Thanks,
>>
>> Rodrigo
>>
>> --
>> 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/
>> -~--~~~~--**~~--~--~---
>> To unsubscribe from this group, send email to reviewboard+unsubscribe@**
>> googlegroups.com 
>> For more options, visit this group at http://groups.google.com/**
>> group/reviewboard?hl=en
>>
>>  --
> 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/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 practically the same as the 1.6.9 release.

Thanks,
Rodrigo

Le vendredi 22 juin 2012 21:50:19 UTC+2, Christian Hammond a écrit :
>
> Hi,
>
> Extensions are only available for the in-development 1.7 release, which is 
> still very much under construction. I don't think the Webhooks extension 
> has been fully updated for all the changes.
>
> Christian
>
>
> On Jun 22, 2012, at 7:54, Rodrigo Castro  wrote:
>
> Hello,
>
> I'm trying to use and configure the Web Hooks extension without luck so 
> far. This is what I've done:
>
> - Installed the latest review board v 1.6.9. The site is working nice.
> - git clone https://github.com/reviewboard/rb-extension-pack
> - cd rbwebhooks
> - python setup.py build 
> - pyhton setup.py install
>
> The problem is I do not know what to do next. I believe the review board 
> site should show an Extension page but it does not. Furthermore, going to 
> admin/extension gives the following error : 
>
> The page you were looking for does not exist.
>
> I know I must be missing something obvious. I'd appreciate if someone gave 
> me a hint.
>
> Thanks,
>
> Rodrigo
>
> -- 
> 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/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en
>
>

-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Installing the Web Hooks extension

2012-06-22 Thread Christian Hammond
Hi,

Extensions are only available for the in-development 1.7 release, which is 
still very much under construction. I don't think the Webhooks extension has 
been fully updated for all the changes.

Christian


On Jun 22, 2012, at 7:54, Rodrigo Castro  wrote:

> Hello,
> 
> I'm trying to use and configure the Web Hooks extension without luck so far. 
> This is what I've done:
> 
> - Installed the latest review board v 1.6.9. The site is working nice.
> - git clone https://github.com/reviewboard/rb-extension-pack
> - cd rbwebhooks
> - python setup.py build 
> - pyhton setup.py install
> 
> The problem is I do not know what to do next. I believe the review board site 
> should show an Extension page but it does not. Furthermore, going to 
> admin/extension gives the following error : 
> 
> The page you were looking for does not exist.
> 
> 
> I know I must be missing something obvious. I'd appreciate if someone gave me 
> a hint.
> 
> Thanks,
> 
> Rodrigo
> -- 
> 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/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en

-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en