[Buildbot-commits] [Buildbot] #2103: merge schedulers table into objects table
Buildbot
nobody at buildbot.net
Fri Sep 9 02:31:18 UTC 2011
#2103: merge schedulers table into objects table
------------------------+----------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.8.4p2 | Keywords: database
------------------------+----------------------
Currently, the schedulers table exists only to map (name,class) to
schedulerid. This is exactly the same function as the objects table,
except that the latter is more general.
It would be great to get rid of the schedulers table altogether and use
the objects table exclusively. This would require mapping schedulerids
into new objectids, adding an objectid column to scheduler_changes and
scheduler_upstream_buildsets, setting it appropriately, and then dropping
the schedulerid-related stuff.
--
Ticket URL: <http://trac.buildbot.net/ticket/2103>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list