[Buildbot-commits] [buildbot/buildbot] 1ee6d4: Add getRecentBuildsets to buildsets db connector

GitHub noreply at github.com
Sun Nov 11 00:26:21 UTC 2012


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 1ee6d421be2ea814c11757263eb43152f8c3928e
      https://github.com/buildbot/buildbot/commit/1ee6d421be2ea814c11757263eb43152f8c3928e
  Author: Jorge Gonzalez <gjorge at google.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M master/buildbot/db/buildsets.py
    M master/buildbot/test/unit/test_db_buildsets.py
    M master/docs/developer/database.rst

  Log Message:
  -----------
  Add getRecentBuildsets to buildsets db connector

Change-Id: I8d48afcb65b165374d9bc47fae048ef4f374ff37


  Commit: 74e74c9242f2dd095e6c911cb2dd8d0666f7565b
      https://github.com/buildbot/buildbot/commit/74e74c9242f2dd095e6c911cb2dd8d0666f7565b
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-05 (Mon, 05 Nov 2012)

  Changed paths:
    M master/buildbot/test/integration/test_master.py

  Log Message:
  -----------
  also run webstatus on an arbitrary port


  Commit: 01422be93336359e94f4fae4044478d3d4ce6588
      https://github.com/buildbot/buildbot/commit/01422be93336359e94f4fae4044478d3d4ce6588
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-05 (Mon, 05 Nov 2012)

  Changed paths:
    M master/buildbot/test/integration/test_master.py

  Log Message:
  -----------
  skip master tests; refs #2395


  Commit: e07b5f44f30ef87c3de22f2251ad34163a21b1ea
      https://github.com/buildbot/buildbot/commit/e07b5f44f30ef87c3de22f2251ad34163a21b1ea
  Author: Florin Dinu <contact at florindinu.ro>
  Date:   2012-11-06 (Tue, 06 Nov 2012)

  Changed paths:
    M master/buildbot/changes/hgpoller.py

  Log Message:
  -----------
  HgPoller breaks with invalid UTF-8 hg output

If there are invalid UTF-8 characters in Mercurial's output, HgPoller
will raise an error. Invalid characters can most likely come from
commit messages.

It should use errors="replace" when decoding the output so
it handles things gracefully.


  Commit: f0967d2c069a282a4dabb344afd079d654c2a36a
      https://github.com/buildbot/buildbot/commit/f0967d2c069a282a4dabb344afd079d654c2a36a
  Author: Benoît Allard <benoit.allard at gmx.de>
  Date:   2012-11-07 (Wed, 07 Nov 2012)

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

  Log Message:
  -----------
  Add note about source steps having their own workdir when working with multiple codebases.

Addition suggested by confusion on the mailing list.


  Commit: 7136a29c66683a8d124e128b26c178f2d7fcfe94
      https://github.com/buildbot/buildbot/commit/7136a29c66683a8d124e128b26c178f2d7fcfe94
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-08 (Thu, 08 Nov 2012)

  Changed paths:
    M master/buildbot/changes/hgpoller.py

  Log Message:
  -----------
  Merge branch 'patch-1' of git://github.com/florindinu/buildbot


  Commit: 6461e72ac119ee1abf270a889565884829a0fdc0
      https://github.com/buildbot/buildbot/commit/6461e72ac119ee1abf270a889565884829a0fdc0
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-08 (Thu, 08 Nov 2012)

  Changed paths:
    M master/buildbot/changes/hgpoller.py

  Log Message:
  -----------
  fix decode call


  Commit: fe6f1c11b893c0618b11ff7728146722c02e3a34
      https://github.com/buildbot/buildbot/commit/fe6f1c11b893c0618b11ff7728146722c02e3a34
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-08 (Thu, 08 Nov 2012)

  Changed paths:
    M master/docs/manual/cfg-statustargets.rst

  Log Message:
  -----------
  fix docs for getSourceStamp -> getSourceStamps; fixes #2397


  Commit: 6982479f1af60ac427469adefd0d2ce9192722c9
      https://github.com/buildbot/buildbot/commit/6982479f1af60ac427469adefd0d2ce9192722c9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-08 (Thu, 08 Nov 2012)

  Changed paths:
    M master/buildbot/db/buildsets.py
    M master/buildbot/test/unit/test_db_buildsets.py
    M master/docs/developer/database.rst

  Log Message:
  -----------
  Merge branch 'et_getRecentBuildsets' of git://github.com/jgonzalezmendez/buildbot


  Commit: 83d39dcdc7868647efadc9036a6b53d113e23629
      https://github.com/buildbot/buildbot/commit/83d39dcdc7868647efadc9036a6b53d113e23629
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-09 (Fri, 09 Nov 2012)

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

  Log Message:
  -----------
  fix tests to work on postgres


  Commit: fa292b435567b337706141fd62aadfc3c95dd8d7
      https://github.com/buildbot/buildbot/commit/fa292b435567b337706141fd62aadfc3c95dd8d7
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-09 (Fri, 09 Nov 2012)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  fix typos in class names


  Commit: 2ce640623f7b239ec64cf2e3a9b7e56f2a0fa2e8
      https://github.com/buildbot/buildbot/commit/2ce640623f7b239ec64cf2e3a9b7e56f2a0fa2e8
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-10 (Sat, 10 Nov 2012)

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

  Log Message:
  -----------
  Merge branch 'patch-5' of git://github.com/benallard/buildbot


  Commit: 78b1964c6d0af7da7119e828a0acfa7777bcc693
      https://github.com/buildbot/buildbot/commit/78b1964c6d0af7da7119e828a0acfa7777bcc693
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-10 (Sat, 10 Nov 2012)

  Changed paths:
    M master/buildbot/changes/hgpoller.py
    M master/buildbot/db/buildsets.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/integration/test_master.py
    M master/buildbot/test/unit/test_db_buildsets.py
    M master/docs/developer/database.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/concepts.rst

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


Compare: https://github.com/buildbot/buildbot/compare/c8727091ffd2...78b1964c6d0a


More information about the Commits mailing list