Closed
Bug 400708
Opened 18 years ago
Closed 7 years ago
provide tree names and basic status as JSON
Categories
(Webtools Graveyard :: Tinderbox, enhancement)
Webtools Graveyard
Tinderbox
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rhelmer, Assigned: morgamic)
Details
Attachments
(2 files, 1 obsolete file)
|
10.80 KB,
patch
|
Details | Diff | Splinter Review | |
|
26.47 KB,
application/x-gzip
|
Details |
I'd like to be able to get a list of trees and basic status in one shot, programmatically (whether they are open or closed, last report from each builder). Currently there is no way to get a list of tree names, and the existing JSON output for each tree is far too large to practically read all of them in at once.
Basically, the equivalent of each $tree/panel.html file but as JSON not HTML.
Since the file needs to be updated each time a build notification email comes in, we probably do not want to rescan all trees to rebuild this file. One way to do this would be to implement both a JSON reader and writer, and only modify the parts of the status file that changed.
Comment 1•18 years ago
|
||
A fix up of Rob Helmers patch in bug 366784 to support a fat free JSON tree listing.
Comment 2•18 years ago
|
||
A diff of a few files like index, showbuilds, and tbglobals with some fixes to make it output some generic tinderbox information (i.e, list of trees and builders).
A draft
Comment 3•18 years ago
|
||
This is just a .tar.gz of all the files diff'ed in case anyone wanted to look at them separately. Just put these into your /var/www/(tinderbox) folder and it should work.
This is a draft version.
Updated•18 years ago
|
Attachment #289456 -
Attachment is obsolete: true
Updated•11 years ago
|
Product: Webtools → Webtools Graveyard
Comment 4•7 years ago
|
||
Tinderbox isn't maintained anymore. Closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•