[Buildbot-commits] [buildbot/buildbot] 326fac: Cleanup messageFormatter example to use logs from ...
GitHub
noreply at github.com
Thu May 21 04:17:27 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 326fac179605566cd6c399845b06073a3b853837
https://github.com/buildbot/buildbot/commit/326fac179605566cd6c399845b06073a3b853837
Author: Anish Bhatt <anish7 at gmail.com>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Cleanup messageFormatter example to use logs from build steps instead of directly using build logs
Commit: 1facd5adb6d5066ded585e8d44e15990dd8758eb
https://github.com/buildbot/buildbot/commit/1facd5adb6d5066ded585e8d44e15990dd8758eb
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/docs/manual/cfg-wwwhooks.rst
Log Message:
-----------
update documentation for GitHub change hook
* misc syntax, wording and cosmetic changes
* move mention of standalone server to the beginning of the section
* fix link to the GitHub tutorial for adding webhooks
* make list of parameters of GitHub webhook and their correpsonding
values explicit
See ticket:2938
Commit: 88c1ce34d09adabcd1e0ab30fdb66857af63b00e
https://github.com/buildbot/buildbot/commit/88c1ce34d09adabcd1e0ab30fdb66857af63b00e
Author: Kevin Chang <kevincgw at gmail.com>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
Allow user to specify baseURL for github api endpoints
Commit: e825983824bc09de31b492e90f30d4cf8eb12065
https://github.com/buildbot/buildbot/commit/e825983824bc09de31b492e90f30d4cf8eb12065
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
make bulidbot.status.github not bail out on missing txgithub
Commit: 739be790421708e4e5a3825d58cab10c119d31cc
https://github.com/buildbot/buildbot/commit/739be790421708e4e5a3825d58cab10c119d31cc
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/status/github.py
M master/buildbot/test/unit/test_status_github.py
Log Message:
-----------
a bit of cleanup
* remove unused self._token
* simplify expressions for sha, startDescription, endDescription
* re-format addErrback
* change import for datetime to simplify its usage
Commit: 71f3223f4dc7769a49580c971dacd72f0b849c0b
https://github.com/buildbot/buildbot/commit/71f3223f4dc7769a49580c971dacd72f0b849c0b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
more cosmetics
Commit: 165f4c90614b94f182cf39fd2519d4d223230625
https://github.com/buildbot/buildbot/commit/165f4c90614b94f182cf39fd2519d4d223230625
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/status/github.py
M master/buildbot/test/unit/test_status_github.py
Log Message:
-----------
extract two non-methods into private functions
* _getGitHubState
* _timeDeltaToHumanReadable
Commit: 059dfa610bd69bfbba220113845edd5ad004ca55
https://github.com/buildbot/buildbot/commit/059dfa610bd69bfbba220113845edd5ad004ca55
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/test/unit/test_status_github.py
Log Message:
-----------
change the used domains to example
Commit: db97c4483322fdb5eea1c1f866bb0bb77e0ce871
https://github.com/buildbot/buildbot/commit/db97c4483322fdb5eea1c1f866bb0bb77e0ce871
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/test/unit/test_status_github.py
Log Message:
-----------
implement a test case for custom GitHub URL
Commit: 39e733d0f9c6d44c5615c66e2fbd9ef10525cda2
https://github.com/buildbot/buildbot/commit/39e733d0f9c6d44c5615c66e2fbd9ef10525cda2
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/status/github.py
M master/buildbot/test/unit/test_status_github.py
M master/buildbot/test/unit/test_util.py
M master/buildbot/util/__init__.py
Log Message:
-----------
move _timeDeltaToHumanReadable to buildbot.util.human_readable_delta
* there's an overlap between human_readable_delta and formatInterval
Commit: d7a0927cf98b4cca597aa4ef1ff6ae7d7960ccee
https://github.com/buildbot/buildbot/commit/d7a0927cf98b4cca597aa4ef1ff6ae7d7960ccee
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
simplify syntax
Commit: baf1f47a5521dae8752cc4a236cbf35ff4db0e18
https://github.com/buildbot/buildbot/commit/baf1f47a5521dae8752cc4a236cbf35ff4db0e18
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/test/fake/web.py
M master/buildbot/test/unit/test_www_hooks_github.py
M master/buildbot/www/change_hook.py
M master/buildbot/www/hooks/github.py
M master/docs/manual/cfg-wwwhooks.rst
Log Message:
-----------
improve GitHub webhook
* refactor the way events of different kinds are handled
* copy hmac support from contrib/github_buildbot.py
* document hook's parameters
Commit: 31262010cb6129ec2a5befb0d09a189fa59f30e8
https://github.com/buildbot/buildbot/commit/31262010cb6129ec2a5befb0d09a189fa59f30e8
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/www/hooks/github.py
M master/buildbot/www/hooks/gitlab.py
Log Message:
-----------
make copy of github.process_change into gitlab
Commit: 1f077a3e1c0d82e7daa10ec2d69a1690428d0362
https://github.com/buildbot/buildbot/commit/1f077a3e1c0d82e7daa10ec2d69a1690428d0362
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/buildbot/test/unit/test_www_hooks_github.py
Log Message:
-----------
finalise test cases for github
Commit: f664789016666338c37fff206785d6bd37f27588
https://github.com/buildbot/buildbot/commit/f664789016666338c37fff206785d6bd37f27588
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
document baseURL parameter of GitHubStatus
Commit: 606944ad1689d0e98fbb3ae82705d9703c9ca27e
https://github.com/buildbot/buildbot/commit/606944ad1689d0e98fbb3ae82705d9703c9ca27e
Author: stanzgy <stanzgy at gmail.com>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
Fix GerritStatusPush 'startCB' not work
Fix GerritStatusPush 'startCB' not work with Gerrit+Git.
GerritStatusPush 'startCB' triggers before buildsteps start. But the condition
'startCB' decide to send code reviews is the property 'gerrit_branch' which is
set during the buildbot.steps.source.gerrit.Gerrit buildstep. So use property
'event.change.id' instead of 'gerrit_branch' to verify Gerrit source to ensure
'startCB' works properly.
The property 'got_revision' here also has same problem when 'startCB' triggers.
Commit: 8b9828cd6949f40f6c3fe7fec44509d33ca10ef4
https://github.com/buildbot/buildbot/commit/8b9828cd6949f40f6c3fe7fec44509d33ca10ef4
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/buildbot/test/unit/test_www_hooks_github.py
Log Message:
-----------
Add unit test for github change hook codebase parameter
Commit: ba0a43cf3d8b4b034c11e2a7de319c46c3c32ff0
https://github.com/buildbot/buildbot/commit/ba0a43cf3d8b4b034c11e2a7de319c46c3c32ff0
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/buildbot/test/unit/test_www_hooks_github.py
M master/buildbot/www/hooks/github.py
M master/docs/manual/cfg-wwwhooks.rst
Log Message:
-----------
Allow function callback for setting codebase in github hook
With this, you can give a function (any callable) as parameter to github
change_hook_dialects, and it will be called with the github event payload
and should return the codebase.
Signed-off-by: Esben Haabendal <esben at haabendal.dk>
Commit: 067c777fa0d8011991829346802698402c0c6ede
https://github.com/buildbot/buildbot/commit/067c777fa0d8011991829346802698402c0c6ede
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/buildbot/test/unit/test_www_hooks_github.py
M master/buildbot/www/hooks/github.py
M master/docs/manual/cfg-wwwhooks.rst
Log Message:
-----------
Add pull_request support for github change hook handler
Signed-off-by: Esben Haabendal <esben at haabendal.dk>
Commit: 52a20e332e7204913a8a799b9c1d17db335a78ce
https://github.com/buildbot/buildbot/commit/52a20e332e7204913a8a799b9c1d17db335a78ce
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/buildbot/test/unit/test_www_hooks_github.py
Log Message:
-----------
Rewrite github change hook unit tests to use @defer.inlineCallbacks
This also fixes the tests to actually fail when things are wrong.
Signed-off-by: Esben Haabendal <esben at haabendal.dk>
Commit: a4f3b4fb77a0345527bfa135ccd417ab81b8bedd
https://github.com/buildbot/buildbot/commit/a4f3b4fb77a0345527bfa135ccd417ab81b8bedd
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M master/buildbot/status/github.py
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/fake/web.py
M master/buildbot/test/unit/test_status_gerrit.py
M master/buildbot/test/unit/test_status_github.py
M master/buildbot/test/unit/test_util.py
M master/buildbot/test/unit/test_www_hooks_github.py
M master/buildbot/util/__init__.py
M master/buildbot/www/change_hook.py
M master/buildbot/www/hooks/github.py
M master/buildbot/www/hooks/gitlab.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/manual/cfg-wwwhooks.rst
Log Message:
-----------
Merge pull request #1682 from sa2ajj/port-from-0.8.12-part1
Port from 0.8.12 part1
Compare: https://github.com/buildbot/buildbot/compare/a63dc6c40af1...a4f3b4fb77a0
More information about the Commits
mailing list