[Buildbot-commits] [Buildbot] #2660: [nine] buildrequests data API uses popBooleanFilter for non-booleans
Buildbot trac
trac at buildbot.net
Mon Jan 13 15:26:35 UTC 2014
#2660: [nine] buildrequests data API uses popBooleanFilter for non-booleans
------------------------+--------------------
Reporter: dustin | Owner: dustin
Type: enhancement | Status: new
Priority: major | Milestone: 0.9.0
Version: | Keywords:
------------------------+--------------------
{{{
bsid = resultSpec.popBooleanFilter('bsid')
branch = resultSpec.popBooleanFilter('branch')
repository = resultSpec.popBooleanFilter('repository')
}}}
those should be using popStringFilter and popIntegerFilter, I think (and
those methods need to be written).
--
Ticket URL: <http://trac.buildbot.net/ticket/2660>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list