You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-dev@apache.org by Alan Cabrera <ad...@toolazydogs.com> on 2013/05/30 18:52:25 UTC

Getting a list of all committers

It would be nice if 

https://whimsy.apache.org/roster/committer

returned 

{ "committers" : ["adc", "foo", ..] }


Regards,
Alan


Re: Getting a list of all committers

Posted by Upayavira <uv...@odoko.co.uk>.
I'd suggest you pop onto #asfinfra and see if someone there can give you
pointers to the code.

Upayavira

On Thu, May 30, 2013, at 06:15 PM, Alan Cabrera wrote:
> Definitely happy to do this my self in the Whimsy code.
> 
> 
> Regards,
> Alan
> 
> On May 30, 2013, at 10:10 AM, Upayavira <uv...@odoko.co.uk> wrote:
> 
> > Alan,
> > 
> > I'd encourage you to take a peek at the Whimsy code. It is Ruby not
> > Python, but it is pretty simple and easy to work with. I have, in the
> > past had a version of it running on my laptop with an ssh tunnel getting
> > me to LDAP. May help you make it give you what you are after.
> > 
> > Upayavira
> > 
> > On Thu, May 30, 2013, at 05:52 PM, Alan Cabrera wrote:
> >> It would be nice if 
> >> 
> >> https://whimsy.apache.org/roster/committer
> >> 
> >> returned 
> >> 
> >> { "committers" : ["adc", "foo", ..] }
> >> 
> >> 
> >> Regards,
> >> Alan
> >> 
> 

Re: Getting a list of all committers

Posted by Alan Cabrera <ad...@toolazydogs.com>.
Definitely happy to do this my self in the Whimsy code.


Regards,
Alan

On May 30, 2013, at 10:10 AM, Upayavira <uv...@odoko.co.uk> wrote:

> Alan,
> 
> I'd encourage you to take a peek at the Whimsy code. It is Ruby not
> Python, but it is pretty simple and easy to work with. I have, in the
> past had a version of it running on my laptop with an ssh tunnel getting
> me to LDAP. May help you make it give you what you are after.
> 
> Upayavira
> 
> On Thu, May 30, 2013, at 05:52 PM, Alan Cabrera wrote:
>> It would be nice if 
>> 
>> https://whimsy.apache.org/roster/committer
>> 
>> returned 
>> 
>> { "committers" : ["adc", "foo", ..] }
>> 
>> 
>> Regards,
>> Alan
>> 


Re: Getting a list of all committers

Posted by Upayavira <uv...@odoko.co.uk>.
Alan,

I'd encourage you to take a peek at the Whimsy code. It is Ruby not
Python, but it is pretty simple and easy to work with. I have, in the
past had a version of it running on my laptop with an ssh tunnel getting
me to LDAP. May help you make it give you what you are after.

Upayavira

On Thu, May 30, 2013, at 05:52 PM, Alan Cabrera wrote:
> It would be nice if 
> 
> https://whimsy.apache.org/roster/committer
> 
> returned 
> 
> { "committers" : ["adc", "foo", ..] }
> 
> 
> Regards,
> Alan
> 

Re: Getting a list of all committers

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
... unless you meant, provide that list without authentication.

Daniel Shahaf wrote on Fri, May 31, 2013 at 08:43:42 +0300:
> What for?  That page requires committer authn, but if you have that you
> can run 'ssh people.apache.org list_unix_group.pl committers' --- which
> is more secure, since you can use ForceCommand in authorized_keys.
> 
> Alan Cabrera wrote on Thu, May 30, 2013 at 09:52:25 -0700:
> > It would be nice if 
> > 
> > https://whimsy.apache.org/roster/committer
> > 
> > returned 
> > 
> > { "committers" : ["adc", "foo", ..] }
> > 
> > 
> > Regards,
> > Alan
> > 

Re: Getting a list of all committers

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
What for?  That page requires committer authn, but if you have that you
can run 'ssh people.apache.org list_unix_group.pl committers' --- which
is more secure, since you can use ForceCommand in authorized_keys.

Alan Cabrera wrote on Thu, May 30, 2013 at 09:52:25 -0700:
> It would be nice if 
> 
> https://whimsy.apache.org/roster/committer
> 
> returned 
> 
> { "committers" : ["adc", "foo", ..] }
> 
> 
> Regards,
> Alan
>