[Buildbot] #3104: Index the builders per name in the URL

Buildbot trac trac at buildbot.net
Tue Dec 9 22:08:07 UTC 2014


#3104: Index the builders per name in the URL
------------------------+--------------------
Reporter:  Ben          |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  minor        |   Milestone:  0.9.0
 Version:  master       |  Resolution:
Keywords:  web          |
------------------------+--------------------

Comment (by tardyp):

 The buildername is defined in data api to be an identifier, so there is
 technically no need to create slugs:

         name = types.Identifier(20)
         description = types.NoneOk(types.String())

     identRe = re.compile('^[a-zA-Z_-][a-zA-Z0-9_-]*$')

 this is compatible with URIs.

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


More information about the bugs mailing list