[Buildbot-commits] [buildbot/buildbot] 8c205b: add GerritChangeFilter

GitHub noreply at github.com
Tue May 6 08:03:40 UTC 2014


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 8c205b005d95a100d3ebfc2ec8620baecd0666b6
      https://github.com/buildbot/buildbot/commit/8c205b005d95a100d3ebfc2ec8620baecd0666b6
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    M master/buildbot/changes/filter.py
    M master/buildbot/changes/gerritchangesource.py
    M master/buildbot/test/unit/test_changes_gerritchangesource.py
    M master/docs/manual/cfg-changesources.rst

  Log Message:
  -----------
  add GerritChangeFilter

Its not very clear for people how to use gerritchangesource to filter
gerrit change events, and create builds.

add GerritChangeFilter, which is a simple general purpose filter, which
manage most of the changefilters needs

doc + tests

and some whitespace fixing in the doc.

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


  Commit: fdda0cb357cf471d16f4ea78f3630e79caadbd89
      https://github.com/buildbot/buildbot/commit/fdda0cb357cf471d16f4ea78f3630e79caadbd89
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-03-02 (Sun, 02 Mar 2014)

  Changed paths:
    M master/buildbot/changes/filter.py
    M master/buildbot/changes/gerritchangesource.py

  Log Message:
  -----------
  gerritfilterbranch: more factorization

This comes at the prize of a little bit of complexity

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


  Commit: cb2b2ef23a6527a3cb874d907038e858a32298d4
      https://github.com/buildbot/buildbot/commit/cb2b2ef23a6527a3cb874d907038e858a32298d4
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-03-02 (Sun, 02 Mar 2014)

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

  Log Message:
  -----------
  gerritchangesource: fix grouping for Nightly schedulers

for nightly and post-commit style schedulers,
you really need to have the branch to be the real gerrit branch
or the list of changes in the UI will be incorrect

This is a simple way of implementing it, probably by separating the
change grouping to the notion of change branch

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


  Commit: 4164c6a41513ad08a2404747777e8f22d8f61348
      https://github.com/buildbot/buildbot/commit/4164c6a41513ad08a2404747777e8f22d8f61348
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-03-02 (Sun, 02 Mar 2014)

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

  Log Message:
  -----------
  gerritchangesource: test branch is branch for event type != changeset-created

and some cleanup of failUnless* API usage

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


  Commit: a073a36d35bf3fc1415da3be7763200948bd50bf
      https://github.com/buildbot/buildbot/commit/a073a36d35bf3fc1415da3be7763200948bd50bf
  Author: Jared Grubb <jaredgrubb at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M master/buildbot/status/web/build.py

  Log Message:
  -----------
  Wrong error messages for a failed rebuild


  Commit: ba20e600a47891a7581f342ad856d2537870ff94
      https://github.com/buildbot/buildbot/commit/ba20e600a47891a7581f342ad856d2537870ff94
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Don't pass HEAD to git describe with --dirty

The 'git describe' manual explicitly distinguishes --dirty as not
taking a commitish, so don't pass one.  Fixes #2764.


  Commit: e8c27a5a2b43879464e4c27e0b3cb8af0ef79148
      https://github.com/buildbot/buildbot/commit/e8c27a5a2b43879464e4c27e0b3cb8af0ef79148
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  fix review commentsa

+import reorder


  Commit: 62d89e9433b68c0a0aef97a080c98f65d45617e3
      https://github.com/buildbot/buildbot/commit/62d89e9433b68c0a0aef97a080c98f65d45617e3
  Author: Patrick Valsecchi <pvalsecc at cisco.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M master/contrib/git_buildbot.py

  Log Message:
  -----------
  Stop doing builds for merged in commits.

Those commits have already been tested by buildbot in the past. Only
the merge itself needs to be tested.


  Commit: c039539200a5a892bd6304b4d347bb7b85173894
      https://github.com/buildbot/buildbot/commit/c039539200a5a892bd6304b4d347bb7b85173894
  Author: Dan Kegel <dank at oblong.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py

  Log Message:
  -----------
  Update index before applying try patch with git.


  Commit: 3b3eafcef196ae3149e6cc989d3196bbbcbcd851
      https://github.com/buildbot/buildbot/commit/3b3eafcef196ae3149e6cc989d3196bbbcbcd851
  Author: Dan Kegel <dank at oblong.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

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

  Log Message:
  -----------
  Previous commit was missing unit test changes


  Commit: e8402861d2b459ee777661839ca747827e06d853
      https://github.com/buildbot/buildbot/commit/e8402861d2b459ee777661839ca747827e06d853
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py

  Log Message:
  -----------
  pep8


  Commit: 548cc7ea8ea1e63c88e8c94c0181214174abd6d9
      https://github.com/buildbot/buildbot/commit/548cc7ea8ea1e63c88e8c94c0181214174abd6d9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    A master/buildbot/test/unit/test_util_debounce.py
    A master/buildbot/util/debounce.py
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  Add a debounced method decorator


  Commit: 8a45f15be14fc0bf4c331523870b4413fde20b73
      https://github.com/buildbot/buildbot/commit/8a45f15be14fc0bf4c331523870b4413fde20b73
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M master/docs/developer/cls-buildsteps.rst

  Log Message:
  -----------
  align nine and master docs for buildsteps


  Commit: 10b439b80d848532a8385784fadb16f0c662d9d3
      https://github.com/buildbot/buildbot/commit/10b439b80d848532a8385784fadb16f0c662d9d3
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/manual/new-style-steps.rst

  Log Message:
  -----------
  Add 'summary' handling for new-style steps


  Commit: f47ef102d2af1e80db45027fa3942b7f74baceb9
      https://github.com/buildbot/buildbot/commit/f47ef102d2af1e80db45027fa3942b7f74baceb9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/docs/developer/cls-buildsteps.rst

  Log Message:
  -----------
  remove setStateStrings


  Commit: 7910d40d9a04185a445d40906738c69cdf69422d
      https://github.com/buildbot/buildbot/commit/7910d40d9a04185a445d40906738c69cdf69422d
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-29 (Tue, 29 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/util/steps.py
    M master/contrib/git_buildbot.py

  Log Message:
  -----------
  Merge branch 'buildbot-0.8.9'


  Commit: 00b1ac6d3ba536c9b0f27afc9e74501efb311096
      https://github.com/buildbot/buildbot/commit/00b1ac6d3ba536c9b0f27afc9e74501efb311096
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-29 (Tue, 29 Apr 2014)

  Changed paths:
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  fix pyflakes


  Commit: 24f1b3540c295caef26e595d482822e40f91a5bf
      https://github.com/buildbot/buildbot/commit/24f1b3540c295caef26e595d482822e40f91a5bf
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M master/buildbot/changes/filter.py
    M master/buildbot/changes/gerritchangesource.py
    M master/buildbot/test/unit/test_changes_gerritchangesource.py
    M master/docs/manual/cfg-changesources.rst

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


  Commit: dec3068273c062e618e66d4647dbf815dcf5211b
      https://github.com/buildbot/buildbot/commit/dec3068273c062e618e66d4647dbf815dcf5211b
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M master/buildbot/changes/filter.py
    M master/buildbot/changes/gerritchangesource.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_changes_gerritchangesource.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/util/steps.py
    M master/contrib/git_buildbot.py
    M master/docs/manual/cfg-changesources.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'buildbot/master' into nine

Signed-off-by: Pierre Tardy <tardyp at gmail.com>

Conflicts:
	master/buildbot/test/unit/test_changes_gerritchangesource.py


  Commit: cfd40f0241aa31c468ad7a53e9ad66b9cdf64c31
      https://github.com/buildbot/buildbot/commit/cfd40f0241aa31c468ad7a53e9ad66b9cdf64c31
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2014-05-06 (Tue, 06 May 2014)

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

  Log Message:
  -----------
  fix docs

Signed-off-by: Pierre Tardy <tardyp at gmail.com>


Compare: https://github.com/buildbot/buildbot/compare/f73865dcb889...cfd40f0241aa


More information about the Commits mailing list