Does reviewboard support new review notifications other than email?

2010-01-28 Thread Tino Breddin
Hi all,

I'm interested in notifying external system about new review requests
where email isn't a good option. I've read in the roadmap that generic
hooks are planed for version 2.0, but is there anything similar in
place now which could be used for this purpose?

Cheers,
Tino

-- 
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: Does reviewboard support new review notifications other than email?

2010-01-28 Thread Chris Clark

Tino Breddin wrote:

I'm interested in notifying external system about new review requests
where email isn't a good option. I've read in the roadmap that generic
hooks are planed for version 2.0, but is there anything similar in
place now which could be used for this purpose?
  


This suggestion is likely to make you cry

   you could implement an smtplib module that appears to have the same
   API as the one that ships with Python and put that in the
   reviewboard/django path first. You could then do "other stuff".
   Essentially monkey patching a module by injecting a SMTP class that
   doesn't do smtp but offers the same API, you would probably only
   need to implement sendmail() and pass for all the other methods.

Then you could post to IRC, Jabber, etc.

Chris

--
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: Does reviewboard support new review notifications other than email?

2010-01-28 Thread Christian Hammond
Hi Tino,

WebHooks are going to go into the 1.6 release. We're hoping for this to be a
quick release after 1.5 (a few months or so). For the time-being, you can
maintain a clone of our Git repository and have a branch tracking master and
write some code for this integration. It'll need to be updated when 1.6
comes out, though, and it will mean you'll have to package your own
binaries. There's a page in our Code Base Documentation on
reviewboard.orgthat describes how to maintain this.

Christian

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


On Thu, Jan 28, 2010 at 6:52 AM, Tino Breddin
wrote:

> Hi all,
>
> I'm interested in notifying external system about new review requests
> where email isn't a good option. I've read in the roadmap that generic
> hooks are planed for version 2.0, but is there anything similar in
> place now which could be used for this purpose?
>
> Cheers,
> Tino
>
> --
> 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: Does reviewboard support new review notifications other than email?

2010-01-29 Thread Tino Breddin
Thanks for the update. I guess I'll look into the code to see how I
can apply the hooks I need.

Tino

On Jan 28, 10:50 pm, Christian Hammond  wrote:
> Hi Tino,
>
> WebHooks are going to go into the 1.6 release. We're hoping for this to be a
> quick release after 1.5 (a few months or so). For the time-being, you can
> maintain a clone of our Git repository and have a branch tracking master and
> write some code for this integration. It'll need to be updated when 1.6
> comes out, though, and it will mean you'll have to package your own
> binaries. There's a page in our Code Base Documentation on
> reviewboard.orgthat describes how to maintain this.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> On Thu, Jan 28, 2010 at 6:52 AM, Tino Breddin
> wrote:
>
>
>
> > Hi all,
>
> > I'm interested in notifying external system about new review requests
> > where email isn't a good option. I've read in the roadmap that generic
> > hooks are planed for version 2.0, but is there anything similar in
> > place now which could be used for this purpose?
>
> > Cheers,
> > Tino
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://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