[Buildbot-commits] [buildbot/buildbot] 6040d6: Enhance forcescheduler button

GitHub noreply at github.com
Sun Jun 21 16:02:24 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 6040d6b2db0ae9e790426e3704dc04fd070e7c93
      https://github.com/buildbot/buildbot/commit/6040d6b2db0ae9e790426e3704dc04fd070e7c93
  Author: Sebastien Savrimoutou <sebastien.savrimoutou at intel.com>
  Date:   2015-06-15 (Mon, 15 Jun 2015)

  Changed paths:
    M master/buildbot/data/forceschedulers.py
    M www/base/src/app/builders/builder/builder.controller.coffee

  Log Message:
  -----------
  Enhance forcescheduler button

Currently the button of schedulers are base on the scheduler name.
This name could be sometimes not user friendly.

This patch proposes to :
    - use the attribute 'buttonName' from the instance of ForceScheduler class
    - use class 'btn-primary' for the button


  Commit: 9cfb1db84851751ffe3baf75447bdb3f744691d2
      https://github.com/buildbot/buildbot/commit/9cfb1db84851751ffe3baf75447bdb3f744691d2
  Author: Sebastien Savrimoutou <sebastien.savrimoutou at intel.com>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    M master/buildbot/test/unit/test_data_forceschedulers.py

  Log Message:
  -----------
  Update unit test for data/forceschedulers

Add buttonName attribute in the expected element for the test


  Commit: ede9ad5b31271dc2ef35107b6917df61415bd661
      https://github.com/buildbot/buildbot/commit/ede9ad5b31271dc2ef35107b6917df61415bd661
  Author: Sebastien Savrimoutou <sebastien.savrimoutou at intel.com>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py

  Log Message:
  -----------
  Set buttonName to default scheduler name if not defined


  Commit: 10ab9d8226d9731ff4290a24eaa66b4d40ae2445
      https://github.com/buildbot/buildbot/commit/10ab9d8226d9731ff4290a24eaa66b4d40ae2445
  Author: Sebastien Savrimoutou <sebastien.savrimoutou at intel.com>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py

  Log Message:
  -----------
  Initialize buttonName attribute to None


  Commit: b9d4fce4dda2d943232dddeb7dbaad5ce210b513
      https://github.com/buildbot/buildbot/commit/b9d4fce4dda2d943232dddeb7dbaad5ce210b513
  Author: Sebastien Savrimoutou <sebastien.savrimoutou at intel.com>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    M master/buildbot/test/unit/test_data_forceschedulers.py

  Log Message:
  -----------
  Modify expected result for attribute button_name in unit test


  Commit: 0cf9662e847993aad6a176d3709a7073f859f894
      https://github.com/buildbot/buildbot/commit/0cf9662e847993aad6a176d3709a7073f859f894
  Author: Sebastien Savrimoutou <sebastien.savrimoutou at intel.com>
  Date:   2015-06-17 (Wed, 17 Jun 2015)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py

  Log Message:
  -----------
  Modify way to set the attribute buttonName of forceScheduler


  Commit: b2f755fd61f38609f5b1550532a9f8b429caf26d
      https://github.com/buildbot/buildbot/commit/b2f755fd61f38609f5b1550532a9f8b429caf26d
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M master/buildbot/data/forceschedulers.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/test/unit/test_data_forceschedulers.py
    M www/base/src/app/builders/builder/builder.controller.coffee

  Log Message:
  -----------
  Merge pull request #1724 from ssavrim/forcescheduler_button_name

Enhance forcescheduler button


Compare: https://github.com/buildbot/buildbot/compare/4221fb4fb9ea...b2f755fd61f3


More information about the Commits mailing list