[Buildbot] #3189: add a 'slug' to schedulers so they can be referred to by name

Buildbot trac trac at buildbot.net
Sat Feb 7 21:16:48 UTC 2015


#3189: add a 'slug' to schedulers so they can be referred to by name
------------------------+--------------------
Reporter:  dustin       |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  minor        |   Milestone:  0.9.0
 Version:  master       |  Resolution:
Keywords:               |
------------------------+--------------------
Description changed by dustin:

Old description:

> Blocks #2635.
>
> Add a new, automatically populated, unique identifier column - a slug -
> to the schedulers table, and allow users to specify that slug in URLs in
> place of `n:schedulerid`.

New description:

 Blocks #2635.

 Add a new, automatically populated, unique identifier column - a slug - to
 the schedulers table, and allow users to specify that slug in URLs in
 place of `n:schedulerid`.

 Instead of a name with a hash to ensure it's unique, ensure that the slug
 is unique in the DB, and raise an error when a scheduler with a different
 name, but a conflicting slug, is added to the DB.

 The docs should probably recommend using identifier-safe names, which will
 eliminate any problems from conflicting names.

--

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


More information about the bugs mailing list