[Buildbot-commits] [buildbot/buildbot] 0b06b5: rename reconfigService() to reconfigServiceWithBui...
GitHub
noreply at github.com
Mon Dec 1 18:28:12 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 0b06b532f9ae3d4298797bc21e9308ac4780f080
https://github.com/buildbot/buildbot/commit/0b06b532f9ae3d4298797bc21e9308ac4780f080
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/buildslave/manager.py
M master/buildbot/changes/manager.py
M master/buildbot/changes/pb.py
M master/buildbot/db/connector.py
M master/buildbot/master.py
M master/buildbot/mq/connector.py
M master/buildbot/mq/simple.py
M master/buildbot/process/botmaster.py
M master/buildbot/process/builder.py
M master/buildbot/process/cache.py
M master/buildbot/process/debug.py
M master/buildbot/process/metrics.py
M master/buildbot/process/users/manager.py
M master/buildbot/schedulers/manager.py
M master/buildbot/status/master.py
M master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/integration/test_customservices.py
M master/buildbot/test/integration/test_slave_comm.py
M master/buildbot/test/integration/test_www.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_buildslave_manager.py
M master/buildbot/test/unit/test_changes_manager.py
M master/buildbot/test/unit/test_changes_pb.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_db_connector.py
M master/buildbot/test/unit/test_master.py
M master/buildbot/test/unit/test_mq_connector.py
M master/buildbot/test/unit/test_process_botmaster_BotMaster.py
M master/buildbot/test/unit/test_process_builder.py
M master/buildbot/test/unit/test_process_cache.py
M master/buildbot/test/unit/test_process_debug.py
M master/buildbot/test/unit/test_process_metrics.py
M master/buildbot/test/unit/test_process_users_manager.py
M master/buildbot/test/unit/test_schedulers_manager.py
M master/buildbot/test/unit/test_status_master.py
M master/buildbot/test/unit/test_util_service.py
M master/buildbot/test/unit/test_www_service.py
M master/buildbot/util/service.py
M master/buildbot/www/service.py
M master/docs/developer/config.rst
Log Message:
-----------
rename reconfigService() to reconfigServiceWithBuildbotConfig
In the aim of simplifying the API for BuildbotService(),
we rename this method, so that the name is available for API of BuildbotService.
Next task is to convert more and more services of buildbot into BuildbotService, so that:
1) they can be abstracted from where they are configured
2) they can embed their checkConfig internally, and not in config.py
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: d567123cb53617d82cd22c40cfde6a4f4d3badd9
https://github.com/buildbot/buildbot/commit/d567123cb53617d82cd22c40cfde6a4f4d3badd9
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/buildslave/manager.py
M master/buildbot/changes/manager.py
M master/buildbot/changes/pb.py
M master/buildbot/db/connector.py
M master/buildbot/master.py
M master/buildbot/mq/connector.py
M master/buildbot/mq/simple.py
M master/buildbot/process/botmaster.py
M master/buildbot/process/builder.py
M master/buildbot/process/cache.py
M master/buildbot/process/debug.py
M master/buildbot/process/metrics.py
M master/buildbot/process/users/manager.py
M master/buildbot/schedulers/manager.py
M master/buildbot/status/master.py
M master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/integration/test_customservices.py
M master/buildbot/test/integration/test_slave_comm.py
M master/buildbot/test/integration/test_www.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_buildslave_manager.py
M master/buildbot/test/unit/test_changes_manager.py
M master/buildbot/test/unit/test_changes_pb.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_db_connector.py
M master/buildbot/test/unit/test_master.py
M master/buildbot/test/unit/test_mq_connector.py
M master/buildbot/test/unit/test_process_botmaster_BotMaster.py
M master/buildbot/test/unit/test_process_builder.py
M master/buildbot/test/unit/test_process_cache.py
M master/buildbot/test/unit/test_process_debug.py
M master/buildbot/test/unit/test_process_metrics.py
M master/buildbot/test/unit/test_process_users_manager.py
M master/buildbot/test/unit/test_schedulers_manager.py
M master/buildbot/test/unit/test_status_master.py
M master/buildbot/test/unit/test_util_service.py
M master/buildbot/test/unit/test_www_service.py
M master/buildbot/util/service.py
M master/buildbot/www/service.py
M master/docs/developer/config.rst
Log Message:
-----------
Merge pull request #1394 from tardyp/services
rename reconfigService() to reconfigServiceWithBuildbotConfig
See ticket:3084
Compare: https://github.com/buildbot/buildbot/compare/2b1b049ea20f...d567123cb536
More information about the Commits
mailing list