[Buildbot-commits] [buildbot/buildbot] 80cfb5: Reason: allow 'reason' to be overriden in Schedule...

GitHub noreply at github.com
Mon Sep 2 20:14:50 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 80cfb51cda59377942456d2edb826b143006e7a3
      https://github.com/buildbot/buildbot/commit/80cfb51cda59377942456d2edb826b143006e7a3
  Author: Jared Grubb <jaredgrubb at gmail.com>
  Date:   2013-06-30 (Sun, 30 Jun 2013)

  Changed paths:
    M master/buildbot/schedulers/basic.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/status/web/base.py
    M master/buildbot/status/web/build.py
    M master/buildbot/status/web/files/default.css
    M master/buildbot/status/web/templates/build_line.html
    M master/buildbot/status/web/templates/builder.html
    M master/buildbot/test/unit/test_schedulers_forcesched.py

  Log Message:
  -----------
  Reason: allow 'reason' to be overriden in Schedulers and show in Builder page


  Commit: bd3e16d81954144cec4a4436569e15af1fda442b
      https://github.com/buildbot/buildbot/commit/bd3e16d81954144cec4a4436569e15af1fda442b
  Author: Jared Grubb <jaredgrubb at gmail.com>
  Date:   2013-06-30 (Sun, 30 Jun 2013)

  Changed paths:
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Reason: update docs and release notes


  Commit: 6eb0b930da69a233d02ebfe2ac42820a912f809a
      https://github.com/buildbot/buildbot/commit/6eb0b930da69a233d02ebfe2ac42820a912f809a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-26 (Mon, 26 Aug 2013)

  Changed paths:
    M master/buildbot/locks.py

  Log Message:
  -----------
  whitespace cleanup / travis test


  Commit: c451dd5c7cd377e774c4bf5c5d16d53986a9ccbf
      https://github.com/buildbot/buildbot/commit/c451dd5c7cd377e774c4bf5c5d16d53986a9ccbf
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-08-27 (Tue, 27 Aug 2013)

  Changed paths:
    M master/buildbot/status/web/logs.py
    A master/buildbot/test/unit/test_util_ansi_codes.py
    A master/buildbot/util/ansicodes.py

  Log Message:
  -----------
  ansi codes: add support for multiple sgr classes

Add some unit tests and factorize for potencial reuse

nine plan is to reuse the regex and overall idea, but probably
rewrite this client side.

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: b4ffcdb1adeebff3bb601076903b3de1d78b7e37
      https://github.com/buildbot/buildbot/commit/b4ffcdb1adeebff3bb601076903b3de1d78b7e37
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-01 (Sun, 01 Sep 2013)

  Changed paths:
    M master/buildbot/sourcestamp.py

  Log Message:
  -----------
  Omit changes that aren't in the DB from sourcestamps

Fixes #2554.


  Commit: ee1d0a513bdb50a6afe88ed6268f98793a71f953
      https://github.com/buildbot/buildbot/commit/ee1d0a513bdb50a6afe88ed6268f98793a71f953
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-01 (Sun, 01 Sep 2013)

  Changed paths:
    M master/buildbot/sourcestamp.py

  Log Message:
  -----------
  handle Deferred from fromChdict


  Commit: f9b531e8cadf4c0b562894b9e03903ab6591557a
      https://github.com/buildbot/buildbot/commit/f9b531e8cadf4c0b562894b9e03903ab6591557a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-01 (Sun, 01 Sep 2013)

  Changed paths:
    M master/buildbot/config.py
    M master/buildbot/test/unit/test_config.py

  Log Message:
  -----------
  handle BuilderConfig(.., mergeRequests=False); fixes #2555


  Commit: 039b12a70a38afcde9e2cb2cdcc1adcbd630d4a1
      https://github.com/buildbot/buildbot/commit/039b12a70a38afcde9e2cb2cdcc1adcbd630d4a1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-01 (Sun, 01 Sep 2013)

  Changed paths:
    M master/buildbot/schedulers/basic.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/status/web/base.py
    M master/buildbot/status/web/build.py
    M master/buildbot/status/web/files/default.css
    M master/buildbot/status/web/templates/build_line.html
    M master/buildbot/status/web/templates/builder.html
    M master/buildbot/test/unit/test_schedulers_forcesched.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'ShowReason' of git://github.com/jaredgrubb/buildbot


  Commit: d586b44dadda07e60257b7ac298551fe9203a93a
      https://github.com/buildbot/buildbot/commit/d586b44dadda07e60257b7ac298551fe9203a93a
  Author: Stefan Ring <stefanrin at gmail.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)

  Changed paths:
    M master/docs/manual/concepts.rst

  Log Message:
  -----------
  Trivial grammar fix


  Commit: cc9ab1da1b2e22cdd868413b7de71fa5ca7043b0
      https://github.com/buildbot/buildbot/commit/cc9ab1da1b2e22cdd868413b7de71fa5ca7043b0
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)

  Changed paths:
    M master/docs/manual/concepts.rst

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/Ringdingcoder/buildbot


  Commit: 8589634d800878005b8f3e76c20ebea22af78977
      https://github.com/buildbot/buildbot/commit/8589634d800878005b8f3e76c20ebea22af78977
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_util_ansi_codes.py
    M master/buildbot/util/ansicodes.py

  Log Message:
  -----------
  ansi-codes: slight regex change

\033];3m is considered invalid
so we fix the regex and add a test for it

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 41ad7131230a75751315544cb0ba086678d9eb07
      https://github.com/buildbot/buildbot/commit/41ad7131230a75751315544cb0ba086678d9eb07
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)

  Changed paths:
    M master/buildbot/status/web/logs.py
    A master/buildbot/test/unit/test_util_ansi_codes.py
    A master/buildbot/util/ansicodes.py

  Log Message:
  -----------
  Merge branch 'ansi' of git://github.com/tardyp/buildbot


  Commit: 2ffeba0ceeeaf8c3fdf779ce6226d78b0b179792
      https://github.com/buildbot/buildbot/commit/2ffeba0ceeeaf8c3fdf779ce6226d78b0b179792
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  add relnotes


  Commit: 3dd4938f1a4bda16da4d6b9f93cad3a029c661c8
      https://github.com/buildbot/buildbot/commit/3dd4938f1a4bda16da4d6b9f93cad3a029c661c8
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)

  Changed paths:
    M master/buildbot/config.py
    M master/buildbot/locks.py
    M master/buildbot/schedulers/basic.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/test/unit/test_config.py
    M master/buildbot/test/unit/test_schedulers_forcesched.py
    A master/buildbot/test/unit/test_util_ansi_codes.py
    A master/buildbot/util/ansicodes.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/manual/concepts.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'master' into nine

Conflicts:
	master/buildbot/schedulers/basic.py
	master/buildbot/schedulers/forcesched.py
	master/buildbot/schedulers/timed.py
	master/buildbot/sourcestamp.py
	master/buildbot/status/web/base.py
	master/buildbot/status/web/build.py
	master/buildbot/status/web/files/default.css
	master/buildbot/status/web/logs.py
	master/buildbot/status/web/templates/build_line.html
	master/buildbot/status/web/templates/builder.html
	master/docs/manual/cfg-schedulers.rst


Compare: https://github.com/buildbot/buildbot/compare/207a9eaf3f50...3dd4938f1a4b


More information about the Commits mailing list