[Buildbot] #2966: New web plugin idea: an health indicator

Buildbot trac trac at buildbot.net
Fri Oct 24 08:31:38 UTC 2014


#2966: New web plugin idea: an health indicator
-------------------------+--------------------
Reporter:  Ben           |       Owner:
    Type:  project-idea  |      Status:  new
Priority:  major         |   Milestone:  0.9.+
 Version:                |  Resolution:
Keywords:  web           |
-------------------------+--------------------

Comment (by tardyp):

 Buildbot plugin system is really made for enabling such dashboards.

 A web ui plugin is not technically restricted to creating a bunch of js
 file, it could also create a twisted service.

 For me having the JS only use existing data api to query the data will be
 very inefficient. I think we could easily create a service, like a status
 service that registers to a bunch of mq events, and create statistics
 based on that.

 I also had in mind that plugins could have some table in the DB they could
 use to store the data, or maybe use another db configuration with all
 schema + migration stuff separated.

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


More information about the bugs mailing list