[Buildbot-commits] [Buildbot] #2103: merge schedulers table into objects table

Buildbot nobody at buildbot.net
Sun Mar 11 00:35:55 UTC 2012


#2103: merge schedulers table into objects table
------------------------+---------------------
Reporter:  dustin       |       Owner:
    Type:  enhancement  |      Status:  closed
Priority:  major        |   Milestone:  0.8.+
 Version:  0.8.4p2      |  Resolution:  fixed
Keywords:  database     |
------------------------+---------------------
Changes (by dustin):

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


Comment:

 Fixed:
 {{{
 commit aa33b96aa03070a63490351dd0f0e232092965b0
 Author: Dustin J. Mitchell <dustin at mozilla.com>
 Date:   Sat Jan 14 00:13:34 2012 -0600

     Simplify scheduler-related DB schema

     Schedulers identities are now tracked as objects, rather than with a
     distinct table -- so the 'schedulers' table is gone.

     The Dependent scheduler no longer has a dedicated table to keep track
 of
     upstream buildsets.  This is handled with object state, instead.  So
 the
     'scheduler_upstream_buildsets' table is gone, too.
 }}}

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


More information about the Commits mailing list