[Buildbot-commits] [buildbot/buildbot] 478c79: Add support for passing keyword arguments to Build...

GitHub noreply at github.com
Sat Jul 13 15:41:01 UTC 2013


  Branch: refs/heads/buildbot-0.8.8
  Home:   https://github.com/buildbot/buildbot
  Commit: 478c79fe9024826403a6ee08d152859181178bfd
      https://github.com/buildbot/buildbot/commit/478c79fe9024826403a6ee08d152859181178bfd
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-07-09 (Tue, 09 Jul 2013)

  Changed paths:
    M master/buildbot/process/factory.py
    M master/buildbot/test/unit/test_process_factory.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Add support for passing keyword arguments to BuildFactory.addStep.

This was supported in old versions of buildbot, but there wasn't a release that
supported both, making transitioning harder than necessary.


  Commit: 379603bc07b4ccef0993cedc025aeef1c63e5844
      https://github.com/buildbot/buildbot/commit/379603bc07b4ccef0993cedc025aeef1c63e5844
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-07-13 (Sat, 13 Jul 2013)

  Changed paths:
    M master/buildbot/clients/tryclient.py
    M master/buildbot/process/buildrequestdistributor.py
    M master/buildbot/schedulers/trysched.py
    M master/buildbot/test/unit/test_clients_sendchange.py
    M master/buildbot/test/unit/test_clients_tryclient.py
    M master/buildbot/test/unit/test_schedulers_trysched.py
    R master/buildbot/test/util/pbclient.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Revert 'try_client_available_builder_names'.

This added ad-hoc support for overriding `getAvaliableBuilderNames` in a
subclass of `TrySchedulerer`. But that support was undocumented and untested.

This reverts commit 46a81edbecee41e9042b7d1bbf928e13d59e618d, reversing
changes made to 9ec2372129b48842b5c3bc5e933b28ed728d46e3.


  Commit: 66f62be3dad57fcd7eb897807b5352c3e362e0ed
      https://github.com/buildbot/buildbot/commit/66f62be3dad57fcd7eb897807b5352c3e362e0ed
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-07-13 (Sat, 13 Jul 2013)

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

  Log Message:
  -----------
  Use `assertTrue`/`assertFalse` instead of `assertIdentical` where appropriate.


  Commit: e8147cc53069f1c73f10b7ab49016f45a90d934a
      https://github.com/buildbot/buildbot/commit/e8147cc53069f1c73f10b7ab49016f45a90d934a
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-07-13 (Sat, 13 Jul 2013)

  Changed paths:
    M master/buildbot/process/factory.py
    M master/buildbot/test/unit/test_process_factory.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge 'support-depercated-addStep': Add support for passing keyword arguments to BuildFactory.addStep.

We deprecated this in 0.8.6 and dropped support in 0.8.7. But 0.8.7 was the
first version to support not needing to use .addFactoryArguments. But, passing
keyword arguments to .addStep also avoid this.


  Commit: 7dfd05464983ca5c773f7764448a23968314a424
      https://github.com/buildbot/buildbot/commit/7dfd05464983ca5c773f7764448a23968314a424
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-07-13 (Sat, 13 Jul 2013)

  Changed paths:
    M master/buildbot/test/regressions/test_shell_command_properties.py

  Log Message:
  -----------
  Don't use deprecated name SetProperty in regression tests.


Compare: https://github.com/buildbot/buildbot/compare/cc8913b76c49...7dfd05464983


More information about the Commits mailing list