Ticket #2193 (new enhancement)

Opened 16 months ago

Last modified 15 months ago

JSON interface / docs improvement

Reported by: unexist Owned by:
Priority: major Milestone: 0.9.0
Version: 0.8.5 Keywords:
Cc: rusyanov@…, andrew@…

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.

Change History

comment:1 Changed 16 months ago by dustin

  • Keywords json, xmlrpc removed
  • Milestone changed from undecided to 0.9.0

We'll be getting a new JSON interface soon, and having status in a DB will allow querying builds more flexibly.

comment:2 Changed 16 months ago by doh

  • Cc rusyanov@… added

comment:3 Changed 15 months ago by namtabmai

  • Cc andrew@… added
Note: See TracTickets for help on using tickets.