Re: [openstack-dev] Gerrit tools

2013-10-23 Thread Joshua Harlow
Thanks, did some cleanup and pushed a newer version. https://pypi.python.org/pypi/gerrit-view/0.1.1 -Josh On 10/23/13 8:16 AM, "Joshua Harlow" wrote: >Wow, awesomeness! > >I'll put out a 0.2 on pypi when u are ready with that, very cool. > >Sent from my really tiny device... > >> On Oct 23, 20

Re: [openstack-dev] Gerrit tools

2013-10-23 Thread Daniel P. Berrange
On Wed, Oct 23, 2013 at 03:05:32PM +, James E. Blair wrote: > "Daniel P. Berrange" writes: > > > Actually, from my POV, the neat one there is the qgerrit script - I had > > no idea you could query this info so easily. > > FYI the query syntax for SSH and the web is the same, so you can also

Re: [openstack-dev] Gerrit tools

2013-10-23 Thread Joshua Harlow
Wow, awesomeness! I'll put out a 0.2 on pypi when u are ready with that, very cool. Sent from my really tiny device... > On Oct 23, 2013, at 7:12 AM, "Daniel P. Berrange" wrote: > >> On Sun, Oct 20, 2013 at 05:01:23AM +, Joshua Harlow wrote: >> I created some gerrit tools that I think othe

Re: [openstack-dev] Gerrit tools

2013-10-23 Thread James E. Blair
"Daniel P. Berrange" writes: > Actually, from my POV, the neat one there is the qgerrit script - I had > no idea you could query this info so easily. FYI the query syntax for SSH and the web is the same, so you can also make a bookmark for a query like that. The search syntax is here: https:

Re: [openstack-dev] Gerrit tools

2013-10-23 Thread Daniel P. Berrange
On Sun, Oct 20, 2013 at 05:01:23AM +, Joshua Harlow wrote: > I created some gerrit tools that I think others might find useful. > > https://github.com/harlowja/gerrit_view > > The neat one there is a curses based real time gerrit review receiver > that uses a similar mechanism as the gerrit i

Re: [openstack-dev] Gerrit tools

2013-10-22 Thread Joshua Harlow
Sure I'll look it over :-) Btw just uploaded: https://pypi.python.org/pypi/gerrit-view Making it easier to install the 2 tools. Have fun! On 10/21/13 11:37 PM, "Flavio Percoco" wrote: >On 21/10/13 15:55 +, Joshua Harlow wrote: >>I am using gerritlib in the curses ui; seems to work nicely.

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Flavio Percoco
On 21/10/13 15:55 +, Joshua Harlow wrote: I am using gerritlib in the curses ui; seems to work nicely. Only 1 thing that I don't like so much is that it silences connection/other errors from what I can tell. See _run() method in https://github.com/openstack-infra/gerritlib/blob/master/ger

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Flavio Percoco
On 21/10/13 15:41 +0200, Chmouel Boudjnah wrote: On Mon, Oct 21, 2013 at 3:03 PM, Flavio Percoco wrote: Also realize that OpenStack maintains gerritlib - https://github.com/ openstack-infra/gerritlib Which anyone can contribute to (and is the code that every message

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Joshua Harlow
The nice thing about the current ssh is that it is doing "push" notifications over ssh, if the rest API supported that it would be great; instead of a pull notification via rest. Sent from my really tiny device... On Oct 21, 2013, at 6:48 AM, "Chmouel Boudjnah" mailto:chmo...@enovance.com>> wr

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Joshua Harlow
Neat didn't know about this library :) Thx for the +1! Sent from my really tiny device... > On Oct 21, 2013, at 1:08 AM, "Flavio Percoco" wrote: > >> On 20/10/13 05:01 +, Joshua Harlow wrote: >> I created some gerrit tools that I think others might find useful. >> >> https://github.com/ha

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Joshua Harlow
I am using gerritlib in the curses ui; seems to work nicely. Only 1 thing that I don't like so much is that it silences connection/other errors from what I can tell. See _run() method in https://github.com/openstack-infra/gerritlib/blob/master/gerritlib/gerrit.py Otherwise pretty easy to use.

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Chmouel Boudjnah
On Mon, Oct 21, 2013 at 3:03 PM, Flavio Percoco wrote: > Also realize that OpenStack maintains gerritlib - >> https://github.com/openstack-**infra/gerritlib >> >> Which anyone can contribute to (and is the code that every message posted >> back to ger

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Flavio Percoco
On 21/10/13 07:44 -0400, Sean Dague wrote: On 10/21/2013 04:04 AM, Flavio Percoco wrote: On 20/10/13 05:01 +, Joshua Harlow wrote: I created some gerrit tools that I think others might find useful. https://github.com/harlowja/gerrit_view I worked on this Python library for Gerrit[0] a c

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Sean Dague
On 10/21/2013 04:04 AM, Flavio Percoco wrote: On 20/10/13 05:01 +, Joshua Harlow wrote: I created some gerrit tools that I think others might find useful. https://github.com/harlowja/gerrit_view I worked on this Python library for Gerrit[0] a couple of months ago and I've been using it f

Re: [openstack-dev] Gerrit tools

2013-10-21 Thread Flavio Percoco
On 20/10/13 05:01 +, Joshua Harlow wrote: I created some gerrit tools that I think others might find useful. https://github.com/harlowja/gerrit_view I worked on this Python library for Gerrit[0] a couple of months ago and I've been using it for this gerrit-cli[1] tool. I was wondering if