List of maintainer accounts with activity, over JSON

Dagobert Michelsen via buildfarm buildfarm at lists.opencsw.org
Sun Nov 2 17:24:04 CET 2014


Hi Maciej,

> Am 02.11.2014 um 12:07 schrieb Maciej (Matchek) Bliziński <maciej at opencsw.org>:
> 
> I've noticed one detail to correct: Boolean values in JSON should be unquoted:
> 
>>>> print json.dumps({'a': True})
> {"a": true}

Ah yes, this was an artifact of the Perl JSON implementation which requires a
specific singleton for booleans. Fixed now.


Best regards

— Dago

> 
> 
> Maciej (Matchek) Bliziński <maciej at opencsw.org> escreveu no dia Sun Nov 02 2014 at 11:03:59:
> I'm leaving for vacations very soon, I won't be able to incorporate this into the maintainer status page before I leave. I'll get back to it after the 20th.
> 
> Ben Walton <bdwalton at gmail.com> escreveu no dia Sat Nov 01 2014 at 22:32:53:
> 
> Looks pretty good to me.
> 
> On Sat Nov 01 2014 at 10:03:50 PM Dagobert Michelsen <dam at opencsw.org> wrote:
> Hi Maciej,
> 
> Am 28.10.2014 um 12:10 schrieb Maciej (Matchek) Bliziński via buildfarm:
> 
>> Hi buildfarm admins,
>> 
>> Is it possible/easy to export, over http in JSON, the list of all active maintainer accounts? We could use it to cross-match the buildfarm account statuses with the CSW database, which is used by the website. This would help us maintain a consistent maintainer status.
>> 
>> Something like:
>> 
>> [
>> {
>> "name": "maciej",
>> "type": "maintainer",
>> "active": true
>> },
>> {
>> "name": "somebody",
>> "type": "maintainer",
>> "active": false
>> },
>> {
>> "name": "somebodyelse",
>> "type": "upstream",
>> "active": true
>> }
>> ]
> 
> Please try
> http://buildfarm.opencsw.org/cgi-bin/maintainerstatus
> 
> This is pretty hacky at the moment, but it is late and I just wanted to get this done.
> Just let me know if this fits your needs.
> 
> 
> Best regards
> 
> -- Dago
> 

-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896



More information about the buildfarm mailing list