[Buildbot-commits] [buildbot/buildbot] 63132d: remove compiled python modules
GitHub
noreply at github.com
Sat Jan 17 06:33:01 UTC 2015
Branch: refs/heads/eight
Home: https://github.com/buildbot/buildbot
Commit: 63132dd0ce79952e515262b550f07036d5bfcd1b
https://github.com/buildbot/buildbot/commit/63132dd0ce79952e515262b550f07036d5bfcd1b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M Makefile
M master/Makefile
Log Message:
-----------
remove compiled python modules
* quite helpful when you do module re-factoring
Conflicts:
Makefile
Commit: c59f06a11107cc1b2f9fa33d1d46575376fa7153
https://github.com/buildbot/buildbot/commit/c59f06a11107cc1b2f9fa33d1d46575376fa7153
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
A master/buildbot/errors.py
M master/buildbot/interfaces.py
A master/buildbot/plugins/__init__.py
A master/buildbot/plugins/db.py
A master/buildbot/test/unit/test_plugins.py
Log Message:
-----------
add plugin infrastructure for Buildbot
* add IPlugin interface that should be a base for all interfaces that can be
delivered as a plugin
* add `buildbot.plugins.db` to load and check plugins
* add basic unit tests
Commit: c7fbae04937b795cfbfb6c85c919d5c9a0673fc0
https://github.com/buildbot/buildbot/commit/c7fbae04937b795cfbfb6c85c919d5c9a0673fc0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/plugins/__init__.py
M master/setup.py
Log Message:
-----------
provide bundled change sources as plugins
* this should help to "unify" the way changes sources are defined
Commit: ac32e3449556dbf1b2412f8d266a8d103233d051
https://github.com/buildbot/buildbot/commit/ac32e3449556dbf1b2412f8d266a8d103233d051
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/plugins/__init__.py
M master/setup.py
Log Message:
-----------
provide bundled schedulers as plugins
Commit: 399672a7a6088701a874e4fa2304a3754d7bc5bb
https://github.com/buildbot/buildbot/commit/399672a7a6088701a874e4fa2304a3754d7bc5bb
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/plugins/__init__.py
M master/setup.py
Log Message:
-----------
provide bundled build slaves as plugins
Conflicts:
master/buildbot/interfaces.py
Commit: 42f135cbdde698d037d2049088e295ba8817ff92
https://github.com/buildbot/buildbot/commit/42f135cbdde698d037d2049088e295ba8817ff92
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/plugins/__init__.py
Log Message:
-----------
be explicit about wildcard import
* this allows to inject them into configuration file and access necessary bits
in a bit shorter way
Commit: abea49868fd6990208dd82a26fcd8888167c2010
https://github.com/buildbot/buildbot/commit/abea49868fd6990208dd82a26fcd8888167c2010
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/plugins/__init__.py
M master/buildbot/process/buildstep.py
M master/setup.py
Log Message:
-----------
provide bundled steps as plugins
Conflicts:
master/buildbot/interfaces.py
master/buildbot/process/buildstep.py
Commit: d5a551be94b37cc1e95539ed25b6a1c24e4df408
https://github.com/buildbot/buildbot/commit/d5a551be94b37cc1e95539ed25b6a1c24e4df408
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/plugins/__init__.py
Log Message:
-----------
provide bundled status receivers as plugins
Commit: b9da30edcf784f8840be0f122d79b41c8fe62431
https://github.com/buildbot/buildbot/commit/b9da30edcf784f8840be0f122d79b41c8fe62431
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/plugins/__init__.py
M master/setup.py
Log Message:
-----------
introduce 'util' category of plugins
* this will help to make master.cfg files that only use core functinality to
look much simpler
* (backport to eight): buildbot.www does not exist in this branch
Commit: 4f0ecdb8bbd503e3ae9f659d89fd76bb091fcafc
https://github.com/buildbot/buildbot/commit/4f0ecdb8bbd503e3ae9f659d89fd76bb091fcafc
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/scripts/sample.cfg
Log Message:
-----------
update sample for master.cfg to use plugins
Commit: 9dcc036c7b708fbc82af73382ec10981a34fd493
https://github.com/buildbot/buildbot/commit/9dcc036c7b708fbc82af73382ec10981a34fd493
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/docs/developer/index.rst
Log Message:
-----------
make developer/index.rst comply w/ 1-sentence/line
Commit: 898aa5bcf4c50946dae414ea5646456e2b15ec5b
https://github.com/buildbot/buildbot/commit/898aa5bcf4c50946dae414ea5646456e2b15ec5b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/docs/developer/index.rst
A master/docs/developer/plugins-publish.rst
M master/docs/examples/git_gerrit.cfg
M master/docs/manual/cfg-builders.rst
M master/docs/manual/cfg-buildfactories.rst
M master/docs/manual/cfg-buildslaves.rst
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-changesources.rst
M master/docs/manual/cfg-global.rst
M master/docs/manual/cfg-interlocks.rst
M master/docs/manual/cfg-properties.rst
M master/docs/manual/cfg-schedulers.rst
M master/docs/manual/customization.rst
M master/docs/manual/index.rst
A master/docs/manual/plugins.rst
M master/docs/tutorial/fiveminutes.rst
Log Message:
-----------
backport of 6f497b4: update user documentation
* during the update it turned out that a couple of things still needs to
be done for plugins (web status plugin)
Commit: 91931032b7a4c0259e55a29c49a9339848db525b
https://github.com/buildbot/buildbot/commit/91931032b7a4c0259e55a29c49a9339848db525b
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/setup.py
Log Message:
-----------
correct the import path for Triggerable (h/t @benallard)
Commit: fb6d85c37036fae9518b44563c18db02498436a3
https://github.com/buildbot/buildbot/commit/fb6d85c37036fae9518b44563c18db02498436a3
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/setup.py
Log Message:
-----------
add buildbot.plugins to the list of packages
Commit: 52884b8a148e2e82a6296efc9cf4b0f79a47feb5
https://github.com/buildbot/buildbot/commit/52884b8a148e2e82a6296efc9cf4b0f79a47feb5
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/setup.py
Log Message:
-----------
sort status plugin definitions
Commit: 70bf62cf36e97a1c1085f582b043e35d74a099e3
https://github.com/buildbot/buildbot/commit/70bf62cf36e97a1c1085f582b043e35d74a099e3
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/docs/examples/git_gerrit.cfg
M master/docs/examples/repo_gerrit.cfg
M master/docs/manual/cfg-statustargets.rst
M master/docs/tutorial/tour.rst
M master/setup.py
Log Message:
-----------
add WebStatus to buildbot.plugins.status
* update manual/cfg-statustargets.rst to exclusively use
buildbot.plugins + minor cosmetic changes
* update examples
Commit: d8a14d026cc961184c318ff5d67d9e4f980bda49
https://github.com/buildbot/buildbot/commit/d8a14d026cc961184c318ff5d67d9e4f980bda49
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
M master/setup.py
Log Message:
-----------
provide forgotten PBListener as a plugin
Commit: cf5d5e8fef27f712f2e8debaed1fe97c09ff6c8b
https://github.com/buildbot/buildbot/commit/cf5d5e8fef27f712f2e8debaed1fe97c09ff6c8b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/docs/examples/hello.cfg
M master/docs/examples/repo_gerrit.cfg
M master/docs/manual/cfg-changesources.rst
Log Message:
-----------
final updates of documentation and examples
Commit: 461e4d22f3ed780d906ed6bfda60623af0e01117
https://github.com/buildbot/buildbot/commit/461e4d22f3ed780d906ed6bfda60623af0e01117
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/plugins/__init__.py
M master/setup.py
Log Message:
-----------
make the plugin names correspond to how they are used
* there was, at least, a difference between 'change_source' and
'changes', this might cause a confusion
(This needs to be ported to nine for compatibility.)
Commit: 2d2f65a217bfb98194c4fd0e0be46c56008a5b88
https://github.com/buildbot/buildbot/commit/2d2f65a217bfb98194c4fd0e0be46c56008a5b88
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/docs/manual/plugins.rst
Log Message:
-----------
update versionadded for plugins
Commit: da2930e757fe0566925d7b460dad970826fb7000
https://github.com/buildbot/buildbot/commit/da2930e757fe0566925d7b460dad970826fb7000
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
update release notes
Commit: 4fcefdd3e74026183e3ab669be9197608a943c02
https://github.com/buildbot/buildbot/commit/4fcefdd3e74026183e3ab669be9197608a943c02
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-17 (Sat, 17 Jan 2015)
Changed paths:
M Makefile
M master/Makefile
A master/buildbot/errors.py
M master/buildbot/interfaces.py
A master/buildbot/plugins/__init__.py
A master/buildbot/plugins/db.py
M master/buildbot/process/buildstep.py
M master/buildbot/scripts/sample.cfg
A master/buildbot/test/unit/test_plugins.py
M master/docs/developer/index.rst
A master/docs/developer/plugins-publish.rst
M master/docs/examples/git_gerrit.cfg
M master/docs/examples/hello.cfg
M master/docs/examples/repo_gerrit.cfg
M master/docs/manual/cfg-builders.rst
M master/docs/manual/cfg-buildfactories.rst
M master/docs/manual/cfg-buildslaves.rst
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-changesources.rst
M master/docs/manual/cfg-global.rst
M master/docs/manual/cfg-interlocks.rst
M master/docs/manual/cfg-properties.rst
M master/docs/manual/cfg-schedulers.rst
M master/docs/manual/cfg-statustargets.rst
M master/docs/manual/customization.rst
M master/docs/manual/index.rst
A master/docs/manual/plugins.rst
M master/docs/relnotes/index.rst
M master/docs/tutorial/fiveminutes.rst
M master/docs/tutorial/tour.rst
M master/setup.py
Log Message:
-----------
Merge pull request #1478 from sa2ajj/backport-plugins
Backport plugins
Compare: https://github.com/buildbot/buildbot/compare/e4b60f669001...4fcefdd3e740
More information about the Commits
mailing list