[Buildbot-commits] [buildbot/buildbot] a7fbe0: Revert "Fixes #2165: Add 'ternary' interpolation f...

GitHub noreply at github.com
Sat Sep 22 02:25:24 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: a7fbe09d7d544692496f4bd91631f380e20927ce
      https://github.com/buildbot/buildbot/commit/a7fbe09d7d544692496f4bd91631f380e20927ce
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-13 (Thu, 13 Sep 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/docs/manual/cfg-properties.rst

  Log Message:
  -----------
  Revert "Fixes #2165: Add 'ternary' interpolation for WithProperties"

This reverts commit d2bc38106ddfcc9e1aa0a892a5632d4d1fe2f417.


  Commit: 2e8bd4cff9e429abb495be967e5571671c2ee95f
      https://github.com/buildbot/buildbot/commit/2e8bd4cff9e429abb495be967e5571671c2ee95f
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-13 (Thu, 13 Sep 2012)

  Changed paths:
    M master/docs/examples/repo_gerrit.cfg
    M master/docs/manual/cfg-builders.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-properties.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/customization.rst
    M master/docs/release-notes.rst

  Log Message:
  -----------
  WIP: Interpolate docs.

- Update references and examples to point to Interpolate instead of WithProperties.
  We shouldn't have examples using deprecated features.


  Commit: 5caa857e743b6a144d678683de6e25584ea72e26
      https://github.com/buildbot/buildbot/commit/5caa857e743b6a144d678683de6e25584ea72e26
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-13 (Thu, 13 Sep 2012)

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

  Log Message:
  -----------
  More source stamp attributes.


  Commit: c4d609ee95db03daaf8826e2a6f22befe3ba6762
      https://github.com/buildbot/buildbot/commit/c4d609ee95db03daaf8826e2a6f22befe3ba6762
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-13 (Thu, 13 Sep 2012)

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

  Log Message:
  -----------
  Initial documentation of IRenderables.


  Commit: 570d7883bab2de03c2aca8eafb653e498a9703ed
      https://github.com/buildbot/buildbot/commit/570d7883bab2de03c2aca8eafb653e498a9703ed
  Author: William Deegan <bill at baddogconsulting.com>
  Date:   2012-09-19 (Wed, 19 Sep 2012)

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

  Log Message:
  -----------
  fix html_message_formatter example. removing reference to file['url'] which nolonger exists and will actually throw an exception if used


  Commit: 04ae8c65896ede9ac0193f138fb747f385adc7d7
      https://github.com/buildbot/buildbot/commit/04ae8c65896ede9ac0193f138fb747f385adc7d7
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-20 (Thu, 20 Sep 2012)

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

  Log Message:
  -----------
  More Interpolate docs.


  Commit: 3faa4e20d5182eb1e4e5c36da7ebc59123d34878
      https://github.com/buildbot/buildbot/commit/3faa4e20d5182eb1e4e5c36da7ebc59123d34878
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/docs/examples/repo_gerrit.cfg
    M master/docs/manual/cfg-builders.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-properties.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/customization.rst
    M master/docs/release-notes.rst

  Log Message:
  -----------
  Merge branch 'interpolate-docs' of git://github.com/tomprince/buildbot into buildbot-0.8.7


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

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

  Log Message:
  -----------
  spelling and formatting


  Commit: 2aada0b7358a691c89fb6dcfd6825b959bb9198e
      https://github.com/buildbot/buildbot/commit/2aada0b7358a691c89fb6dcfd6825b959bb9198e
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

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

  Log Message:
  -----------
  Merge branch 'buildbot-0.8.7' of github.com:buildbot/buildbot into buildbot-0.8.7


  Commit: feb9b4a6529781e52c6405135df74c91b18a6d15
      https://github.com/buildbot/buildbot/commit/feb9b4a6529781e52c6405135df74c91b18a6d15
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/steps/trigger.py
    M master/buildbot/test/unit/test_steps_trigger.py

  Log Message:
  -----------
  trigger: deprecate copy_property

Same functionality can be implemented with renderable set_property

We change the implementation to rather use set_property

This has the slight side effect of loosing the source inheritance
information.

I think this is worth the simplification of API.

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


  Commit: 5dc19c551730a2ae7f28ae3f786623004fbd5ba9
      https://github.com/buildbot/buildbot/commit/5dc19c551730a2ae7f28ae3f786623004fbd5ba9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

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

  Log Message:
  -----------
  docs for gh-pull 521


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

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/docs/developer/classes.rst
    A master/docs/developer/cls-iproperties.rst
    A master/docs/developer/cls-irenderable.rst
    M master/docs/manual/cfg-properties.rst
    M master/docs/manual/customization.rst

  Log Message:
  -----------
  Add @renderer, plus docs and tests

This decorator was suggested by tomprince:
  https://github.com/buildbot/buildbot/pull/522#issuecomment-8533809
and has been modified, tested, and documented here.

This commit also reorganizes some of the properties documentation,
splitting that in "Customization" between the "Properties" section and
the "Classes" section.


  Commit: 7d5a2e8c75ebf3f88bd50f8da2bb334757a94fa9
      https://github.com/buildbot/buildbot/commit/7d5a2e8c75ebf3f88bd50f8da2bb334757a94fa9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/process/properties.py

  Log Message:
  -----------
  fix @renderable for python-2.5 compatibility


  Commit: 866c6878e3e3e8ab141f784bbcfcb0709827fbea
      https://github.com/buildbot/buildbot/commit/866c6878e3e3e8ab141f784bbcfcb0709827fbea
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/docs/manual/cfg-properties.rst

  Log Message:
  -----------
  expand the docs for renderer, and simplify the implementation

The idea is to make it a little clearer how the "magic" for renderer
works, without doing the weird class-object-as-provider thing.


  Commit: 5793213a86f8371833495ffd1f81e75d88be6d07
      https://github.com/buildbot/buildbot/commit/5793213a86f8371833495ffd1f81e75d88be6d07
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/status/client.py

  Log Message:
  -----------
  Make waitUntilFinished return the current buildset status object when used over PB.


  Commit: 51ebd6bc79dc1c4d6b0f4b4bbb2d888e90b272f6
      https://github.com/buildbot/buildbot/commit/51ebd6bc79dc1c4d6b0f4b4bbb2d888e90b272f6
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/status/web/templates/forms.html

  Log Message:
  -----------
  Show name of force builders.


  Commit: 0070ad2bd487cae8961fb34d114cfd4844011643
      https://github.com/buildbot/buildbot/commit/0070ad2bd487cae8961fb34d114cfd4844011643
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/__init__.py

  Log Message:
  -----------
  Get version from proper directory, for checked out versions.


  Commit: c61e59bd18d89386685290fd3589a01aa2a16a41
      https://github.com/buildbot/buildbot/commit/c61e59bd18d89386685290fd3589a01aa2a16a41
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/status/web/authz.py
    M master/buildbot/test/unit/test_status_web_authz_Authz.py

  Log Message:
  -----------
  Fix authz for use with twisted's distrib proxy.

The PB remote proxy for addCookie only accepts two positional arguments, and
the rest must be keyword arguments.


  Commit: 679cc45455eb2be2fde0eb83713ee1e2af63d03c
      https://github.com/buildbot/buildbot/commit/679cc45455eb2be2fde0eb83713ee1e2af63d03c
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M master/buildbot/buildslave.py

  Log Message:
  -----------
  Fix BuildSlave._mail_missing_message for b4fb9fbf2243db6d091202f58ced453483fecd29.

Fixes #2284.


  Commit: 74e75cf2aace6a1fdb3fde2cf1326017da822712
      https://github.com/buildbot/buildbot/commit/74e75cf2aace6a1fdb3fde2cf1326017da822712
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M .gitignore
    M master/setup.py
    M slave/setup.py

  Log Message:
  -----------
  Remove setuptools-trial from dependencies.

Having this causes setuptools-trial to be installed unconditionally
(at least when `--help-commands` is passed). We shouldn't install anything
unless the user asks us to.


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

  Changed paths:
    M .gitignore
    M master/buildbot/__init__.py
    M master/buildbot/buildslave.py
    M master/buildbot/status/client.py
    M master/buildbot/status/web/authz.py
    M master/buildbot/status/web/templates/forms.html
    M master/buildbot/test/unit/test_status_web_authz_Authz.py
    M master/setup.py
    M slave/setup.py

  Log Message:
  -----------
  Merge branch 'buildbot-0.8.7' of git://github.com/tomprince/buildbot into buildbot-0.8.7


  Commit: 0081d90dbc03cb20f49e659472a2cdf32cba7ee9
      https://github.com/buildbot/buildbot/commit/0081d90dbc03cb20f49e659472a2cdf32cba7ee9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M .gitignore
    M master/buildbot/__init__.py
    M master/buildbot/buildslave.py
    M master/buildbot/process/properties.py
    M master/buildbot/status/client.py
    M master/buildbot/status/web/authz.py
    M master/buildbot/status/web/templates/forms.html
    M master/buildbot/steps/trigger.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/buildbot/test/unit/test_status_web_authz_Authz.py
    M master/buildbot/test/unit/test_steps_trigger.py
    M master/docs/developer/classes.rst
    A master/docs/developer/cls-iproperties.rst
    A master/docs/developer/cls-irenderable.rst
    M master/docs/examples/repo_gerrit.cfg
    M master/docs/manual/cfg-builders.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-properties.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/customization.rst
    M master/docs/release-notes/0.8.7.rst
    M master/setup.py
    M slave/setup.py

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

Conflicts:
	master/docs/release-notes.rst


Compare: https://github.com/buildbot/buildbot/compare/cec1bf4be7ef...0081d90dbc03


More information about the Commits mailing list