[Buildbot-commits] [Buildbot] #2193: JSON interface / docs improvement

Buildbot trac trac at buildbot.net
Tue Jan 14 06:23:48 UTC 2014


#2193: JSON interface / docs improvement
------------------------+------------------------
Reporter:  unexist      |       Owner:
    Type:  enhancement  |      Status:  closed
Priority:  major        |   Milestone:  0.9.0
 Version:  0.8.5        |  Resolution:  duplicate
Keywords:               |
------------------------+------------------------
Changes (by dustin):

 * status:  new => closed
 * resolution:   => duplicate


Old description:

> I need to update my redmine plugin for buildbot, that still uses the old
> XMLRPC interface. Previously, with getAllBuildsInInterval I could fetch
> the newest builds without querying the names of the slaves first.
>
> With the JSON interface, I need to do that: Basically parse and compare
> longs lists and request multiple items. (slaves list, builds per slave)
>
> Is there any chance for improvement the JSON API and e.g. allow a list of
> builds, that can be narrowed down with select?
>
> Additionally, proper docs what select can do would be appreciated.

New description:

 I need to update my redmine plugin for buildbot, that still uses the old
 XMLRPC interface. Previously, with getAllBuildsInInterval I could fetch
 the newest builds without querying the names of the slaves first.

 With the JSON interface, I need to do that: Basically parse and compare
 longs lists and request multiple items. (slaves list, builds per slave)

 Is there any chance for improvement the JSON API and e.g. allow a list of
 builds, that can be narrowed down with select?

 Additionally, proper docs what select can do would be appreciated.

--

Comment:

 See #2640

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2193#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list