[Buildbot] #2984: 'properties' data api not implemented yet (was: Not all properties are displayed on the build page)

Buildbot trac trac at buildbot.net
Tue Oct 28 23:54:53 UTC 2014


#2984: 'properties' data api not implemented yet
------------------------+--------------------
Reporter:  Ben          |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  critical     |   Milestone:  0.9.0
 Version:  master       |  Resolution:
Keywords:  data         |
------------------------+--------------------
Changes (by dustin):

 * keywords:  web => data
 * priority:  major => critical


Comment:

 {{{
 #!python
 class BuildPropertiesEndpoint(base.Endpoint):

     isCollection = False
     pathPatterns = """
         /builds/n:buildid/properties
     """

     def get(self, resultSpec, kwargs):
         # its not really implemented db.getBuildProperties is TBD
         # this code is kept here as a placeholder (so its not yet
 documented)
         return self.master.db.builds.getBuildProperties(kwargs['buildid'])
 }}}

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


More information about the bugs mailing list