[Buildbot-commits] [buildbot/buildbot] ba911a: Add 'Categories:' on waterfall page (like console ...
GitHub
noreply at github.com
Wed May 27 18:43:55 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: ba911a5dc1e88563b84378b724f890b6cb845ea9
https://github.com/buildbot/buildbot/commit/ba911a5dc1e88563b84378b724f890b6cb845ea9
Author: Alexander Sashnov <sashnov at ngs.ru>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M master/buildbot/status/web/templates/waterfall.html
M master/buildbot/status/web/waterfall.py
Log Message:
-----------
Add 'Categories:' on waterfall page (like console already).
Items in 'Categories:' are click-able links like '/waterfall?category=...'
so they are convenient to filter your waterfall view.
Screenshot:
http://pix.academ.org/img/2014/07/10/40be2295c6e0de74ef17b8e138f5421c.png
Commit: 35274180be1d46a9f41b4c8f1d537582eb62a55d
https://github.com/buildbot/buildbot/commit/35274180be1d46a9f41b4c8f1d537582eb62a55d
Author: Alexander Sashnov <sashnov at ngs.ru>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M master/buildbot/status/web/templates/waterfall.html
Log Message:
-----------
Surround 'Categories:' by 'if categories|length > 1' on waterfall page.
Commit: b9b93616c7e11d49a38c09f5b6379ff29dae939f
https://github.com/buildbot/buildbot/commit/b9b93616c7e11d49a38c09f5b6379ff29dae939f
Author: spoludo ou <Spoludo at users.noreply.github.com>
Date: 2014-09-02 (Tue, 02 Sep 2014)
Changed paths:
M master/buildbot/steps/trigger.py
Log Message:
-----------
Fix a url persistence issue in the Trigger step
The triggered build url were lost because they were added to the step after it was marked finished and thus persisted.
Commit: 2f5da048e1348ee3ca2e762d907207e9c4bdc05a
https://github.com/buildbot/buildbot/commit/2f5da048e1348ee3ca2e762d907207e9c4bdc05a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-09-06 (Sat, 06 Sep 2014)
Changed paths:
M master/buildbot/steps/trigger.py
Log Message:
-----------
Merge pull request #1218 from Spoludo/eight
Fix a url persistence issue in the Trigger step
Commit: d2c00b3fa4629387f23bd9661d6a395309a53d68
https://github.com/buildbot/buildbot/commit/d2c00b3fa4629387f23bd9661d6a395309a53d68
Author: William Siegrist <wsiegrist at apple.com>
Date: 2014-10-03 (Fri, 03 Oct 2014)
Changed paths:
M master/buildbot/status/web/builder.py
M master/buildbot/status/web/olpb.py
M master/buildbot/status/web/status_json.py
M master/buildbot/status/web/waterfall.py
Log Message:
-----------
Proposed patch for #2589 to guard against content spoofing.
Commit: 70ede960656c42e7116376c1c12986ac30b65149
https://github.com/buildbot/buildbot/commit/70ede960656c42e7116376c1c12986ac30b65149
Author: Anish Bhatt <anish7 at gmail.com>
Date: 2014-10-05 (Sun, 05 Oct 2014)
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: 7248778e74ef44e326683618988f0fa983b5cfa0
https://github.com/buildbot/buildbot/commit/7248778e74ef44e326683618988f0fa983b5cfa0
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-06 (Mon, 06 Oct 2014)
Changed paths:
M master/buildbot/status/logfile.py
Log Message:
-----------
Remove assert from subscribeConsumer
This method is used by the WebStatus, and thus necessary (even for
new-style steps) in eight.
Commit: 388e868cc482e253f988305e816791b9eda2c4e7
https://github.com/buildbot/buildbot/commit/388e868cc482e253f988305e816791b9eda2c4e7
Author: William Siegrist <wsiegrist at apple.com>
Date: 2014-10-06 (Mon, 06 Oct 2014)
Changed paths:
M master/buildbot/status/web/builder.py
M master/buildbot/status/web/olpb.py
M master/buildbot/status/web/slaves.py
M master/buildbot/status/web/status_json.py
Log Message:
-----------
Catch a specific exception
Commit: d044297cf888e827da0e9a9f953463e35cbfac6d
https://github.com/buildbot/buildbot/commit/d044297cf888e827da0e9a9f953463e35cbfac6d
Author: William Siegrist <wsiegrist at apple.com>
Date: 2014-10-06 (Mon, 06 Oct 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Update release notes for #2589
Commit: f074cc7edea0a1663379cd1115010df1848c01eb
https://github.com/buildbot/buildbot/commit/f074cc7edea0a1663379cd1115010df1848c01eb
Author: William Siegrist <wsiegrist at apple.com>
Date: 2014-10-06 (Mon, 06 Oct 2014)
Changed paths:
M master/buildbot/status/web/olpb.py
Log Message:
-----------
Fix one more missing exception
Commit: f43059f35f08ea98a439c1ed7b576b358826e798
https://github.com/buildbot/buildbot/commit/f43059f35f08ea98a439c1ed7b576b358826e798
Author: Mikhail Sobolev <sa2ajj at users.noreply.github.com>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Merge pull request #1246 from anish/eight-msgfmt
Cleanup messageFormatter example to use logs from build steps instead of directly using build logs
Commit: 3c52778a75e1e9254327d9e58b1cb1da3fb5809b
https://github.com/buildbot/buildbot/commit/3c52778a75e1e9254327d9e58b1cb1da3fb5809b
Author: Mikhail Sobolev <sa2ajj at users.noreply.github.com>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M master/buildbot/status/logfile.py
Log Message:
-----------
Merge pull request #1249 from djmitche/subscribeConsumer-assert
Remove assert from subscribeConsumer
Commit: 99874c2eacd8b613e48dd4e57f2a34e36795cecc
https://github.com/buildbot/buildbot/commit/99874c2eacd8b613e48dd4e57f2a34e36795cecc
Author: Mikhail Sobolev <sa2ajj at users.noreply.github.com>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M master/buildbot/status/web/builder.py
M master/buildbot/status/web/olpb.py
M master/buildbot/status/web/slaves.py
M master/buildbot/status/web/status_json.py
M master/buildbot/status/web/waterfall.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1244 from wmswms/eight
Guard against content spoofing.
Fixes ticket:2589
Commit: a6bbe3ea54b8931a8531c25283fcbe52533b2c1c
https://github.com/buildbot/buildbot/commit/a6bbe3ea54b8931a8531c25283fcbe52533b2c1c
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
one-line-per-sentence policy for the section to update
* to make it easier to see the differences
Commit: de669efd368ab86f7203c1dc330bbc2dd59d3b05
https://github.com/buildbot/buildbot/commit/de669efd368ab86f7203c1dc330bbc2dd59d3b05
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
clarify a bit the difference between master- and slave-side source steps
* emphasise the difference between them
* since master-side steps are recommended move them up in the examples
* slave-steps are deprecated and will be removed in 0.9
* emphasise that the next section is about master-side steps
Commit: 8e36dcf71304fd46ad20be78e3da45ba9d849c92
https://github.com/buildbot/buildbot/commit/8e36dcf71304fd46ad20be78e3da45ba9d849c92
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
apply one-sentence-per-line rule to the changed section
Commit: 6c1361bd8773944ef017d6c9d77912e6fcd58b71
https://github.com/buildbot/buildbot/commit/6c1361bd8773944ef017d6c9d77912e6fcd58b71
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-12 (Sun, 12 Oct 2014)
Changed paths:
M master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
factor out integration-style step testing support
Commit: 518522ed4d758d66af8b60ee5f6d596f16c4756e
https://github.com/buildbot/buildbot/commit/518522ed4d758d66af8b60ee5f6d596f16c4756e
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-12 (Sun, 12 Oct 2014)
Changed paths:
M master/buildbot/status/web/baseweb.py
M master/buildbot/test/fake/web.py
A master/buildbot/test/integration/test_new_style_steps.py
Log Message:
-----------
add an integration test that renders a new-style step
Commit: a3d8941fa3c5e74dfe72fec3f8bc43f4b17a7afb
https://github.com/buildbot/buildbot/commit/a3d8941fa3c5e74dfe72fec3f8bc43f4b17a7afb
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-12 (Sun, 12 Oct 2014)
Changed paths:
M master/buildbot/test/integration/test_new_style_steps.py
Log Message:
-----------
Tickle #2934
Commit: 07a405ed14456e5dbd93ba1e350d8447878d8e91
https://github.com/buildbot/buildbot/commit/07a405ed14456e5dbd93ba1e350d8447878d8e91
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-12 (Sun, 12 Oct 2014)
Changed paths:
M master/buildbot/status/buildstep.py
M master/buildbot/status/logfile.py
Log Message:
-----------
Fix checkLogfiles to not fail with new style steps
Commit: 5d24f791165d6dc68c0a30f3dc041a5354d10206
https://github.com/buildbot/buildbot/commit/5d24f791165d6dc68c0a30f3dc041a5354d10206
Author: Alexander Sashnov <sashnov at ngs.ru>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Release notes: add item with description 'categories' link on 'Waterfall' page.
Commit: f8933088778f7e7cfaefedfe8bb8d4f0f17bb551
https://github.com/buildbot/buildbot/commit/f8933088778f7e7cfaefedfe8bb8d4f0f17bb551
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M master/docs/manual/cfg-statustargets.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
Fixes ticket:2938
Commit: b828c651f9768b4274c169ca7d1c37ef5e7f347b
https://github.com/buildbot/buildbot/commit/b828c651f9768b4274c169ca7d1c37ef5e7f347b
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Merge sa2ajj/buildbot:bugfix-2938 (PR #1253)
Commit: 7f0318c196f96858b010b3c4278ac6fdf1a1a192
https://github.com/buildbot/buildbot/commit/7f0318c196f96858b010b3c4278ac6fdf1a1a192
Author: William Siegrist <wsiegrist at apple.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M master/buildbot/status/web/status_json.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Fix cross-site scripting in status_json by specifying nosniff and app/json content
Commit: 32ce14f9def3b3f7596d25f2cbe70578d2051ea9
https://github.com/buildbot/buildbot/commit/32ce14f9def3b3f7596d25f2cbe70578d2051ea9
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M master/buildbot/status/buildstep.py
M master/buildbot/status/logfile.py
M master/buildbot/status/web/baseweb.py
M master/buildbot/test/fake/web.py
M master/buildbot/test/integration/test_custom_buildstep.py
A master/buildbot/test/integration/test_new_style_steps.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
Merge pull request #1254 from djmitche/bug2934
Test for and fix new-style step assertions triggered by Buildbot code
Fixes ticket:2934
Commit: 48edbaaf154f3a567a283a5276be614ca65f3d9e
https://github.com/buildbot/buildbot/commit/48edbaaf154f3a567a283a5276be614ca65f3d9e
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M master/buildbot/status/web/status_json.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1258 from wmswms/eight
Bugfix 2943: Fix cross-site scripting in status_json by specifying nosniff and app/js...
Fixes ticket:2943
Commit: 5419a1ed5aefcc1da1cc918f78895d4024cba87c
https://github.com/buildbot/buildbot/commit/5419a1ed5aefcc1da1cc918f78895d4024cba87c
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Merge sa2ajj/buildbot:new-old-source-steps (PR #1252)
Commit: 2cfe8d8b3534583815ea27d6597fbad6b0a3d6b6
https://github.com/buildbot/buildbot/commit/2cfe8d8b3534583815ea27d6597fbad6b0a3d6b6
Author: Andriy Senkovych <jolly_roger at itblog.org.ua>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/contrib/init-scripts/buildmaster.init.sh
M slave/contrib/init-scripts/buildslave.init.sh
Log Message:
-----------
Add possibility to restart single slave
Commit: f3b4bf0c58f0e8b0a06c8fb65be59fb60aace7ed
https://github.com/buildbot/buildbot/commit/f3b4bf0c58f0e8b0a06c8fb65be59fb60aace7ed
Author: Andriy Senkovych <jolly_roger at itblog.org.ua>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/contrib/init-scripts/buildmaster.init.sh
M slave/contrib/init-scripts/buildslave.init.sh
Log Message:
-----------
Do not use --quiet options since it always return EXIT_SUCCESS
Commit: d217eda47027ad7407d9bc7afd6d14186fbc2994
https://github.com/buildbot/buildbot/commit/d217eda47027ad7407d9bc7afd6d14186fbc2994
Author: Andriy Senkovych <jolly_roger at itblog.org.ua>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/buildbot/scripts/upgrade_master.py
M master/contrib/init-scripts/buildmaster.init.sh
Log Message:
-----------
Add more information about buildbot upgrade errors (Refs: #2588)
Commit: 16b6d21ad8549e4a464cde47bc8eab1bb245993e
https://github.com/buildbot/buildbot/commit/16b6d21ad8549e4a464cde47bc8eab1bb245993e
Author: Andriy Senkovych <jolly_roger at itblog.org.ua>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/buildbot/test/unit/test_scripts_upgrade_master.py
Log Message:
-----------
Update tests
Commit: 45ef323a0a94a0b81c68de7c2df2aa114dc41ae7
https://github.com/buildbot/buildbot/commit/45ef323a0a94a0b81c68de7c2df2aa114dc41ae7
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/buildbot/scripts/upgrade_master.py
M master/buildbot/test/unit/test_scripts_upgrade_master.py
M master/contrib/init-scripts/buildmaster.init.sh
M slave/contrib/init-scripts/buildslave.init.sh
Log Message:
-----------
Merge pull request #1273 from jollyroger/debian-fixes-eight
Debian fixes eight
Commit: 74e8dc41151653815eabca27ba1ff551b029ad1a
https://github.com/buildbot/buildbot/commit/74e8dc41151653815eabca27ba1ff551b029ad1a
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/buildbot/status/web/logs.py
M master/buildbot/status/web/step.py
M master/buildbot/status/web/waterfall.py
Log Message:
-----------
fix more AssertionError's for new-style steps in web status ui
This fixes the following urls:
http://localhost:8010/builders/<builder name>/builds/<build no>/steps/<step name>/logs/<log name>
http://localhost:8010/builders/<builder name>/builds/<build no>/steps/<step name>
http://localhost:8010/waterfall
Commit: 449e63be7fecc3a54058cb05078d6ed412836b8b
https://github.com/buildbot/buildbot/commit/449e63be7fecc3a54058cb05078d6ed412836b8b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/buildbot/status/web/logs.py
M master/buildbot/status/web/step.py
M master/buildbot/status/web/waterfall.py
Log Message:
-----------
Merge pull request #1275 from thedylman/fix_new_style_steps_in_web
fix more AssertionError's for new-style steps in web status ui
Commit: 65ed6956888fa583e39c82ea26206a546d50bf31
https://github.com/buildbot/buildbot/commit/65ed6956888fa583e39c82ea26206a546d50bf31
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-21 (Tue, 21 Oct 2014)
Changed paths:
M master/buildbot/status/web/templates/waterfall.html
M master/buildbot/status/web/waterfall.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1176 from asashnov/eight
Add 'Categories:' click-able links on waterfall page
Commit: a4453f47dbd082902e7d42f2f7a86a909540c618
https://github.com/buildbot/buildbot/commit/a4453f47dbd082902e7d42f2f7a86a909540c618
Author: Mattias Ryrlén <mattiasr at op5.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M master/buildbot/status/web/builder.py
Log Message:
-----------
web/builder: add category filtering to builders page.
With this patch you can filter on category on the builders page.
example:
http://ci-master:8010/builders?category=maint
Change-Id: I3aba9ad9fce95e94b13971750403bec86dcc564b
Signed-off-by: Mattias Ryrlén <mattiasr at op5.com>
Commit: fa532db1ba27849db43642feea55ba681154ac3b
https://github.com/buildbot/buildbot/commit/fa532db1ba27849db43642feea55ba681154ac3b
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-25 (Sat, 25 Oct 2014)
Changed paths:
M slave/buildslave/commands/base.py
Log Message:
-----------
update comments for command_version
Based on information in #2969.
Commit: 254009cab398239cbe3b93bf0d2dfa6bf5023662
https://github.com/buildbot/buildbot/commit/254009cab398239cbe3b93bf0d2dfa6bf5023662
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-25 (Sat, 25 Oct 2014)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
The `listdir` command requires slave version 2.16
Commit: 1ef57d77b92efb7adf5f8d528502240acfd7443f
https://github.com/buildbot/buildbot/commit/1ef57d77b92efb7adf5f8d528502240acfd7443f
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-25 (Sat, 25 Oct 2014)
Changed paths:
M master/buildbot/steps/source/svn.py
M slave/buildslave/commands/base.py
Log Message:
-----------
only use obfuscated passwords on command_version 2.16 and higher
Fixes #2969.
Commit: 8e2f3afcff7046028f7c8788e4263859f6261b5b
https://github.com/buildbot/buildbot/commit/8e2f3afcff7046028f7c8788e4263859f6261b5b
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-26 (Sun, 26 Oct 2014)
Changed paths:
M master/buildbot/steps/source/svn.py
Log Message:
-----------
check the slave version of a more sensible command
Commit: 693f8ac7a7373af6c0c9266b3b2daf0a739f6f41
https://github.com/buildbot/buildbot/commit/693f8ac7a7373af6c0c9266b3b2daf0a739f6f41
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-27 (Mon, 27 Oct 2014)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/steps/source/svn.py
M slave/buildslave/commands/base.py
Log Message:
-----------
Merge pull request #1292 from djmitche/bug2969
Correctly handle obfuscation with older slaves
(a separate PR needs to be submitted for eight)
Fixes ticket:2969
Commit: f8efb48cf0952d50e4b2ba100aef1955c1ecda5d
https://github.com/buildbot/buildbot/commit/f8efb48cf0952d50e4b2ba100aef1955c1ecda5d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/unit/test_status_gerrit.py
M master/docs/relnotes/index.rst
Log Message:
-----------
backport GH-1223 to eight: Support specifying an identity file with GerritStatusPush
Commit: 8b14b12de0c83dcd8e9604f65f126abdf8a06dd0
https://github.com/buildbot/buildbot/commit/8b14b12de0c83dcd8e9604f65f126abdf8a06dd0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
update the documentation
* the update is not exactly the same as in master
* a few things were added beside the actual backport
Commit: 2326f18c2cc9bde9794fa844d4fd1a26ea739027
https://github.com/buildbot/buildbot/commit/2326f18c2cc9bde9794fa844d4fd1a26ea739027
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/unit/test_status_gerrit.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1303 from sa2ajj/backport-gh-1223
Backport of GH-1223 to eight
Commit: 91f912a23e41e7cfc5c480234156badadaafc437
https://github.com/buildbot/buildbot/commit/91f912a23e41e7cfc5c480234156badadaafc437
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M master/buildbot/scripts/sample.cfg
Log Message:
-----------
Bug 2992: allow forceAllBuilds in sample cfg too
Fixes #2992.
Commit: 315289185c9758f20193cb9e45bc12168915424c
https://github.com/buildbot/buildbot/commit/315289185c9758f20193cb9e45bc12168915424c
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M master/buildbot/scripts/sample.cfg
Log Message:
-----------
Merge pull request #1319 from djmitche/bug2992
Bug 2992: allow forceAllBuilds in sample cfg too
Fixes ticket:2992
Commit: e2924ce59c721dec712b14fbba2aa366a6d0efca
https://github.com/buildbot/buildbot/commit/e2924ce59c721dec712b14fbba2aa366a6d0efca
Author: Jeppe Pihl <jpihl08 at gmail.com>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M master/buildbot/status/web/hooks/bitbucket.py
Log Message:
-----------
Convert BitBucket hook's project from a list to a string
Commit: 8405956a68cba955774a117ed9e4c7fe4cf1cdab
https://github.com/buildbot/buildbot/commit/8405956a68cba955774a117ed9e4c7fe4cf1cdab
Author: Jeppe Pihl <jpihl08 at gmail.com>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M master/buildbot/status/web/hooks/bitbucket.py
M master/buildbot/status/web/hooks/github.py
M master/buildbot/status/web/hooks/gitlab.py
Log Message:
-----------
refactor the way to get the project from the request args
Commit: 91fc4ee55af60bc1db74120acb91120af058b1dd
https://github.com/buildbot/buildbot/commit/91fc4ee55af60bc1db74120acb91120af058b1dd
Author: Jeppe Pihl <jpihl08 at gmail.com>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py
Log Message:
-----------
added test for checking that the project is correctly extracted from the request args
Commit: 4960c01e3967f971cbc089cf789a5d0bf6cb61f5
https://github.com/buildbot/buildbot/commit/4960c01e3967f971cbc089cf789a5d0bf6cb61f5
Author: Jeppe Pihl <jpihl08 at gmail.com>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
added release note about bitbucket dialect
Commit: c542da3ef85a778e44169697a54722bc16199a92
https://github.com/buildbot/buildbot/commit/c542da3ef85a778e44169697a54722bc16199a92
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M master/buildbot/status/web/hooks/bitbucket.py
M master/buildbot/status/web/hooks/github.py
M master/buildbot/status/web/hooks/gitlab.py
M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1349 from sa2ajj/fix-3025
Fix BitBucket hook (backport to eight)
Fixes ticket:3025
Commit: 056a7e26b980ffd8ea7292ced1b71840e781ccfa
https://github.com/buildbot/buildbot/commit/056a7e26b980ffd8ea7292ced1b71840e781ccfa
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M Makefile
Log Message:
-----------
add a target to produce release artifacts
Commit: 312f09175ab53aa89f5de60bca837614dcbf5d70
https://github.com/buildbot/buildbot/commit/312f09175ab53aa89f5de60bca837614dcbf5d70
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-11-15 (Sat, 15 Nov 2014)
Changed paths:
M master/buildbot/process/remotecommand.py
Log Message:
-----------
corect the sense of the old-slave support for slaveVersionIsOlderThan
Commit: bdc8c8dc255eab4725afa2d6c9de48bb26246103
https://github.com/buildbot/buildbot/commit/bdc8c8dc255eab4725afa2d6c9de48bb26246103
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-16 (Sun, 16 Nov 2014)
Changed paths:
M Makefile
Log Message:
-----------
Merge pull request #1356 from sa2ajj/make-artifacts-eight
add a target to produce release artifacts
Commit: ac48c4ff7d6a1b070282d8b65f70c3da21f14694
https://github.com/buildbot/buildbot/commit/ac48c4ff7d6a1b070282d8b65f70c3da21f14694
Author: Mark Rowe <mrowe at apple.com>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/buildbot/steps/source/svn.py
M master/docs/relnotes/index.rst
Log Message:
-----------
recover from the SVN operation being interrupted
* in case 'svn info' returns 'E155037' (run 'cleanup' if it was
interrupted), clobber the checkout
Fixes ticket:3053
Commit: 9026f30aa96a39d90524d3b889c38d177db328a2
https://github.com/buildbot/buildbot/commit/9026f30aa96a39d90524d3b889c38d177db328a2
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/buildbot/steps/source/svn.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1367 from sa2ajj/fix-3053
recover from the SVN operation being interrupted
Commit: 6410eaf1d8990a0b52110bbf928cfc7c78f21ca6
https://github.com/buildbot/buildbot/commit/6410eaf1d8990a0b52110bbf928cfc7c78f21ca6
Author: Quentin Pradet <quentin.pradet at gmail.com>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/docs/tutorial/docker.rst
Log Message:
-----------
Update docker tutorial to use standard install procedure
* Use the standard installation instruction instead of the master
version: 0.7 has been out for some time now.
* As a result, switch to `sudo docker` instead of `sudo ./docker`.
* Correct minor typos
Commit: 13997288e9408eaa1e9a8e552e210ec5ab9c62b5
https://github.com/buildbot/buildbot/commit/13997288e9408eaa1e9a8e552e210ec5ab9c62b5
Author: Benoît Allard <benoit.allard at greenbone.net>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/contrib/Dockerfile
M master/docs/tutorial/docker.rst
Log Message:
-----------
Make the docker tutorial work with newer Docker, and add a warning about not using it for deployment.
Commit: 9ba6e9d174f2bc3dad4314550a49d44ee423b22e
https://github.com/buildbot/buildbot/commit/9ba6e9d174f2bc3dad4314550a49d44ee423b22e
Author: Benoît Allard <benoit.allard at gmx.de>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/docs/tutorial/docker.rst
Log Message:
-----------
upcase "Buildbot".
Commit: 15640974ef5c525909b0d03b2f0f8ba92b3d93f4
https://github.com/buildbot/buildbot/commit/15640974ef5c525909b0d03b2f0f8ba92b3d93f4
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/docs/tutorial/docker.rst
Log Message:
-----------
Small adjustments to docker tutorial.
Add a note about issues with Docker itself, and rephrase the
don't-deploy-this-way warning slightly.
Fixes #2989.
Commit: 4a0299d5c84883e1dd70b8ed1a21cc57904762da
https://github.com/buildbot/buildbot/commit/4a0299d5c84883e1dd70b8ed1a21cc57904762da
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/contrib/Dockerfile
M master/docs/tutorial/docker.rst
Log Message:
-----------
Merge pull request #1368 from sa2ajj/eight-update-docker-docs
Backport Docker documentation updates to eight
Commit: d982ba18c17ea42665d35e21be2de1a68f7e5cac
https://github.com/buildbot/buildbot/commit/d982ba18c17ea42665d35e21be2de1a68f7e5cac
Author: Mark Rowe <mrowe at apple.com>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M master/buildbot/steps/slave.py
M master/buildbot/test/unit/test_steps_source_darcs.py
M master/buildbot/test/unit/test_steps_source_mtn.py
M master/buildbot/test/unit/test_steps_source_p4.py
M master/buildbot/test/unit/test_steps_source_repo.py
M master/buildbot/test/unit/test_steps_source_svn.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Have master-side SVN steps respect the timeout when removing files and directories.
Teach CompositeStepMixin.runRmdir to respect any timeout from the step.
Fixes ticket:3055.
Commit: 9faa032550c15cba038c5548cb7325edabd68f30
https://github.com/buildbot/buildbot/commit/9faa032550c15cba038c5548cb7325edabd68f30
Author: Mark Rowe <mrowe at apple.com>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M master/buildbot/steps/source/base.py
M master/buildbot/steps/source/bzr.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/darcs.py
M master/buildbot/steps/source/git.py
M master/buildbot/steps/source/mercurial.py
M master/buildbot/steps/source/mtn.py
M master/buildbot/test/unit/test_steps_source_bzr.py
M master/buildbot/test/unit/test_steps_source_cvs.py
M master/buildbot/test/unit/test_steps_source_darcs.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/buildbot/test/unit/test_steps_source_mercurial.py
M master/buildbot/test/unit/test_steps_source_mtn.py
M master/buildbot/test/unit/test_steps_source_svn.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Move source steps over to the CompositeStepMixin.runRmdir now that it
uses the appropriate timeout.
This addresses problems similar to issue 3055 in other source control types.
Commit: d847ec9ef15862e2e8f56199d3e7c01baafb5551
https://github.com/buildbot/buildbot/commit/d847ec9ef15862e2e8f56199d3e7c01baafb5551
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M master/buildbot/process/builder.py
Log Message:
-----------
fix a typo in condition for extra props
Thanks to Bruce Stephens:
http://sourceforge.net/p/buildbot/mailman/message/33060812/
Commit: 642ccfec623af8ec74ca7ea25a7e75808e6b4283
https://github.com/buildbot/buildbot/commit/642ccfec623af8ec74ca7ea25a7e75808e6b4283
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M master/buildbot/test/unit/test_process_builder.py
Log Message:
-----------
fix the part that depended on the typo
Commit: 29bc56f0ea2c8621864f7ec940ffa408638dcdd0
https://github.com/buildbot/buildbot/commit/29bc56f0ea2c8621864f7ec940ffa408638dcdd0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M master/buildbot/steps/slave.py
M master/buildbot/steps/source/base.py
M master/buildbot/steps/source/bzr.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/darcs.py
M master/buildbot/steps/source/git.py
M master/buildbot/steps/source/mercurial.py
M master/buildbot/steps/source/mtn.py
M master/buildbot/test/unit/test_steps_source_bzr.py
M master/buildbot/test/unit/test_steps_source_cvs.py
M master/buildbot/test/unit/test_steps_source_darcs.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/buildbot/test/unit/test_steps_source_mercurial.py
M master/buildbot/test/unit/test_steps_source_mtn.py
M master/buildbot/test/unit/test_steps_source_p4.py
M master/buildbot/test/unit/test_steps_source_repo.py
M master/buildbot/test/unit/test_steps_source_svn.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1369 from bdash/fix-3055
Have master-side steps respect the timeout when removing files and directories
Commit: 12580027d08beb29034e91618a248fd91f89b599
https://github.com/buildbot/buildbot/commit/12580027d08beb29034e91618a248fd91f89b599
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M master/buildbot/process/builder.py
Log Message:
-----------
simplify condition
Commit: 1c78d8615f58bcfcb4a833b21c0a538e513a7376
https://github.com/buildbot/buildbot/commit/1c78d8615f58bcfcb4a833b21c0a538e513a7376
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-11-22 (Sat, 22 Nov 2014)
Changed paths:
M master/buildbot/process/builder.py
M master/buildbot/test/unit/test_process_builder.py
Log Message:
-----------
Merge pull request #1372 from sa2ajj/fix-typo
fix a typo in condition for extra props
Commit: 3f13e2e4ee263741f4c728eee5b32f4c3b393bf5
https://github.com/buildbot/buildbot/commit/3f13e2e4ee263741f4c728eee5b32f4c3b393bf5
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
fix typo
Commit: 0e99fd207e7d42e2643841a9320cc96e345b4b50
https://github.com/buildbot/buildbot/commit/0e99fd207e7d42e2643841a9320cc96e345b4b50
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
fix branch reference for complete changelog
Commit: 689c3a73ed873b2c133cd8ccd5ba71e228f3085e
https://github.com/buildbot/buildbot/commit/689c3a73ed873b2c133cd8ccd5ba71e228f3085e
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
fix formatting
Commit: 7342111bca186532b59a0314601b60cce356a2f8
https://github.com/buildbot/buildbot/commit/7342111bca186532b59a0314601b60cce356a2f8
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
fix bug references
Commit: cf2ce5740619b196cb3b5496d2ac5d563f5da525
https://github.com/buildbot/buildbot/commit/cf2ce5740619b196cb3b5496d2ac5d563f5da525
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
A master/docs/relnotes/0.8.10.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
archive release notes
Commit: 58178c2c1618cc09f66e44f6ae2f0dbeba710f3e
https://github.com/buildbot/buildbot/commit/58178c2c1618cc09f66e44f6ae2f0dbeba710f3e
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M master/docs/relnotes/0.8.10.rst
Log Message:
-----------
update release date for 0.8.10
Commit: 72f79a87660cbdc5af0993f35dae590594428823
https://github.com/buildbot/buildbot/commit/72f79a87660cbdc5af0993f35dae590594428823
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M master/buildbot/status/web/slaves.py
Log Message:
-----------
Add a default for request.args.get
And, just for the heck of it, catch TypeError anyway. Fixes #3107.
Commit: c784c59d2d32124726f86f9c3f117b59084a8ae9
https://github.com/buildbot/buildbot/commit/c784c59d2d32124726f86f9c3f117b59084a8ae9
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M master/buildbot/status/web/slaves.py
Log Message:
-----------
Merge pull request #1441 from djmitche/bug3107
Add a default for request.args.get
Commit: 47693cac1af9893b7e7a3a4c2f8fc91e5460d3d1
https://github.com/buildbot/buildbot/commit/47693cac1af9893b7e7a3a4c2f8fc91e5460d3d1
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-12-14 (Sun, 14 Dec 2014)
Changed paths:
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
reproduce Bug #3112
Commit: 6d82171683031b8847975daa2b1408693ad3aaeb
https://github.com/buildbot/buildbot/commit/6d82171683031b8847975daa2b1408693ad3aaeb
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-12-14 (Sun, 14 Dec 2014)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
when listdir returns no files, clone
Fixes #3112.
Commit: 7b9fb2d23e9ea07e1757fb31b5c309ab4e51bbf7
https://github.com/buildbot/buildbot/commit/7b9fb2d23e9ea07e1757fb31b5c309ab4e51bbf7
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-12-14 (Sun, 14 Dec 2014)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
Merge djmitche/buildbot:bug3112 (PR #1447)
Commit: e98c2f9fcf126f8725bfa8f7e955c5fdf4356cee
https://github.com/buildbot/buildbot/commit/e98c2f9fcf126f8725bfa8f7e955c5fdf4356cee
Author: Cyril Jouve <jv.cyril at gmail.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M master/buildbot/status/web/templates/waterfall.html
Log Message:
-----------
make the link relative
Fixes ticket:3117
Commit: dfa5030334b1eaac74f431293dd08872f13b8798
https://github.com/buildbot/buildbot/commit/dfa5030334b1eaac74f431293dd08872f13b8798
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M master/buildbot/status/web/templates/waterfall.html
Log Message:
-----------
Merge pull request #1457 from sa2ajj/fix-waterfall-category-link
make the link relative
Commit: 5bbe2f068cef9fb6fcb15a5b5acefcd294cb38e5
https://github.com/buildbot/buildbot/commit/5bbe2f068cef9fb6fcb15a5b5acefcd294cb38e5
Author: Cyril Jouve <jv.cyril at gmail.com>
Date: 2014-12-19 (Fri, 19 Dec 2014)
Changed paths:
M master/buildbot/status/web/templates/jsonhelp.html
Log Message:
-----------
fix urls in json help pages
Commit: 750db6ea86cff1887ce43b3f85502f8534c37f6d
https://github.com/buildbot/buildbot/commit/750db6ea86cff1887ce43b3f85502f8534c37f6d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-19 (Fri, 19 Dec 2014)
Changed paths:
M master/buildbot/status/web/templates/jsonhelp.html
Log Message:
-----------
Merge pull request #1459 from jouve/help_url
fix urls in json help pages
Fixes ticket:3118
Commit: ab6959243e409af0725b8206dcf2bd3eba57091e
https://github.com/buildbot/buildbot/commit/ab6959243e409af0725b8206dcf2bd3eba57091e
Author: rdb <git at rdb.name>
Date: 2014-12-23 (Tue, 23 Dec 2014)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/fake/web.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
Log Message:
-----------
Accept application/json in GitHub change hook, accept pings
Commit: 69faccc0d37b8e33cadb1ea7dbd7cb9bcd5969ef
https://github.com/buildbot/buildbot/commit/69faccc0d37b8e33cadb1ea7dbd7cb9bcd5969ef
Author: rdb <git at rdb.name>
Date: 2014-12-23 (Tue, 23 Dec 2014)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Add changes to GitHub change_hook to relnotes
Commit: 25d356cd404fd9daf66e3b439b898439e499d845
https://github.com/buildbot/buildbot/commit/25d356cd404fd9daf66e3b439b898439e499d845
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-23 (Tue, 23 Dec 2014)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/fake/web.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1460 from rdb/eight
Accept application/json in GitHub change hook and accept pings
Commit: dd6632af2d5925032f812ef3d5d6746c1281d727
https://github.com/buildbot/buildbot/commit/dd6632af2d5925032f812ef3d5d6746c1281d727
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-26 (Fri, 26 Dec 2014)
Changed paths:
M master/setup.py
Log Message:
-----------
simplify requirement for sqlalchemy-migrate
Commit: 3953a87d13e0b4de7a3b1e001d23857e723e9c48
https://github.com/buildbot/buildbot/commit/3953a87d13e0b4de7a3b1e001d23857e723e9c48
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-26 (Fri, 26 Dec 2014)
Changed paths:
M master/setup.py
Log Message:
-----------
Merge pull request #1465 from sa2ajj/eight-simplify-migrate-reqs
simplify requirement for sqlalchemy-migrate
Commit: 3262b537141b69d1dc8529beb660fd32bafc483e
https://github.com/buildbot/buildbot/commit/3262b537141b69d1dc8529beb660fd32bafc483e
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M master/docs/manual/cfg-builders.rst
Log Message:
-----------
update manual/cfg-builders.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
Commit: b697679a6e9185bfed83ce21f8149a98a4d6be6d
https://github.com/buildbot/buildbot/commit/b697679a6e9185bfed83ce21f8149a98a4d6be6d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M master/docs/manual/cfg-buildfactories.rst
Log Message:
-----------
update manual/cfg-buildfactories.rst
* make text compliant with one-sentect-per-line guidline
Commit: e2a121ca27f4ac6ba51f209a924b4a20494b7bac
https://github.com/buildbot/buildbot/commit/e2a121ca27f4ac6ba51f209a924b4a20494b7bac
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M master/docs/manual/cfg-buildslaves.rst
Log Message:
-----------
update manual/cfg-buildslaves.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
Commit: ca43269e07f1647c9327309682002cd79e7d1346
https://github.com/buildbot/buildbot/commit/ca43269e07f1647c9327309682002cd79e7d1346
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
update manual/cfg-buildsteps.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
Commit: e6fddb02a9feb1861d40035a5450e5c5a6b34e17
https://github.com/buildbot/buildbot/commit/e6fddb02a9feb1861d40035a5450e5c5a6b34e17
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cfg-changesources.rst
Log Message:
-----------
update manual/cfg-changesources.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: becaa1133c1b4108b9ad4bca8f196fa20d333cf0
https://github.com/buildbot/buildbot/commit/becaa1133c1b4108b9ad4bca8f196fa20d333cf0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cfg-global.rst
Log Message:
-----------
update manual/cfg-global.rsst
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: b818576bd2de23ed8a839c6e7dc78dc6f62f95c8
https://github.com/buildbot/buildbot/commit/b818576bd2de23ed8a839c6e7dc78dc6f62f95c8
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cfg-interlocks.rst
Log Message:
-----------
update manual/cfg-interlocks.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: 495edba1e78940af8261d0a9e8841a4ba22fa994
https://github.com/buildbot/buildbot/commit/495edba1e78940af8261d0a9e8841a4ba22fa994
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cfg-intro.rst
Log Message:
-----------
update manual/cfg-intro.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: a7bb9679ee33732614bae8d9c72c751cec2dd181
https://github.com/buildbot/buildbot/commit/a7bb9679ee33732614bae8d9c72c751cec2dd181
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cfg-properties.rst
Log Message:
-----------
update manual/cfg-properties.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: d63f6072c7976a5f14b1002c262009f7b21af5c8
https://github.com/buildbot/buildbot/commit/d63f6072c7976a5f14b1002c262009f7b21af5c8
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cfg-schedulers.rst
Log Message:
-----------
update manual/cfg-schedulers.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: a290f15747cf502ac4d83113d15b85af1b165093
https://github.com/buildbot/buildbot/commit/a290f15747cf502ac4d83113d15b85af1b165093
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
update manual/cfg-statustargets.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: 5eb09cd707b26ebd3c05dad97cbab10839ae7a6f
https://github.com/buildbot/buildbot/commit/5eb09cd707b26ebd3c05dad97cbab10839ae7a6f
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/cmdline.rst
Log Message:
-----------
update manual/cmdline.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: 7261ec55e112b9c0ec2fc54d651135dfc9dfea66
https://github.com/buildbot/buildbot/commit/7261ec55e112b9c0ec2fc54d651135dfc9dfea66
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/concepts.rst
Log Message:
-----------
update manual/concepts.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: 14ec8f7a7e5c0afa6dbb56faf8e4cdc26897828c
https://github.com/buildbot/buildbot/commit/14ec8f7a7e5c0afa6dbb56faf8e4cdc26897828c
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/configuration.rst
Log Message:
-----------
update manual/configuration.rst
* make text compliant with one-sentect-per-line guidline
Commit: df8148583df7e34dbcaca9ebecaff91008d4876d
https://github.com/buildbot/buildbot/commit/df8148583df7e34dbcaca9ebecaff91008d4876d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/customization.rst
Log Message:
-----------
update manual/customization.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: 619a306125f5f66e62c5732c413577be7d6aa3d4
https://github.com/buildbot/buildbot/commit/619a306125f5f66e62c5732c413577be7d6aa3d4
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/installation.rst
Log Message:
-----------
update manual/installation.rst
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: cbd8934b2677037376e8394b68552e6080d5fad1
https://github.com/buildbot/buildbot/commit/cbd8934b2677037376e8394b68552e6080d5fad1
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/introduction.rst
Log Message:
-----------
update manual/introduction.rst
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: 796c8b9c7a91d316bc15b7c372aa9b78a40c623a
https://github.com/buildbot/buildbot/commit/796c8b9c7a91d316bc15b7c372aa9b78a40c623a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/new-style-steps.rst
Log Message:
-----------
update manual/new-style-steps.rst
* minor formatting fixes
Commit: 20b921c345c6fb65beffcd06d031500bdbe0e7da
https://github.com/buildbot/buildbot/commit/20b921c345c6fb65beffcd06d031500bdbe0e7da
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/optimization.rst
Log Message:
-----------
update manual/optimization.rst
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: e838895eade8f36318572b2aade9e271b0aaf368
https://github.com/buildbot/buildbot/commit/e838895eade8f36318572b2aade9e271b0aaf368
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/manual/resources.rst
Log Message:
-----------
update manual/resources.rst
* make text compliant with one-sentect-per-line guidline
Commit: b1e842edf82cc29b579e32e81af4e761ff2d61e7
https://github.com/buildbot/buildbot/commit/b1e842edf82cc29b579e32e81af4e761ff2d61e7
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/tutorial/firstrun.rst
Log Message:
-----------
update tutorial/firstrun.rst
* make text compliant with one-sentect-per-line guidline
Commit: e928e9332561ffc6a8a82a64b7815e4946c2f842
https://github.com/buildbot/buildbot/commit/e928e9332561ffc6a8a82a64b7815e4946c2f842
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/tutorial/fiveminutes.rst
Log Message:
-----------
update tutorial/fiveminutes.rst
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: 3237b47766e8b28f79a01794baf84298e7932090
https://github.com/buildbot/buildbot/commit/3237b47766e8b28f79a01794baf84298e7932090
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/index.rst
Log Message:
-----------
update index.rst
* make text compliant with one-sentect-per-line guidline
Commit: bd16f206cdc4453694cca4e99698278d72234ca7
https://github.com/buildbot/buildbot/commit/bd16f206cdc4453694cca4e99698278d72234ca7
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/tutorial/tour.rst
Log Message:
-----------
update tutorial/tour.rst
* remove trailing spaces
* make text compliant with one-sentect-per-line guidline
* minor formatting fixes
Commit: b2507dcdb2d4a3124bd32be164570c6b4d0e382a
https://github.com/buildbot/buildbot/commit/b2507dcdb2d4a3124bd32be164570c6b4d0e382a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M master/docs/index.rst
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-intro.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/cmdline.rst
M master/docs/manual/concepts.rst
M master/docs/manual/configuration.rst
M master/docs/manual/customization.rst
M master/docs/manual/installation.rst
M master/docs/manual/introduction.rst
M master/docs/manual/new-style-steps.rst
M master/docs/manual/optimization.rst
M master/docs/manual/resources.rst
M master/docs/tutorial/firstrun.rst
M master/docs/tutorial/fiveminutes.rst
M master/docs/tutorial/tour.rst
Log Message:
-----------
Merge pull request #1477 from sa2ajj/eight-docs
Make eight's docs compliant with one-sentence-per-line guideline
Commit: 8b051d14ee3c9e8bc3953ea2f618e316f2f46c4b
https://github.com/buildbot/buildbot/commit/8b051d14ee3c9e8bc3953ea2f618e316f2f46c4b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
backport c2d2e1a: first cut of custom gerrit labels
* new format for the callback results (review & summary)
* test cases were renamed to _legacy (and they pass)
Commit: 1574c95c73b41df30682a3f94f844f542541e218
https://github.com/buildbot/buildbot/commit/1574c95c73b41df30682a3f94f844f542541e218
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
backport 91ccd4b: slightly refactor status_gerrit unit test cases
* dropped unnecessary lambda
* re-structured the code so test cases for the new style review/summary
callbacks could re-use the same test harness
Commit: 564edcc5b8487b56e2e7e64c124dd6de6303ba09
https://github.com/buildbot/buildbot/commit/564edcc5b8487b56e2e7e64c124dd6de6303ba09
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
backport d9461df: implement test cases for new style GerritStatus callbacks
Commit: 3bd3bb3dc2f9e6b18e5d2703a6c1527b30712412
https://github.com/buildbot/buildbot/commit/3bd3bb3dc2f9e6b18e5d2703a6c1527b30712412
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
fix pep8 issues
Commit: 5d457c1e747b87c4287457a12fd3a1dbbbe67769
https://github.com/buildbot/buildbot/commit/5d457c1e747b87c4287457a12fd3a1dbbbe67769
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
backport of 0b1826e: move GerritStatusPush description before the example
Commit: 5bf596ee64a1c66112c9ed09f78fe9ceb157da46
https://github.com/buildbot/buildbot/commit/5bf596ee64a1c66112c9ed09f78fe9ceb157da46
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/buildbot/status/status_gerrit.py
M master/docs/examples/git_gerrit.cfg
M master/docs/examples/repo_gerrit.cfg
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
backport of e0be6c9: update documentation for the change
* move parameter description to cfg-statustargets.rst
* update examples/{git,repo}_gerrit.cfg to match the expected callback result
* use git_gerrit.cfg as a source for examples, instead of putting a huge
example text in the cfg-statustargets.rst
Commit: d63643d5eb0d7c592d04a0a470d3e29479a073b0
https://github.com/buildbot/buildbot/commit/d63643d5eb0d7c592d04a0a470d3e29479a073b0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
update release notes
Commit: 35667af03f0a9f91b28bee28b50b734238f9e262
https://github.com/buildbot/buildbot/commit/35667af03f0a9f91b28bee28b50b734238f9e262
Author: Florian Bruhin <git at the-compiler.org>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Fix small typo in docs (s/smpt/smtp/).
Commit: 008f950e7f1b878035697085df755ac4fb299d48
https://github.com/buildbot/buildbot/commit/008f950e7f1b878035697085df755ac4fb299d48
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Merge pull request #1480 from sa2ajj/eight-fix-typo
Fix small typo in docs (s/smpt/smtp/).
Commit: e4b60f66900153d18281fca9e3127f657aaa9b02
https://github.com/buildbot/buildbot/commit/e4b60f66900153d18281fca9e3127f657aaa9b02
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/unit/test_status_gerrit.py
M master/docs/examples/git_gerrit.cfg
M master/docs/examples/repo_gerrit.cfg
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1479 from sa2ajj/backport-gerrit-labels
Backport custom gerrit labels
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
Commit: 1a7b2c10de62dc0567b13d1f5b4fd0eb1ae5b8ae
https://github.com/buildbot/buildbot/commit/1a7b2c10de62dc0567b13d1f5b4fd0eb1ae5b8ae
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-22 (Thu, 22 Jan 2015)
Changed paths:
M master/buildbot/steps/http.py
Log Message:
-----------
remove handling of description related parameters
Commit: a872645f891d6e264f581509884a07a0d5264b3b
https://github.com/buildbot/buildbot/commit/a872645f891d6e264f581509884a07a0d5264b3b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-22 (Thu, 22 Jan 2015)
Changed paths:
M master/buildbot/steps/http.py
Log Message:
-----------
perform method check before using it
Commit: 530695e30e5b95893408af5525ff0d6fd4341fb7
https://github.com/buildbot/buildbot/commit/530695e30e5b95893408af5525ff0d6fd4341fb7
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-22 (Thu, 22 Jan 2015)
Changed paths:
M master/buildbot/steps/http.py
Log Message:
-----------
remove method and url from the requestsParams
Commit: 585d8a2402efd3b9d347f62c788833f1c76d0484
https://github.com/buildbot/buildbot/commit/585d8a2402efd3b9d347f62c788833f1c76d0484
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-22 (Thu, 22 Jan 2015)
Changed paths:
M master/buildbot/steps/http.py
Log Message:
-----------
make requestkwargs a local variable
Commit: c9907dccb3fc33001444dc24ed8c0659977179f3
https://github.com/buildbot/buildbot/commit/c9907dccb3fc33001444dc24ed8c0659977179f3
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/steps/http.py
Log Message:
-----------
do not use self.__dict__
Commit: afa2c7a685b499333387b7fc851d671e27aa2084
https://github.com/buildbot/buildbot/commit/afa2c7a685b499333387b7fc851d671e27aa2084
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
update release notes
Commit: cb14d2846f7824727a2bb9ba74187cd13ce28e93
https://github.com/buildbot/buildbot/commit/cb14d2846f7824727a2bb9ba74187cd13ce28e93
Author: Hashem Nasarat <hashem at riseup.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/changes/gitpoller.py
Log Message:
-----------
Add changes for new branches in GitPoller
With the new branches=True argument for GitPoller to watch all
branches, _process_changes() does nothing if a new branch is pushed. The
only time it adds changes to the database is when a new commit is pushed
on an existing branch. This is unfortunate because this means in order
to have buildbot build all git branches, one must first push the branch,
wait for GitPoller to detect it, and then push new commits on the
branch.
http://trac.buildbot.net/ticket/2837
Commit: 0423705d5a93583d154d8e25b7e4ff139805324c
https://github.com/buildbot/buildbot/commit/0423705d5a93583d154d8e25b7e4ff139805324c
Author: Hashem Nasarat <hashem at riseup.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/changes/gitpoller.py
Log Message:
-----------
Print detailed information if _dovccmd() in GitPoller fails
Otherwise the outputted information often isn't sufficient to debug the
problem.
Commit: 1155b78d99bd3db33dd262a09f4c742308de917a
https://github.com/buildbot/buildbot/commit/1155b78d99bd3db33dd262a09f4c742308de917a
Author: Jonas Pommerening <jonas.pommerening at gmail.com>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
Exclude all commits we already know about
Commit: 5b13edd3fa18d1b73a3926b41757662f4b95e1c5
https://github.com/buildbot/buildbot/commit/5b13edd3fa18d1b73a3926b41757662f4b95e1c5
Author: Jonas Pommerening <jonas.pommerening at gmail.com>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/changes/gitpoller.py
Log Message:
-----------
Store revs in ascii strings, not unicode.
This is to avoid Twisted complaining about unicode arguments being
passed to reactor.spawnProcess.
Conflicts:
master/buildbot/changes/gitpoller.py
Commit: 4b15ea4cd3177bdaca890af26806d77b1f15394a
https://github.com/buildbot/buildbot/commit/4b15ea4cd3177bdaca890af26806d77b1f15394a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
update release notes
Commit: 88857a7a94dc88c34e90a147af9ff615d62e3b9f
https://github.com/buildbot/buildbot/commit/88857a7a94dc88c34e90a147af9ff615d62e3b9f
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/steps/http.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1495 from sa2ajj/http-step-fix
Make sure url parameter of buildbot.steps.http steps is renderable
Commit: 312a9903a6ad51f699d543ef2d5e7781c51147a0
https://github.com/buildbot/buildbot/commit/312a9903a6ad51f699d543ef2d5e7781c51147a0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1497 from sa2ajj/backport-1433
Backport 1433
Commit: 119f03fd0867d1e0982b849393368074f87d8425
https://github.com/buildbot/buildbot/commit/119f03fd0867d1e0982b849393368074f87d8425
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/setup.py
Log Message:
-----------
relax requirement for python-dateutil
Commit: 5052fc39425338178a886fabddfd954738e79359
https://github.com/buildbot/buildbot/commit/5052fc39425338178a886fabddfd954738e79359
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
update release notes
Commit: 8dc4afacad65ab544e3deda8fcc7b17b9db14aeb
https://github.com/buildbot/buildbot/commit/8dc4afacad65ab544e3deda8fcc7b17b9db14aeb
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
ForceScheduler: make errors more helpful by telling which scheduler has the issue
Commit: c6d088872ef1c38ec8ff0ce5d5576feb5f6b5dfe
https://github.com/buildbot/buildbot/commit/c6d088872ef1c38ec8ff0ce5d5576feb5f6b5dfe
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Merge pull request #1501 from jaredgrubb/ForceScheduler-pretty-errors
ForceScheduler: make errors more helpful by telling which scheduler has the issue
Commit: 10440086e15a6aa0e9aec58705df5b2700139104
https://github.com/buildbot/buildbot/commit/10440086e15a6aa0e9aec58705df5b2700139104
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
M master/setup.py
Log Message:
-----------
Merge pull request #1500 from sa2ajj/backport-1499
Backport 1499
Commit: a896204c53525206c3d7d391c150452532f2d51b
https://github.com/buildbot/buildbot/commit/a896204c53525206c3d7d391c150452532f2d51b
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M master/buildbot/steps/master.py
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
Make ``path`` renderable in ``MasterShellCommand``.
Commit: ba43a3cdf7c007edb895693d7c703c5be4d76c79
https://github.com/buildbot/buildbot/commit/ba43a3cdf7c007edb895693d7c703c5be4d76c79
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M master/buildbot/process/slavebuilder.py
A master/buildbot/test/unit/test_process_slavebuilder.py
Log Message:
-----------
Try to call startBuild for all slaves, not just latent ones.
Commit: 2c7a55f4c4c2c83fd994c965f4421e1c094103ff
https://github.com/buildbot/buildbot/commit/2c7a55f4c4c2c83fd994c965f4421e1c094103ff
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M master/buildbot/process/slavebuilder.py
Log Message:
-----------
Add a comment about the conditional call.
Commit: ca9ba448f1379816ab1785992e645a1ed8efe984
https://github.com/buildbot/buildbot/commit/ca9ba448f1379816ab1785992e645a1ed8efe984
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
path argument to MasterShellCommand is working directory, not search path.
Commit: 2d91e0ec8a85d93725c90d580c3c2f1541b2c7f8
https://github.com/buildbot/buildbot/commit/2d91e0ec8a85d93725c90d580c3c2f1541b2c7f8
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M master/buildbot/steps/master.py
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
Correctly log the working directory of MasterShellCommand.
Commit: 1f94cf574ba0afdd0594f7ec127c4b359792c0f8
https://github.com/buildbot/buildbot/commit/1f94cf574ba0afdd0594f7ec127c4b359792c0f8
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
lint
Commit: daa5d860f8634f10fa87c72cf294e9aeacaff31d
https://github.com/buildbot/buildbot/commit/daa5d860f8634f10fa87c72cf294e9aeacaff31d
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Add relnotes.
Commit: 958d5cce00a386add1430f53803aa91e6f83e9e5
https://github.com/buildbot/buildbot/commit/958d5cce00a386add1430f53803aa91e6f83e9e5
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/steps/master.py
M master/buildbot/test/unit/test_steps_master.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1509 from tomprince/render-path-in-master-shell-command
Make ``path`` renderable in ``MasterShellCommand``.
Commit: 6291f37c35a7012accdc9f56b316d7b8f0346bc9
https://github.com/buildbot/buildbot/commit/6291f37c35a7012accdc9f56b316d7b8f0346bc9
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/process/slavebuilder.py
A master/buildbot/test/unit/test_process_slavebuilder.py
Log Message:
-----------
Merge pull request #1510 from tomprince/startBuild-to-all-slaves
Try to call startBuild for all slaves, not just latent ones.
Commit: 394224e8ff18e79c7038daff3986c2d2faffbed2
https://github.com/buildbot/buildbot/commit/394224e8ff18e79c7038daff3986c2d2faffbed2
Author: Kevin Chang <kevincgw at gmail.com>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
Allow user to specify baseURL for github api endpoints
Commit: ae6884f2d6634594b03b8a8eaa3566453740bda4
https://github.com/buildbot/buildbot/commit/ae6884f2d6634594b03b8a8eaa3566453740bda4
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
make bulidbot.status.github not bail out on missing txgithub
Commit: 2fa35a1ecf60580ff339b9a431b8377416541937
https://github.com/buildbot/buildbot/commit/2fa35a1ecf60580ff339b9a431b8377416541937
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 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: 61b5f85972254d4c7810a228f4b49b30ad6c6e18
https://github.com/buildbot/buildbot/commit/61b5f85972254d4c7810a228f4b49b30ad6c6e18
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
more cosmetics
Commit: 681ed139e376fda62efd051036bc29aac2c2dc93
https://github.com/buildbot/buildbot/commit/681ed139e376fda62efd051036bc29aac2c2dc93
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 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: 38c48a0dc92e2187fb59f456e24f6d8097f03fca
https://github.com/buildbot/buildbot/commit/38c48a0dc92e2187fb59f456e24f6d8097f03fca
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_status_github.py
Log Message:
-----------
change the used domains to example
Commit: 667749e488ccec699a8e9c5e7fc97c59d51c79ef
https://github.com/buildbot/buildbot/commit/667749e488ccec699a8e9c5e7fc97c59d51c79ef
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_status_github.py
Log Message:
-----------
implement a test case for custom GitHub URL
Commit: 5e802fa1e2a9a9c0e9331bbab407296fba26de5d
https://github.com/buildbot/buildbot/commit/5e802fa1e2a9a9c0e9331bbab407296fba26de5d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 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: 01b56e29ead6c042910e2ee9f974518568fee317
https://github.com/buildbot/buildbot/commit/01b56e29ead6c042910e2ee9f974518568fee317
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/github.py
Log Message:
-----------
simplify syntax
Commit: 6b899db72bf8ea5cdb139876fa0601470274212a
https://github.com/buildbot/buildbot/commit/6b899db72bf8ea5cdb139876fa0601470274212a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/contrib/github_buildbot.py
Log Message:
-----------
adopt contrib/github_buildbot.py from master
Commit: f2f49704de2e25a20d96a3701c2442829aaf2971
https://github.com/buildbot/buildbot/commit/f2f49704de2e25a20d96a3701c2442829aaf2971
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/web/change_hook.py
Log Message:
-----------
make default value for dialects safe
Commit: 5afea13de74bcaba3d1591ddfec49bc0ded021da
https://github.com/buildbot/buildbot/commit/5afea13de74bcaba3d1591ddfec49bc0ded021da
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/web/change_hook.py
Log Message:
-----------
simplify condition
Commit: 45ff5d8716568be0cabbad4929cd36131b9efb26
https://github.com/buildbot/buildbot/commit/45ff5d8716568be0cabbad4929cd36131b9efb26
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
docs nit-picks
Commit: e5ca54321dc6f5ddebedfc9cba5963510f70616f
https://github.com/buildbot/buildbot/commit/e5ca54321dc6f5ddebedfc9cba5963510f70616f
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
fix WebStatus references to use status plugins
Commit: f3a47a18eba449994c136fa9daa93a9554907c28
https://github.com/buildbot/buildbot/commit/f3a47a18eba449994c136fa9daa93a9554907c28
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/web/change_hook.py
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/fake/web.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
M master/docs/manual/cfg-statustargets.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: 41aa4eda10974cacc0f1858f943b6b646dec8ca1
https://github.com/buildbot/buildbot/commit/41aa4eda10974cacc0f1858f943b6b646dec8ca1
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/status/web/hooks/gitlab.py
Log Message:
-----------
make copy of github.process_change into gitlab
Commit: afe1ed3952a54619cda57c4f243f6c15a0fcd59a
https://github.com/buildbot/buildbot/commit/afe1ed3952a54619cda57c4f243f6c15a0fcd59a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_status_web_hooks_github.py
Log Message:
-----------
finalise test cases for github
Commit: 7261c5a72977e335c4ce0135950c66e98df46908
https://github.com/buildbot/buildbot/commit/7261c5a72977e335c4ce0135950c66e98df46908
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
document baseURL parameter of GitHubStatus
Commit: da7a24698cdc20f1d3fbd686614011992964f777
https://github.com/buildbot/buildbot/commit/da7a24698cdc20f1d3fbd686614011992964f777
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
update release notes
Commit: a6291c0a7258d143d64eb73e3489bdaed359862a
https://github.com/buildbot/buildbot/commit/a6291c0a7258d143d64eb73e3489bdaed359862a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/status/web/hooks/gitlab.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
Log Message:
-----------
pep8 fixes
Commit: f44bf2dd9431a6916e8acd4785ffa10bbab4d95d
https://github.com/buildbot/buildbot/commit/f44bf2dd9431a6916e8acd4785ffa10bbab4d95d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths:
M master/buildbot/status/github.py
M master/buildbot/status/web/change_hook.py
M master/buildbot/status/web/hooks/github.py
M master/buildbot/status/web/hooks/gitlab.py
M master/buildbot/test/fake/web.py
M master/buildbot/test/unit/test_status_github.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
M master/buildbot/test/unit/test_util.py
M master/buildbot/util/__init__.py
M master/contrib/github_buildbot.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1487 from sa2ajj/improve-github-support
Improve GitHub support
Commit: 2e5c5ced05615ec80f03b40d7bfe80322cf04f9f
https://github.com/buildbot/buildbot/commit/2e5c5ced05615ec80f03b40d7bfe80322cf04f9f
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/buildbot/config.py
M master/buildbot/interfaces.py
M master/buildbot/process/builder.py
M master/buildbot/status/builder.py
M master/buildbot/status/mail.py
M master/buildbot/status/master.py
M master/buildbot/status/tinderbox.py
M master/buildbot/status/web/builder.py
M master/buildbot/status/web/buildstatus.py
M master/buildbot/status/web/console.py
M master/buildbot/status/web/feeds.py
M master/buildbot/status/web/grid.py
M master/buildbot/status/web/templates/grid.html
M master/buildbot/status/web/templates/grid_macros.html
M master/buildbot/status/web/templates/grid_transposed.html
M master/buildbot/status/web/templates/waterfall.html
M master/buildbot/status/web/templates/waterfallhelp.html
M master/buildbot/status/web/waterfall.py
M master/buildbot/status/words.py
M master/buildbot/test/fake/fakebuild.py
M master/buildbot/test/fake/fakemaster.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_process_builder.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_status_builder_cache.py
M master/buildbot/test/unit/test_status_buildstep.py
M master/buildbot/test/unit/test_status_mail.py
M master/buildbot/test/unit/test_status_words.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
Tags: backport to eight
Commit: e976b6f26a930b6c392ab16dbfbfefaa6dfa855a
https://github.com/buildbot/buildbot/commit/e976b6f26a930b6c392ab16dbfbfefaa6dfa855a
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/buildbot/status/builder.py
M master/buildbot/status/web/waterfall.py
Log Message:
-----------
Tags: address review comments and fix pyflakes
Commit: bcd879871aee83c27d2a9171505288c5090cc9b0
https://github.com/buildbot/buildbot/commit/bcd879871aee83c27d2a9171505288c5090cc9b0
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/docs/manual/cfg-builders.rst
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Tags: fix up docs
Commit: 0d453790b8906ba0a2d5cc87cc1c869231247447
https://github.com/buildbot/buildbot/commit/0d453790b8906ba0a2d5cc87cc1c869231247447
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/buildbot/status/web/console.py
Log Message:
-----------
console.py: remove a purported chromium workaround from 0.7
It's not clear what this code was intended to do and not sure if it should even still work like that
Commit: 4a92740d4e44e2ae264cc261c0c0356f29b60d92
https://github.com/buildbot/buildbot/commit/4a92740d4e44e2ae264cc261c0c0356f29b60d92
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/buildbot/status/tinderbox.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
Tags: fix pep8 issues
Commit: 760357db188d16841285db53a2405118de3fac33
https://github.com/buildbot/buildbot/commit/760357db188d16841285db53a2405118de3fac33
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/buildbot/config.py
M master/buildbot/interfaces.py
M master/buildbot/process/builder.py
M master/buildbot/status/builder.py
M master/buildbot/status/mail.py
M master/buildbot/status/master.py
M master/buildbot/status/tinderbox.py
M master/buildbot/status/web/builder.py
M master/buildbot/status/web/buildstatus.py
M master/buildbot/status/web/console.py
M master/buildbot/status/web/feeds.py
M master/buildbot/status/web/grid.py
M master/buildbot/status/web/templates/grid.html
M master/buildbot/status/web/templates/grid_macros.html
M master/buildbot/status/web/templates/grid_transposed.html
M master/buildbot/status/web/templates/waterfall.html
M master/buildbot/status/web/templates/waterfallhelp.html
M master/buildbot/status/web/waterfall.py
M master/buildbot/status/words.py
M master/buildbot/test/fake/fakebuild.py
M master/buildbot/test/fake/fakemaster.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_process_builder.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_status_builder_cache.py
M master/buildbot/test/unit/test_status_buildstep.py
M master/buildbot/test/unit/test_status_mail.py
M master/buildbot/test/unit/test_status_words.py
M master/buildbot/test/util/steps.py
M master/docs/manual/cfg-builders.rst
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1502 from jaredgrubb/BuilderTags
Tags: backport #928 to eight
Commit: b5f7cf9312c38d2df1c011bb1077b1ccd2115edd
https://github.com/buildbot/buildbot/commit/b5f7cf9312c38d2df1c011bb1077b1ccd2115edd
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/buildbot/status/web/console.py
M master/buildbot/status/web/templates/console.html
Log Message:
-----------
fix forgotten bits
Commit: 47bff6a1193b9b308aa2bd81e211328bb94e6afa
https://github.com/buildbot/buildbot/commit/47bff6a1193b9b308aa2bd81e211328bb94e6afa
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M master/buildbot/status/web/console.py
M master/buildbot/status/web/templates/console.html
Log Message:
-----------
Merge pull request #1514 from sa2ajj/partial-fix
Partial fix for #1502
Commit: 522f1ff50f982481fd0aa80c6c3953cc322b1dc0
https://github.com/buildbot/buildbot/commit/522f1ff50f982481fd0aa80c6c3953cc322b1dc0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M master/buildbot/status/web/console.py
Log Message:
-----------
fix overwriting tags
Commit: 41bce6e5c03073aeeaaca46629495e0cfa26bd23
https://github.com/buildbot/buildbot/commit/41bce6e5c03073aeeaaca46629495e0cfa26bd23
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M master/buildbot/status/web/console.py
Log Message:
-----------
Merge pull request #1515 from sa2ajj/fix-another-shadow
fix overwriting tags
Commit: 6fa7ed1276284c7840e73089054ce75dadcce3d1
https://github.com/buildbot/buildbot/commit/6fa7ed1276284c7840e73089054ce75dadcce3d1
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M master/buildbot/process/properties.py
Log Message:
-----------
allow '.'s and '_'s in properties Interpolate understands
the current situation is bad since GerritChangeSource produces
properties that contain '.'s and Interpolate does not allow to use them
Commit: ec0f5a2f7e6ac54a4c02c8572b64f2b393f3c872
https://github.com/buildbot/buildbot/commit/ec0f5a2f7e6ac54a4c02c8572b64f2b393f3c872
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M master/buildbot/process/properties.py
Log Message:
-----------
Merge pull request #1519 from sa2ajj/backport-relax-interpolate-ident
allow '.'s and '_'s in properties Interpolate understands
Commit: c9cf4b12f90f3b77e0235176df6253da5a818148
https://github.com/buildbot/buildbot/commit/c9cf4b12f90f3b77e0235176df6253da5a818148
Author: Cody P Schafer <dev at codyps.com>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/docs/relnotes/index.rst
Log Message:
-----------
git: force submodule update so local changes/files are overwritten
Without this, we sometimes get "Your local changes to the following
files would be overwritten by checkout" when submodules are updates.
On the non-submodule side, we're already using reset instead of
checkout to avoid this.
Signed-off-by: Cody P Schafer <dev at codyps.com>
Conflicts:
master/docs/relnotes/index.rst
Commit: 793278906b77f528c1152c2b3293de05acbad7a4
https://github.com/buildbot/buildbot/commit/793278906b77f528c1152c2b3293de05acbad7a4
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M master/buildbot/db/schedulers.py
Log Message:
-----------
after failure to insert, re-start the transaction before updating
Commit: bf3fa43cbceecebbc90d0b05e561f6495ff98f3c
https://github.com/buildbot/buildbot/commit/bf3fa43cbceecebbc90d0b05e561f6495ff98f3c
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1520 from sa2ajj/backport-1167
git: force submodule update so local changes/files are overwritten
Commit: 5055f557b72ee0fd404d4813f1debcf0f7ad08bb
https://github.com/buildbot/buildbot/commit/5055f557b72ee0fd404d4813f1debcf0f7ad08bb
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M master/buildbot/db/schedulers.py
Log Message:
-----------
Merge pull request #1522 from djmitche/fix-postgres-error
after failure to insert, re-start the transaction before updating
Commit: 42df05832edffd0c3ee36acc8f9ce913c3e010d6
https://github.com/buildbot/buildbot/commit/42df05832edffd0c3ee36acc8f9ce913c3e010d6
Author: Andrew Hammond <ahammond at anchorfree.com>
Date: 2015-02-09 (Mon, 09 Feb 2015)
Changed paths:
A master/buildbot/status/status_stash.py
A master/buildbot/test/unit/test_status_stash.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Add the StashStatusPush handler
Commit: f07a09df337b8c4355870b7f93b952a61f2cd996
https://github.com/buildbot/buildbot/commit/f07a09df337b8c4355870b7f93b952a61f2cd996
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2015-02-09 (Mon, 09 Feb 2015)
Changed paths:
M .travis.yml
Log Message:
-----------
fix pep8 at 1.5.7
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 14739138bb40a15f86fe4f4088356d7bef525d23
https://github.com/buildbot/buildbot/commit/14739138bb40a15f86fe4f4088356d7bef525d23
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-09 (Mon, 09 Feb 2015)
Changed paths:
M .travis.yml
A master/buildbot/status/status_stash.py
A master/buildbot/test/unit/test_status_stash.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1537 from sa2ajj/fix-pep-for-pr1508
Add the StashStatusPush handler
Commit: a68a3aea425fc5e39d21efaeeaa51b78611e5532
https://github.com/buildbot/buildbot/commit/a68a3aea425fc5e39d21efaeeaa51b78611e5532
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
enable checks
* add @d.addCallback
* fix the attribute name (headers -> header)
Commit: 79aa094407ef927438e3d2da8c7d2fdbff33b84d
https://github.com/buildbot/buildbot/commit/79aa094407ef927438e3d2da8c7d2fdbff33b84d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
Merge pull request #1540 from sa2ajj/fix-some-tests
enable checks
Commit: 7f55ef07561970bd3c809749159f94457c6d1cc6
https://github.com/buildbot/buildbot/commit/7f55ef07561970bd3c809749159f94457c6d1cc6
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-21 (Sat, 21 Feb 2015)
Changed paths:
M master/buildbot/process/buildstep.py
Log Message:
-----------
Builstep.ShellMixin: pass the stdout/stderr params through
Commit: 69a424986287379a8b29b02817cba0578bb5f802
https://github.com/buildbot/buildbot/commit/69a424986287379a8b29b02817cba0578bb5f802
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-02-22 (Sun, 22 Feb 2015)
Changed paths:
A master/buildbot/test/unit/test_process_logobserver.py
Log Message:
-----------
Add unit test for trac issue
Commit: d7ab5ddcd20ebb31fe17d89333f14341495fa4c1
https://github.com/buildbot/buildbot/commit/d7ab5ddcd20ebb31fe17d89333f14341495fa4c1
Author: Vitali Lovich <vlovich+github at gmail.com>
Date: 2015-02-22 (Sun, 22 Feb 2015)
Changed paths:
M master/buildbot/process/logobserver.py
Log Message:
-----------
Fix trac ticket 3207
The unicode output in a log is lost & is treated as an ASCII string when there are multiple chunks.
This can cause exceptions when mixing strings which will validate that the contents of an "ascii" string are ascii.
Commit: 2d42031a431d1d617bf0e7539af6c4162651c436
https://github.com/buildbot/buildbot/commit/2d42031a431d1d617bf0e7539af6c4162651c436
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2015-02-22 (Sun, 22 Feb 2015)
Changed paths:
M master/buildbot/test/unit/test_process_logobserver.py
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
pep8
Commit: ebdc9faee4998498ccd38a30a0f5adb19b1187ee
https://github.com/buildbot/buildbot/commit/ebdc9faee4998498ccd38a30a0f5adb19b1187ee
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2015-02-22 (Sun, 22 Feb 2015)
Changed paths:
M master/buildbot/process/logobserver.py
A master/buildbot/test/unit/test_process_logobserver.py
M master/buildbot/test/unit/test_steps_master.py
Log Message:
-----------
Merge branch 'pull1545' into eight
Commit: 0a61e4306b549662f290729424ebb2ab60dad7b1
https://github.com/buildbot/buildbot/commit/0a61e4306b549662f290729424ebb2ab60dad7b1
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-22 (Sun, 22 Feb 2015)
Changed paths:
M master/buildbot/process/buildstep.py
Log Message:
-----------
Builstep.ShellMixin: reuse logs when they already exist
Commit: 06accf9b11679c70b864254b646a3a404ce18e84
https://github.com/buildbot/buildbot/commit/06accf9b11679c70b864254b646a3a404ce18e84
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-23 (Mon, 23 Feb 2015)
Changed paths:
M master/buildbot/process/buildstep.py
Log Message:
-----------
Merge pull request #1555 from jaredgrubb/ShellMixinLogs
[eight] ShellMixin: two minor logging fixes
Commit: d56a5015791702302537448a466968c60df8aee9
https://github.com/buildbot/buildbot/commit/d56a5015791702302537448a466968c60df8aee9
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-25 (Wed, 25 Feb 2015)
Changed paths:
M master/docs/manual/cfg-schedulers.rst
Log Message:
-----------
fix docs for createAbsoluteSourceStamps scheduler parameter
* this is not a common parameter (applicable only for
SingleBranchScheduler and Nigthly schedulers)
* for simplicity just copy the docs to two places
Commit: 1ee65840d01312669ff13651d20ffb5dedbd56a8
https://github.com/buildbot/buildbot/commit/1ee65840d01312669ff13651d20ffb5dedbd56a8
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2015-02-26 (Thu, 26 Feb 2015)
Changed paths:
M master/buildbot/process/buildstep.py
M master/docs/manual/cfg-schedulers.rst
Log Message:
-----------
Merge sa2ajj/buildbot:fix-schedulers-docs (PR #1562)
Commit: 943cff64c9285fa7adc879b3542c9964353d7bf8
https://github.com/buildbot/buildbot/commit/943cff64c9285fa7adc879b3542c9964353d7bf8
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
M master/buildbot/steps/source/cvs.py
M master/buildbot/test/unit/test_steps_source_cvs.py
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
fix login functionality for master side CVS source checkout step
* perform login only when password is provided
* do actually use the password
* fix the test cases (for vast majority remove use of login parameter)
* update docs to document the `login` parameter
Commit: 1295d283a5aae4b620fb3ddb2b6a3b132bb303f9
https://github.com/buildbot/buildbot/commit/1295d283a5aae4b620fb3ddb2b6a3b132bb303f9
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-28 (Sat, 28 Feb 2015)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/unit/test_process_buildstep.py
Log Message:
-----------
ShellMixin: workdir should be overridable
Commit: 77419d7cdb14c0ed6f0b91807bfe26a1badc42e9
https://github.com/buildbot/buildbot/commit/77419d7cdb14c0ed6f0b91807bfe26a1badc42e9
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-02-28 (Sat, 28 Feb 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Add docs note about the fix.
Commit: 3fa4ac35be4c6bb10b39c54fa985a7cec02b126f
https://github.com/buildbot/buildbot/commit/3fa4ac35be4c6bb10b39c54fa985a7cec02b126f
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-03-01 (Sun, 01 Mar 2015)
Changed paths:
M master/buildbot/steps/source/cvs.py
M master/buildbot/test/unit/test_steps_source_cvs.py
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Merge pull request #1563 from sa2ajj/eight-fix-cvs
fix logic for performing login for CVS build step
Commit: d4bdf212b7b53e8dc7c0590d70f8ca54714c005c
https://github.com/buildbot/buildbot/commit/d4bdf212b7b53e8dc7c0590d70f8ca54714c005c
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1553 from jaredgrubb/ShellMixinWorkdir
[eight] ShellMixin: workdir should be overridable
Commit: fe96d8daa283e9725d1096214f2b1cdbbbf09d4c
https://github.com/buildbot/buildbot/commit/fe96d8daa283e9725d1096214f2b1cdbbbf09d4c
Author: stanzgy <stanzgy at gmail.com>
Date: 2015-03-03 (Tue, 03 Mar 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: e45a64b6f60e51ed17b23716428adb8d0908893f
https://github.com/buildbot/buildbot/commit/e45a64b6f60e51ed17b23716428adb8d0908893f
Author: Adi Roiban <adi.roiban at chevah.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M master/buildbot/status/builder.py
A master/buildbot/test/unit/test_status_builder.py
Log Message:
-----------
Initial fix.
Commit: 602929ab55f8da06ff68a233cc096d1671cf17f6
https://github.com/buildbot/buildbot/commit/602929ab55f8da06ff68a233cc096d1671cf17f6
Author: Adi Roiban <adi.roiban at chevah.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M master/buildbot/status/builder.py
M master/buildbot/test/unit/test_status_builder.py
Log Message:
-----------
Use different logic code. Update py 2.6.
Commit: 1834b6ba71a0a3fd4766f7fd61c38f2208d7c0cb
https://github.com/buildbot/buildbot/commit/1834b6ba71a0a3fd4766f7fd61c38f2208d7c0cb
Author: Adi Roiban <adi.roiban at chevah.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M master/buildbot/test/unit/test_status_builder.py
Log Message:
-----------
Fix paranthesys.
Commit: 36189368dcd9452d97f9b24501d95f7a823828d5
https://github.com/buildbot/buildbot/commit/36189368dcd9452d97f9b24501d95f7a823828d5
Author: Adi Roiban <adi.roiban at chevah.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M master/buildbot/test/unit/test_status_builder.py
Log Message:
-----------
Fix for python 2.6.
Commit: 37b828f993855f16ff5e82f757b218f46a6b1bfa
https://github.com/buildbot/buildbot/commit/37b828f993855f16ff5e82f757b218f46a6b1bfa
Author: Adi Roiban <adi.roiban at chevah.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M master/buildbot/test/unit/test_status_builder.py
Log Message:
-----------
Fix syntax.
Commit: 2cfefa0f0f926ac1cad65f0dfa7284d2dfe3bc1a
https://github.com/buildbot/buildbot/commit/2cfefa0f0f926ac1cad65f0dfa7284d2dfe3bc1a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
Merge pull request #1575 from stanzgy/eight
Fix GerritStatusPush 'startCB' not work
Commit: 3a0a1f962f29b2efd504323a6baaa9703e179141
https://github.com/buildbot/buildbot/commit/3a0a1f962f29b2efd504323a6baaa9703e179141
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-03-14 (Sat, 14 Mar 2015)
Changed paths:
M master/buildbot/status/builder.py
A master/buildbot/test/unit/test_status_builder.py
Log Message:
-----------
Merge pull request #1576 from chevah/matchesAnyTag-eight
Fix logic in buildbot.status.builder:BuilderStatus.matchesAnyTag
Commit: aac55557a2252d126683c3c307cac2c4371ab7ef
https://github.com/buildbot/buildbot/commit/aac55557a2252d126683c3c307cac2c4371ab7ef
Author: Edmund Wong <ewongbb at pw-wspx.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)
Changed paths:
M master/docs/conf.py
Log Message:
-----------
Needs a change in conf.py to pass sphinx test.
Commit: 9f558c1d794b6204de0658cc9d9cc084beaf269e
https://github.com/buildbot/buildbot/commit/9f558c1d794b6204de0658cc9d9cc084beaf269e
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2015-03-15 (Sun, 15 Mar 2015)
Changed paths:
M master/docs/conf.py
Log Message:
-----------
Merge djmitche/buildbot:bug3232 (PR #1599)
Commit: 1f4a3f3298113b961fd460457be2d522c1350b70
https://github.com/buildbot/buildbot/commit/1f4a3f3298113b961fd460457be2d522c1350b70
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2015-03-18 (Wed, 18 Mar 2015)
Changed paths:
M slave/buildslave/runprocess.py
Log Message:
-----------
Fix sigtermTime race.
If twisted notices that a process dies between when SIGTERM is sent,
then RunProcess.process.pid will be None, causing checkDead to fail.
In any case, the timer will be leaked, and it will be cancelled after having
been called.
Commit: 05ada3b50e7289d4662eff8bea81eda419295c6d
https://github.com/buildbot/buildbot/commit/05ada3b50e7289d4662eff8bea81eda419295c6d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-03-18 (Wed, 18 Mar 2015)
Changed paths:
M slave/buildslave/runprocess.py
Log Message:
-----------
Merge pull request #1604 from tomprince/sigtermTime-race-condition
Fix sigtermTime race.
Commit: 9b7dc8d446d468edc9e1f96eccfb82a0153dfb33
https://github.com/buildbot/buildbot/commit/9b7dc8d446d468edc9e1f96eccfb82a0153dfb33
Author: Роман Донченко <dpb at corrigendum.ru>
Date: 2015-03-26 (Thu, 26 Mar 2015)
Changed paths:
M master/buildbot/status/mail.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Don't hardcode TLS version to SSLv3
SSL 3.0 is now considered insecure (because of the POODLE attack), and
servers are starting to turn it off. In any case, hardcoding a particular
version is a bad idea - let Twisted figure out which version to use.
Commit: 0fdf8358d3563b4b1deaf249940064d314d514ef
https://github.com/buildbot/buildbot/commit/0fdf8358d3563b4b1deaf249940064d314d514ef
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2015-03-26 (Thu, 26 Mar 2015)
Changed paths:
M master/buildbot/db/schedulers.py
M master/buildbot/test/unit/test_db_schedulers.py
Log Message:
-----------
Test for mixed failure of classifyChanges
Test for an insert failure midway through a classification, in which
case the rollback shouldn't roll back any successful inserts.
Fixes #2696.
(Backport of d8d375352687b6d88ae960416a3d25bce1de4854)
Commit: e3d65f1d723dc5aaefd3a85955de94992d70fc80
https://github.com/buildbot/buildbot/commit/e3d65f1d723dc5aaefd3a85955de94992d70fc80
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-03-27 (Fri, 27 Mar 2015)
Changed paths:
M master/buildbot/status/mail.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1612 from SpecLad/unhardcode-sslv3
Don't hardcode TLS version to SSLv3
Commit: fac64522ffa48d095870b7368353186271b4c398
https://github.com/buildbot/buildbot/commit/fac64522ffa48d095870b7368353186271b4c398
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-03-27 (Fri, 27 Mar 2015)
Changed paths:
M master/buildbot/db/schedulers.py
M master/buildbot/test/unit/test_db_schedulers.py
Log Message:
-----------
Merge pull request #1614 from djmitche/bug2696-eight-rebased
Test for mixed failure of classifyChanges
Commit: 2b0dda1956cf872e3bc3c76bfaae9bcd4fb19f48
https://github.com/buildbot/buildbot/commit/2b0dda1956cf872e3bc3c76bfaae9bcd4fb19f48
Author: Kevin Funk <kfunk at kde.org>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Git: Do 'submoduly sync' before 'submodule update'
See 'git submodule sync' man page:
"This is useful when submodule URLs change upstream
and you need to update your local repositories accordingly."
Fixes #2155
Commit: 584b077c1a8c2acab91f50c674a1639f63aeac06
https://github.com/buildbot/buildbot/commit/584b077c1a8c2acab91f50c674a1639f63aeac06
Author: Kevin Funk <kfunk at kde.org>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M master/buildbot/status/web/files/default.css
Log Message:
-----------
Don't use custom font for log view
Possibly a controversial change, here's my reasoning:
- Let's not force a specific monospace font on the user,
<pre> already renders the text accordingly
- This is an almost raw plain text view, so use the browser defaults
- Courier New is just an awful font
Commit: 3d47f1668fcd6b37e1d502b5b194a4187f8accd1
https://github.com/buildbot/buildbot/commit/3d47f1668fcd6b37e1d502b5b194a4187f8accd1
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1618 from krf/git-submodule-sync
Git: Do 'submodule sync' before 'submodule update'
Fixes ticket:2155
Commit: da2966967d6c48a7088d56c2aa8fb5f3f2a4b068
https://github.com/buildbot/buildbot/commit/da2966967d6c48a7088d56c2aa8fb5f3f2a4b068
Author: Thomas Vander Stichele <thomasvs at google.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
M master/buildbot/steps/source/oldsource.py
Log Message:
-----------
Pass correct number of args to constructor for bk
Commit: d7b0e976a080d31d26989721ab780d1b8736be1d
https://github.com/buildbot/buildbot/commit/d7b0e976a080d31d26989721ab780d1b8736be1d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-04 (Sat, 04 Apr 2015)
Changed paths:
M master/buildbot/steps/source/oldsource.py
Log Message:
-----------
Merge pull request #1623 from thomasvs/bug-bitkeeper
Pass correct number of args to constructor for bk
Commit: 8813fbfcd9d8690c66a75f307b52f803a0054288
https://github.com/buildbot/buildbot/commit/8813fbfcd9d8690c66a75f307b52f803a0054288
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-07 (Tue, 07 Apr 2015)
Changed paths:
M master/buildbot/status/web/files/default.css
Log Message:
-----------
Merge pull request #1619 from krf/logview-fixfont
Don't use custom font for log view
Commit: 3fd04fd4e8f7e208a489e25f5deb0ff844c4a81f
https://github.com/buildbot/buildbot/commit/3fd04fd4e8f7e208a489e25f5deb0ff844c4a81f
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M master/buildbot/test/unit/test_status_web_hooks_github.py
Log Message:
-----------
Add unit test for github change hook codebase parameter
Commit: 475cced1027d257deeeef358c36f5d468c42870b
https://github.com/buildbot/buildbot/commit/475cced1027d257deeeef358c36f5d468c42870b
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.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: 1571f39bb60411a4bea8270bbddf31b8ba6e4df6
https://github.com/buildbot/buildbot/commit/1571f39bb60411a4bea8270bbddf31b8ba6e4df6
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1631 from esben/github-codebase-callback
Allow function callback for setting codebase in github hook
Commit: b0af2f9f9803244c11a23c453ba8862838af85bc
https://github.com/buildbot/buildbot/commit/b0af2f9f9803244c11a23c453ba8862838af85bc
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Add pull_request support for github change hook handler
Signed-off-by: Esben Haabendal <esben at haabendal.dk>
Commit: f9b7dd681129a39d49e6f40f9e30fc84f6a569f4
https://github.com/buildbot/buildbot/commit/f9b7dd681129a39d49e6f40f9e30fc84f6a569f4
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Update release notes
Commit: 31851c46ede00fd52361d0237c5dd4581d888d96
https://github.com/buildbot/buildbot/commit/31851c46ede00fd52361d0237c5dd4581d888d96
Author: Esben Haabendal <esben at haabendal.dk>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M master/buildbot/test/unit/test_status_web_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: f9cddecb8c5fab6de7add917857a55b0cc7232d3
https://github.com/buildbot/buildbot/commit/f9cddecb8c5fab6de7add917857a55b0cc7232d3
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1632 from esben/github-pr
Add pull_request support for github change hook handler
Commit: 4e9d3601918282be1807d3974f450d8341c8eba5
https://github.com/buildbot/buildbot/commit/4e9d3601918282be1807d3974f450d8341c8eba5
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M master/buildbot/test/unit/test_status_web_hooks_github.py
Log Message:
-----------
Merge pull request #1633 from esben/github-change-hook-unittest-fixup
Rewrite github change hook unit tests to use @defer.inlineCallbacks
Commit: 644854266fa2044c6c5c77af0ce32ee3daf9c459
https://github.com/buildbot/buildbot/commit/644854266fa2044c6c5c77af0ce32ee3daf9c459
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M master/docs/developer/plugins-publish.rst
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-statustargets.rst
M master/docs/manual/cmdline.rst
M master/docs/manual/customization.rst
Log Message:
-----------
Sphinx: fix warnings
Commit: f629facd2debff66a17739fce1c586601c24b8e2
https://github.com/buildbot/buildbot/commit/f629facd2debff66a17739fce1c586601c24b8e2
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-19 (Sun, 19 Apr 2015)
Changed paths:
M master/docs/developer/plugins-publish.rst
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-statustargets.rst
M master/docs/manual/cmdline.rst
M master/docs/manual/customization.rst
Log Message:
-----------
Merge pull request #1635 from jaredgrubb/jgrubb-fix-sphinx
[eight] FIx sphinx errors
Commit: 20b311c52402cf1cc02284ac73aab6e258e484eb
https://github.com/buildbot/buildbot/commit/20b311c52402cf1cc02284ac73aab6e258e484eb
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-04-19 (Sun, 19 Apr 2015)
Changed paths:
M master/buildbot/steps/trigger.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Dynamic trigger: backport from nine
Commit: 6b3a81ad5119851d099ab364d1738f610ae65035
https://github.com/buildbot/buildbot/commit/6b3a81ad5119851d099ab364d1738f610ae65035
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-04-19 (Sun, 19 Apr 2015)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Trigger doc: add note about properties in dynamic triggers
Commit: f01f2d4cd0e5138ccc86419efeadd3ce6a47a9c6
https://github.com/buildbot/buildbot/commit/f01f2d4cd0e5138ccc86419efeadd3ce6a47a9c6
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-04-19 (Sun, 19 Apr 2015)
Changed paths:
M master/buildbot/steps/trigger.py
Log Message:
-----------
Address review comments
Commit: 532cf498759a24ba37fa9f6acf3a589abb9084f7
https://github.com/buildbot/buildbot/commit/532cf498759a24ba37fa9f6acf3a589abb9084f7
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M master/buildbot/steps/trigger.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1636 from jaredgrubb/jgrubb-backport-dyn-scheduler
Backport the "dynamic trigger" from nine
Commit: 93c216d8ecc5a4262f2c5e91890053b3f967a306
https://github.com/buildbot/buildbot/commit/93c216d8ecc5a4262f2c5e91890053b3f967a306
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-21 (Tue, 21 Apr 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
prepare release notes for release
Commit: f0fb752d1c3c289a939b20488117579d4de5a833
https://github.com/buildbot/buildbot/commit/f0fb752d1c3c289a939b20488117579d4de5a833
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-21 (Tue, 21 Apr 2015)
Changed paths:
A master/docs/relnotes/0.8.11.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
archive release notes
Commit: 205deee611fb6d6f90cbac26fb6606caff071b4a
https://github.com/buildbot/buildbot/commit/205deee611fb6d6f90cbac26fb6606caff071b4a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-21 (Tue, 21 Apr 2015)
Changed paths:
R master/docs/relnotes/0.8.11.rst
A master/docs/relnotes/0.8.12.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
fix the version
Commit: af4577f9f03db976ac4f05f12ca04516f9e85182
https://github.com/buildbot/buildbot/commit/af4577f9f03db976ac4f05f12ca04516f9e85182
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-04-25 (Sat, 25 Apr 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Git: Use RC_SUCCESS instead of 0
Commit: 81e770265bc9ffb332a4cb35a58a4ec2d7924491
https://github.com/buildbot/buildbot/commit/81e770265bc9ffb332a4cb35a58a4ec2d7924491
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-30 (Thu, 30 Apr 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Merge pull request #1640 from jaredgrubb/jgrubb-git-magic-nums
Git: Use RC_SUCCESS instead of 0
Commit: 7510fd2d138beffdb99bd4deff988c78e52c13d3
https://github.com/buildbot/buildbot/commit/7510fd2d138beffdb99bd4deff988c78e52c13d3
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-01 (Fri, 01 May 2015)
Changed paths:
M master/buildbot/test/unit/test_plugins.py
Log Message:
-----------
Pylint: fix an issue
Commit: bfdfc2371e5931d74b7812be1f3bc0bfe1dc53ca
https://github.com/buildbot/buildbot/commit/bfdfc2371e5931d74b7812be1f3bc0bfe1dc53ca
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-01 (Fri, 01 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Git: make _sourcedirIsUpdatable a defer.inlineCallbacks
Commit: 6a678e5cf3dfebbc5808119c8a721736bdbaf15e
https://github.com/buildbot/buildbot/commit/6a678e5cf3dfebbc5808119c8a721736bdbaf15e
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-01 (Fri, 01 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Git: remove the 'fetchcount' var; never used anywhere
Commit: c30fc8b4e75a9ceba2535a6d7eb0d3db44258885
https://github.com/buildbot/buildbot/commit/c30fc8b4e75a9ceba2535a6d7eb0d3db44258885
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-05 (Tue, 05 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Minor update based on review feedback
Commit: 00f6a7b9b05bb3f910676bd4dbcbca58c5653364
https://github.com/buildbot/buildbot/commit/00f6a7b9b05bb3f910676bd4dbcbca58c5653364
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-06 (Wed, 06 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Git._fetch: move to defer.inlineCallbacks
Commit: 4a61dba1650428eafb6e224de099a3be26a2a001
https://github.com/buildbot/buildbot/commit/4a61dba1650428eafb6e224de099a3be26a2a001
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Address review comments
Commit: 117aea0641e8f4416f52d0dd6157ba27af4bb119
https://github.com/buildbot/buildbot/commit/117aea0641e8f4416f52d0dd6157ba27af4bb119
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-09 (Sat, 09 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_plugins.py
Log Message:
-----------
Merge pull request #1655 from jaredgrubb/jgrubb-git-inline-1
[eight] Backport of my prior updates in Git (Pull #1649)
Commit: bfc17a22a087b21657ada50073b4afc22a4a4b10
https://github.com/buildbot/buildbot/commit/bfc17a22a087b21657ada50073b4afc22a4a4b10
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-10 (Sun, 10 May 2015)
Changed paths:
M master/buildbot/steps/transfer.py
M master/buildbot/test/unit/test_steps_transfer.py
Log Message:
-----------
StringDownload: fix an exception that happens if the transfer fails
Simple 'None' check is required.
Adding new unit test that does fail without the patch.
Commit: d3aa0bc98f86aee2779e911306b0669ce11e5cb7
https://github.com/buildbot/buildbot/commit/d3aa0bc98f86aee2779e911306b0669ce11e5cb7
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-10 (Sun, 10 May 2015)
Changed paths:
M master/buildbot/test/unit/test_steps_transfer.py
Log Message:
-----------
Fix pep8 whitespace issues
Commit: 5cf4d303ed51b942f601214f62fae8f295d6dcca
https://github.com/buildbot/buildbot/commit/5cf4d303ed51b942f601214f62fae8f295d6dcca
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-11 (Mon, 11 May 2015)
Changed paths:
M master/buildbot/steps/transfer.py
M master/buildbot/test/unit/test_steps_transfer.py
Log Message:
-----------
Merge pull request #1657 from jaredgrubb/jgrubb-string-download-fail
SringDownload: fix a missing "None" check
Commit: 46af9c58dc301b77ff09e4913ac1d319abb819b0
https://github.com/buildbot/buildbot/commit/46af9c58dc301b77ff09e4913ac1d319abb819b0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M master/buildbot/status/status_gerrit.py
Log Message:
-----------
provide build itself for those who need it
Summary callback differs from the review build callback in lack of the
actual build instance: the former only gets particular information about
builds.
In some situations, the build itself is required to do some magic.
Commit: 7f585341713b74f2f6197ab679740063f28c02c1
https://github.com/buildbot/buildbot/commit/7f585341713b74f2f6197ab679740063f28c02c1
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-15 (Fri, 15 May 2015)
Changed paths:
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
fix test cases
Commit: d4d40531a725d1e2009dcb024533ad561c3e9710
https://github.com/buildbot/buildbot/commit/d4d40531a725d1e2009dcb024533ad561c3e9710
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-16 (Sat, 16 May 2015)
Changed paths:
M .travis.yml
Log Message:
-----------
test txgithub with the latest supported Python only
Commit: 1444e324f4b032365029f0128a3d0af874b61b46
https://github.com/buildbot/buildbot/commit/1444e324f4b032365029f0128a3d0af874b61b46
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-16 (Sat, 16 May 2015)
Changed paths:
M master/buildbot/process/buildstep.py
Log Message:
-----------
Make sure that locks are renderable.
The expected usage is that someone would create a renderable that
returns a list of locks so that this list can be dynamic.
Commit: 8721f23f8b155f0811ce9e5c1f7324023f38a65e
https://github.com/buildbot/buildbot/commit/8721f23f8b155f0811ce9e5c1f7324023f38a65e
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-16 (Sat, 16 May 2015)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-interlocks.rst
Log Message:
-----------
Update documentation
Commit: 6558cd5834cc0310eda74e7f7d72cf9988a14dfa
https://github.com/buildbot/buildbot/commit/6558cd5834cc0310eda74e7f7d72cf9988a14dfa
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M .travis.yml
M master/buildbot/status/status_gerrit.py
M master/buildbot/test/unit/test_status_gerrit.py
Log Message:
-----------
Merge pull request #1663 from sa2ajj/gerrit-summary-with-builds
provide build itself for those who need it
Commit: f2c6ef796f7ae411a156d7ce66558a652efc3bd2
https://github.com/buildbot/buildbot/commit/f2c6ef796f7ae411a156d7ce66558a652efc3bd2
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Git: add 'origin' option
Commit: e4d5d7de23a1e5a515740fa0338126e136bcf59b
https://github.com/buildbot/buildbot/commit/e4d5d7de23a1e5a515740fa0338126e136bcf59b
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/changes/filter.py
Log Message:
-----------
change.properties is a IProperties, so api is getProperty()
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 62f5c03148364696124488d66bc77c1681359bca
https://github.com/buildbot/buildbot/commit/62f5c03148364696124488d66bc77c1681359bca
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
Fix unit test issue
Commit: 8df4ed3a0db1bd337f0d92da6364b6bc0366705a
https://github.com/buildbot/buildbot/commit/8df4ed3a0db1bd337f0d92da6364b6bc0366705a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-20 (Wed, 20 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1680 from jaredgrubb/git-origin-eight
[eight backport] Git: add 'origin' option
Commit: 383eecfe597051e8582cf046a0fe55b8108df5e6
https://github.com/buildbot/buildbot/commit/383eecfe597051e8582cf046a0fe55b8108df5e6
Author: Jared Grubb <jgrubb at apple.com>
Date: 2015-05-24 (Sun, 24 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Git._fetch: move to defer.inlineCallbacks
Commit: f4a7f594b4da70abc24cf8e18bf01504dd53cfca
https://github.com/buildbot/buildbot/commit/f4a7f594b4da70abc24cf8e18bf01504dd53cfca
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Merge pull request #1689 from jaredgrubb/git-inline-fetch-eight
Git._fetch: move to defer.inlineCallbacks
Commit: ca8ebbec0da2bea4ce086c674b02218d7d51810e
https://github.com/buildbot/buildbot/commit/ca8ebbec0da2bea4ce086c674b02218d7d51810e
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M master/buildbot/test/unit/test_changes_filter.py
Log Message:
-----------
unit test
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 3a32acee96537f4500fb6bc2c6f51eebe5d8aa2f
https://github.com/buildbot/buildbot/commit/3a32acee96537f4500fb6bc2c6f51eebe5d8aa2f
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M master/buildbot/test/unit/test_changes_filter.py
Log Message:
-----------
address review comments
Commit: 730a53a9b5b023d758a1f9fe1f3f3e0deab06a61
https://github.com/buildbot/buildbot/commit/730a53a9b5b023d758a1f9fe1f3f3e0deab06a61
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
A master/buildbot/test/fake/change.py
M master/buildbot/test/unit/test_changes_filter.py
M master/buildbot/test/unit/test_changes_gerritchangesource.py
Log Message:
-----------
factorize fake Change
Commit: be88a50d6ecc10df9c8db50abb77b5b59e7ca4f4
https://github.com/buildbot/buildbot/commit/be88a50d6ecc10df9c8db50abb77b5b59e7ca4f4
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M master/buildbot/changes/gerritchangesource.py
M master/buildbot/test/unit/test_changes_gerritchangesource.py
Log Message:
-----------
handle missing account properties for GerritChangeSource
* create a separate function to convert account properties
* make use of the function in all cases where the situation might take place
* update test cases
See ticket:2918
Commit: 47e0286fe54ac4df9155ebcf9d2d09492fc210c4
https://github.com/buildbot/buildbot/commit/47e0286fe54ac4df9155ebcf9d2d09492fc210c4
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-26 (Tue, 26 May 2015)
Changed paths:
M master/buildbot/process/buildstep.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-interlocks.rst
Log Message:
-----------
Merge pull request #1669 from vlovich/renderable-locks
Renderable locks
Commit: 3479bc13e3685487f6666354b104febe6913592d
https://github.com/buildbot/buildbot/commit/3479bc13e3685487f6666354b104febe6913592d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-26 (Tue, 26 May 2015)
Changed paths:
M master/buildbot/test/unit/test_changes_gerritchangesource.py
Log Message:
-----------
fix PEP8 issues
Commit: e00097382db1cf78bc2f73bb3ef44fbf69848411
https://github.com/buildbot/buildbot/commit/e00097382db1cf78bc2f73bb3ef44fbf69848411
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
M master/buildbot/changes/filter.py
M master/buildbot/changes/gerritchangesource.py
A master/buildbot/test/fake/change.py
M master/buildbot/test/unit/test_changes_filter.py
M master/buildbot/test/unit/test_changes_gerritchangesource.py
Log Message:
-----------
Merge pull request #1681 from sa2ajj/fix-properties-eight
change.properties is a IProperties, so api is getProperty()
Commit: 31701cdec1f74a0c6935f830361510d826b045f6
https://github.com/buildbot/buildbot/commit/31701cdec1f74a0c6935f830361510d826b045f6
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-05-27 (Wed, 27 May 2015)
Log Message:
-----------
Merge remote-tracking branch 'upstream/eight' into test
This merge aims to simplify submissions to master and to eight, however
not everything eight has is not necessarily compatible with master,
hence merge errors will happen, though the contributor will not have to
go through all the commits that took place [years ago].
Compare: https://github.com/buildbot/buildbot/compare/0552bea0d2ca...31701cdec1f7
More information about the Commits
mailing list