[Buildbot] #3087: User settings system

Buildbot trac trac at buildbot.net
Tue Dec 9 22:17:18 UTC 2014


#3087: User settings system
------------------------+--------------------
Reporter:  tardyp       |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.9.+
 Version:  master       |  Resolution:
Keywords:  www, easy    |
------------------------+--------------------

Comment (by tardyp):

 Settings like:

 [x] Enable notifications
      [x] Only Failed builds
      [x] Use Desktop notifications

 [ 20 ] Number of recent builds in home page
 [ 5 ] Number of recent builders in home page

 There should be a service for letting plugins define user settings:

 * in a config:
 settingsServiceProvider.defineSettings "metrics", [
      name: "build_history"
      label: "Build history"
      description: "how much builds should metrics plugin analyse"
      type: "integer"
 ]

 * in a controller

 settingsServiceProvider.bindSettings($scope,  "metrics", "build_history")

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


More information about the bugs mailing list