From noreply at github.com Sun Nov 2 14:23:27 2014 From: noreply at github.com (GitHub) Date: Sun, 02 Nov 2014 06:23:27 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e2ef9a: resultspec: treats None as smaller to anything Message-ID: <54563e5f72654_22863fd4d17c52a090921@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e2ef9a2ee85d23ad9bd130ddc893b595a9501dce https://github.com/buildbot/buildbot/commit/e2ef9a2ee85d23ad9bd130ddc893b595a9501dce Author: Pierre Tardy Date: 2014-11-01 (Sat, 01 Nov 2014) Changed paths: M master/buildbot/data/resultspec.py Log Message: ----------- resultspec: treats None as smaller to anything This avoids useless 500 when the data set contains null datetimes Commit: 0cae39196cf91cca6802d74121067da651815963 https://github.com/buildbot/buildbot/commit/0cae39196cf91cca6802d74121067da651815963 Author: Pierre Tardy Date: 2014-11-01 (Sat, 01 Nov 2014) Changed paths: M master/buildbot/test/unit/test_data_resultspec.py Log Message: ----------- test for null datetime sorting Commit: 6d2f20951b971f88eb13b06a881570a52bf0f4cd https://github.com/buildbot/buildbot/commit/6d2f20951b971f88eb13b06a881570a52bf0f4cd Author: Pierre Tardy Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M master/buildbot/test/unit/test_data_resultspec.py Log Message: ----------- more tests for resultsspec's nonecmp Signed-off-by: Pierre Tardy Commit: 0132c9a0703b51fdd915227fe7c0ff0fd9a3ada7 https://github.com/buildbot/buildbot/commit/0132c9a0703b51fdd915227fe7c0ff0fd9a3ada7 Author: Mikhail Sobolev Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M master/buildbot/data/resultspec.py M master/buildbot/test/unit/test_data_resultspec.py Log Message: ----------- Merge pull request #1313 from tardyp/t2978 Fix: Loading the waterfall while a build is in progress return 500 Fixes ticket:2978 Compare: https://github.com/buildbot/buildbot/compare/060656a04984...0132c9a0703b From noreply at github.com Mon Nov 3 08:47:29 2014 From: noreply at github.com (GitHub) Date: Mon, 03 Nov 2014 00:47:29 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6eda26: Refresh the First-run instructions. Message-ID: <545741218ea34_6dc43ff7b75152b8931ce@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6eda26fec5653dd2021f63218a52184ca6a5cdbf https://github.com/buildbot/buildbot/commit/6eda26fec5653dd2021f63218a52184ca6a5cdbf Author: Beno?t Allard Date: 2014-11-01 (Sat, 01 Nov 2014) Changed paths: M master/docs/tutorial/firstrun.rst Log Message: ----------- Refresh the First-run instructions. - Move to pip - Don't activate the virtualenv (IMO not necessary) - Put less emphasis on docker. - Remove the use of tail - Refresh the logs (2011 and 2009 !) - Explain a bit more what the commands are for. Commit: 051b8712454757011b8a7535327365a5495a61b5 https://github.com/buildbot/buildbot/commit/051b8712454757011b8a7535327365a5495a61b5 Author: Beno?t Allard Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M master/docs/tutorial/firstrun.rst Log Message: ----------- Update after review from Dustin. - One sentence per line - Restored the ``code-block``s - language fix Commit: 2f2ea11c973c432bc6acef15769b81423670dea6 https://github.com/buildbot/buildbot/commit/2f2ea11c973c432bc6acef15769b81423670dea6 Author: Beno?t Allard Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M master/docs/tutorial/firstrun.rst Log Message: ----------- Actually create two virtualenvs Commit: e8656c31c8a5ecd83ae89c2adea3c7fb0ef41164 https://github.com/buildbot/buildbot/commit/e8656c31c8a5ecd83ae89c2adea3c7fb0ef41164 Author: Mikhail Sobolev Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M master/docs/tutorial/firstrun.rst Log Message: ----------- Merge pull request #1314 from benallard/patch-3 Refresh the First-run instructions Compare: https://github.com/buildbot/buildbot/compare/0132c9a0703b...e8656c31c8a5 From noreply at github.com Mon Nov 3 12:11:16 2014 From: noreply at github.com (GitHub) Date: Mon, 03 Nov 2014 04:11:16 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 463ae4: Implement a real pager on the build page Message-ID: <545770e4b20fb_364b3f80c97892c081958@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 463ae4850b97881679539132d8969af7209037ae https://github.com/buildbot/buildbot/commit/463ae4850b97881679539132d8969af7209037ae Author: Beno?t Allard Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Implement a real pager on the build page Commit: 32ca5cd973629804f4a41ffb62b7010866eab424 https://github.com/buildbot/buildbot/commit/32ca5cd973629804f4a41ffb62b7010866eab424 Author: Beno?t Allard Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Don\'t put a in the pagination if not needed Commit: 8e818516b132f90b5a249a7c2cc502926b097a23 https://github.com/buildbot/buildbot/commit/8e818516b132f90b5a249a7c2cc502926b097a23 Author: Pierre Tardy Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Merge pull request #1315 from benallard/t2975 Implement a real pager on the build page Compare: https://github.com/buildbot/buildbot/compare/e8656c31c8a5...8e818516b132 From noreply at github.com Mon Nov 3 14:55:44 2014 From: noreply at github.com (GitHub) Date: Mon, 03 Nov 2014 06:55:44 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] fdd739: Fix docs for IRC status to specify correct plugin ... Message-ID: <545797707f740_65473fde6fd092a0870b6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fdd73948ade7e6d5e9b031419b4264c10570964c https://github.com/buildbot/buildbot/commit/fdd73948ade7e6d5e9b031419b4264c10570964c Author: Dustin J. Mitchell Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Fix docs for IRC status to specify correct plugin path Commit: d50788e391bd30aa5ed02f15fd811576c777a08e https://github.com/buildbot/buildbot/commit/d50788e391bd30aa5ed02f15fd811576c777a08e Author: Dustin J. Mitchell Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge djmitche/buildbot:irc-docs-fix (PR #1317) Compare: https://github.com/buildbot/buildbot/compare/8e818516b132...d50788e391bd From noreply at github.com Mon Nov 3 14:58:36 2014 From: noreply at github.com (GitHub) Date: Mon, 03 Nov 2014 06:58:36 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b187a9: Show the builder description in the builder's web ... Message-ID: <5457981cd8229_682d3f846c0d32b8759dc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b187a91f8a189e8923bac4f6eab9cf077b8331b6 https://github.com/buildbot/buildbot/commit/b187a91f8a189e8923bac4f6eab9cf077b8331b6 Author: delanne Date: 2014-10-31 (Fri, 31 Oct 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/db/builders.py A master/buildbot/db/migrate/versions/039_add_builder_description.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/util/validation.py M www/base/src/app/builders/builder/builder.tpl.jade Log Message: ----------- Show the builder description in the builder's web status page. - add builder's description in the DB - update builder.tpl.jade Commit: ddaa042e9d4d303b4710bf1f1095833aa8c25956 https://github.com/buildbot/buildbot/commit/ddaa042e9d4d303b4710bf1f1095833aa8c25956 Author: delanne Date: 2014-10-31 (Fri, 31 Oct 2014) Changed paths: M www/base/src/app/builders/builder/builder.tpl.jade Log Message: ----------- Fix typo Commit: 6ef76d0d90ef804f0e5346304ba6a1268807f1d9 https://github.com/buildbot/buildbot/commit/6ef76d0d90ef804f0e5346304ba6a1268807f1d9 Author: delanne Date: 2014-10-31 (Fri, 31 Oct 2014) Changed paths: A master/buildbot/test/unit/test_db_migrate_versions_039_add_builder_description.py Log Message: ----------- - Add migration unittest: test.unit.test_db_migrate_versions_039_add_builder_description Commit: f60703854fc320758c3133ccc907a556235653ab https://github.com/buildbot/buildbot/commit/f60703854fc320758c3133ccc907a556235653ab Author: Xavier Delannoy Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M master/buildbot/test/unit/test_db_migrate_versions_039_add_builder_description.py Log Message: ----------- - pep8/pylint fix - make sure the new description col is null Commit: ebfe4c6076ab6218313176d90326e7a9dead5f92 https://github.com/buildbot/buildbot/commit/ebfe4c6076ab6218313176d90326e7a9dead5f92 Author: Mikhail Sobolev Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/db/builders.py A master/buildbot/db/migrate/versions/039_add_builder_description.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py A master/buildbot/test/unit/test_db_migrate_versions_039_add_builder_description.py M master/buildbot/test/util/validation.py M www/base/src/app/builders/builder/builder.tpl.jade Log Message: ----------- Merge pull request #1312 from delanne/builderDescription Show the builder description in the builder's web status page. Compare: https://github.com/buildbot/buildbot/compare/d50788e391bd...ebfe4c6076ab From noreply at github.com Mon Nov 3 17:55:52 2014 From: noreply at github.com (GitHub) Date: Mon, 03 Nov 2014 09:55:52 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 91f912: Bug 2992: allow forceAllBuilds in sample cfg too Message-ID: <5457c1a8ee2c1_6c153faf9287329c980d4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 91f912a23e41e7cfc5c480234156badadaafc437 https://github.com/buildbot/buildbot/commit/91f912a23e41e7cfc5c480234156badadaafc437 Author: Dustin J. Mitchell 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 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 Compare: https://github.com/buildbot/buildbot/compare/2326f18c2cc9...315289185c97 From noreply at github.com Tue Nov 4 02:06:08 2014 From: noreply at github.com (GitHub) Date: Mon, 03 Nov 2014 18:06:08 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 965c74: Bug 2986: add tests for migration 037 Message-ID: <54583490c1d10_783f3fecf0e652b823526@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 965c7412ef9c56e01b7c13e83dc319cce9f989dc https://github.com/buildbot/buildbot/commit/965c7412ef9c56e01b7c13e83dc319cce9f989dc Author: Dustin J. Mitchell Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py A master/buildbot/test/unit/test_db_migrate_versions_037_buildrequests_builderid.py Log Message: ----------- Bug 2986: add tests for migration 037 Commit: d031c4bc2c3ef0d0714203568a6190b93a07fac3 https://github.com/buildbot/buildbot/commit/d031c4bc2c3ef0d0714203568a6190b93a07fac3 Author: Dustin J. Mitchell Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py Log Message: ----------- drop columns in a way that works on all supported DBs Fixes #2986. Commit: 3874e116549f77e38e71fb55bcb08e481f4b1aab https://github.com/buildbot/buildbot/commit/3874e116549f77e38e71fb55bcb08e481f4b1aab Author: Dustin J. Mitchell Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M master/buildbot/db/schedulers.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_migrate_versions_037_buildrequests_builderid.py Log Message: ----------- fix tests for foreign key from buildrequests to builders Commit: 9d4eb7b3cc473f549609106be72f00575f634995 https://github.com/buildbot/buildbot/commit/9d4eb7b3cc473f549609106be72f00575f634995 Author: Mikhail Sobolev Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py M master/buildbot/db/schedulers.py M master/buildbot/test/unit/test_db_buildsets.py A master/buildbot/test/unit/test_db_migrate_versions_037_buildrequests_builderid.py Log Message: ----------- Merge pull request #1316 from djmitche/bug2986 Update migration 037 and tests to work on Postgres Fixes ticket:2986 Compare: https://github.com/buildbot/buildbot/compare/ebfe4c6076ab...9d4eb7b3cc47 From noreply at github.com Tue Nov 4 09:05:05 2014 From: noreply at github.com (GitHub) Date: Tue, 04 Nov 2014 01:05:05 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c02e62: Update PyLint step to newer pylint output formats Message-ID: <545896c1ecfc0_4a333f89512a52a0193b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c02e622d9ec0b5849fb3d803eee037d40c6d9a86 https://github.com/buildbot/buildbot/commit/c02e622d9ec0b5849fb3d803eee037d40c6d9a86 Author: Beno?t Allard Date: 2014-11-03 (Mon, 03 Nov 2014) Changed paths: M master/buildbot/steps/python.py M master/buildbot/test/unit/test_steps_python.py Log Message: ----------- Update PyLint step to newer pylint output formats Commit: 6b7f6b149a475ce17c71f7777f927aa9c16c4222 https://github.com/buildbot/buildbot/commit/6b7f6b149a475ce17c71f7777f927aa9c16c4222 Author: Beno?t Allard Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M master/buildbot/test/unit/test_steps_python.py M master/docs/relnotes/index.rst Log Message: ----------- Make pep8 happy, add release note entry Commit: 043801aed2e8bff5f1e1d87e5a30d0f37cc85362 https://github.com/buildbot/buildbot/commit/043801aed2e8bff5f1e1d87e5a30d0f37cc85362 Author: Mikhail Sobolev Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M master/buildbot/steps/python.py M master/buildbot/test/unit/test_steps_python.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1320 from benallard/newer_pylint Update PyLint step to newer pylint output formats Compare: https://github.com/buildbot/buildbot/compare/9d4eb7b3cc47...043801aed2e8 From noreply at github.com Wed Nov 5 08:34:52 2014 From: noreply at github.com (GitHub) Date: Wed, 05 Nov 2014 00:34:52 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ef8896: Make the docker tutorial work with newer Docker, a... Message-ID: <5459e12ce3c37_76623fd209bdf2c018066@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ef8896aadcb78a185910c32c645e666e66927cb4 https://github.com/buildbot/buildbot/commit/ef8896aadcb78a185910c32c645e666e66927cb4 Author: Beno?t Allard Date: 2014-11-04 (Tue, 04 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: 1eec2588a0666693e3fdb6e27386d1ace6c1e572 https://github.com/buildbot/buildbot/commit/1eec2588a0666693e3fdb6e27386d1ace6c1e572 Author: Beno?t Allard Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M master/docs/tutorial/docker.rst Log Message: ----------- upcase "Buildbot". Commit: 934953cd38b9c89a9322639410c027073b06c188 https://github.com/buildbot/buildbot/commit/934953cd38b9c89a9322639410c027073b06c188 Author: Mikhail Sobolev Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/contrib/Dockerfile M master/docs/tutorial/docker.rst Log Message: ----------- Merge pull request #1321 from benallard/newer_Docker Make the docker tutorial work with newer Docker, and add a warning about not using it for deployment. Compare: https://github.com/buildbot/buildbot/compare/043801aed2e8...934953cd38b9 From noreply at github.com Wed Nov 5 11:15:39 2014 From: noreply at github.com (GitHub) Date: Wed, 05 Nov 2014 03:15:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8d17fa: upgrade to angularJS 1.3 Message-ID: <545a06db4d30b_543a3f841ba832a0155e1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8d17faeb0752baf8f39cdaf6a89114facbb383e3 https://github.com/buildbot/buildbot/commit/8d17faeb0752baf8f39cdaf6a89114facbb383e3 Author: Pierre Tardy Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/app/layout.jade Log Message: ----------- upgrade to angularJS 1.3 angular 1.3 provide a bunch of optimization, and animation fixes (menu animation now works as expected!) also fix favicon Signed-off-by: Pierre Tardy Commit: 97430a9c3b259e69aa4bcd417835b128ae1fc5ba https://github.com/buildbot/buildbot/commit/97430a9c3b259e69aa4bcd417835b128ae1fc5ba Author: Pierre Tardy Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M www/codeparameter/guanlecoja/config.coffee M www/console_view/guanlecoja/config.coffee M www/waterfall_view/guanlecoja/config.coffee Log Message: ----------- also update plugins This version is only used for mocks, and not much changed since 1.2 Signed-off-by: Pierre Tardy Commit: 8716bd0757671319b83abb4037085d5773827426 https://github.com/buildbot/buildbot/commit/8716bd0757671319b83abb4037085d5773827426 Author: Mikhail Sobolev Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/app/layout.jade M www/codeparameter/guanlecoja/config.coffee M www/console_view/guanlecoja/config.coffee M www/waterfall_view/guanlecoja/config.coffee Log Message: ----------- Merge pull request #1324 from tardyp/angular1.3 upgrade to angularJS 1.3 Compare: https://github.com/buildbot/buildbot/compare/934953cd38b9...8716bd075767 From noreply at github.com Wed Nov 5 13:42:48 2014 From: noreply at github.com (GitHub) Date: Wed, 05 Nov 2014 05:42:48 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ee6605: Don't fake methods that shouldn't be there (#597) Message-ID: <545a29581c22b_19633fbe785c52bc87514@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ee66055bf1d41fa9f7912ad5b598cd873e26f1b7 https://github.com/buildbot/buildbot/commit/ee66055bf1d41fa9f7912ad5b598cd873e26f1b7 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py Log Message: ----------- Don't fake methods that shouldn't be there (#597) Commit: 35191c152717d3c3bcdba8b574d549ace60cf154 https://github.com/buildbot/buildbot/commit/35191c152717d3c3bcdba8b574d549ace60cf154 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py Log Message: ----------- Fix some failing tests, convert branch to codebase parameter Commit: 8af4cdf665127c439b7b308fd309751840004443 https://github.com/buildbot/buildbot/commit/8af4cdf665127c439b7b308fd309751840004443 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Use inlineCallbacks in Timed.activate Commit: 3a1aa28f4fc713dab6f275b06c3e4243487a2ef1 https://github.com/buildbot/buildbot/commit/3a1aa28f4fc713dab6f275b06c3e4243487a2ef1 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py Log Message: ----------- Add missing codebase properties Also, sourcestamp['codebase'] is a string, not a dict. Commit: 30bc723f4eb103433d36d85164d98d7201caaa19 https://github.com/buildbot/buildbot/commit/30bc723f4eb103433d36d85164d98d7201caaa19 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/util/scheduler.py Log Message: ----------- Call through to fake method, remove unused deferred call Remove the firstBuildDuration parameter, it's not used anywhere. Make use of the faked addBuildsetForSourceStampWithDefaults method, so that the tests may use that instead of the hand-rolled events list. Also, refactor some tests. Commit: 05c0f9f298d61674f5d6b89bff841a8bb99cc256 https://github.com/buildbot/buildbot/commit/05c0f9f298d61674f5d6b89bff841a8bb99cc256 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- defer.returnValue(None) is the same as "return" Commit: 9f70c8563a1263d5096699b18f0f25190c17fd0a https://github.com/buildbot/buildbot/commit/9f70c8563a1263d5096699b18f0f25190c17fd0a Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py Log Message: ----------- Prefer 'codebases' over 'branch' parameter Commit: 2bd71a3cd60a83520dafd073c4e8b7251b903852 https://github.com/buildbot/buildbot/commit/2bd71a3cd60a83520dafd073c4e8b7251b903852 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_timed_Nightly.py Log Message: ----------- Don't import config Commit: 549dfd976e0b9b0875e6b821417d216c56f94ed8 https://github.com/buildbot/buildbot/commit/549dfd976e0b9b0875e6b821417d216c56f94ed8 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Use kwargs.pop instead of .get+del Commit: 57f64bb309225a8a47d6221f5ed094fbeb13bac6 https://github.com/buildbot/buildbot/commit/57f64bb309225a8a47d6221f5ed094fbeb13bac6 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/basic.py Log Message: ----------- defer.inlineCallbacks ftw Commit: e0714d2847e29f6d4dbbaf0033c812a468f6ed47 https://github.com/buildbot/buildbot/commit/e0714d2847e29f6d4dbbaf0033c812a468f6ed47 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py Log Message: ----------- Allow getCodebaseDict to return a deferred. Also sched.activate() might become async. Adjust tests accordingly. Commit: f4a461808d5d9ab78ac9b49e5ee032406d344fdc https://github.com/buildbot/buildbot/commit/f4a461808d5d9ab78ac9b49e5ee032406d344fdc Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_basic.py A master/buildbot/util/codebase.py Log Message: ----------- Move createAbsoluteSourceStamps logic to mixin Commit: 290c92e9cddbd65e4bee7a7d863c166a02588748 https://github.com/buildbot/buildbot/commit/290c92e9cddbd65e4bee7a7d863c166a02588748 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py Log Message: ----------- Refactor some mildly confusing ifs Commit: 38c8912e019c7164477274d1549721f49caf7c0c https://github.com/buildbot/buildbot/commit/38c8912e019c7164477274d1549721f49caf7c0c Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_basic.py A master/buildbot/test/unit/test_util_codebase.py Log Message: ----------- Add tests for AbsoluteSourceStampsMixin Also, remove 3 tests from test_schedulers_basic. The desired functionality is implemented and tested in the mixin. Commit: 074fac568e566ada7a9e72b86cc6cb7df1dc8293 https://github.com/buildbot/buildbot/commit/074fac568e566ada7a9e72b86cc6cb7df1dc8293 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Move AbsoluteSourceStampMixin up the inheritance chain Commit: ae0cff23b34d9b78952bd36694a7c0bcf450388a https://github.com/buildbot/buildbot/commit/ae0cff23b34d9b78952bd36694a7c0bcf450388a Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Add a method to start a build with collected changes This can be used by the startBuild implementations. If the scheduler has collected and classified any changes, it will use `addBuildsetForChanges` and flush the change classifications. If there are no changes it will use `addBuildsetForSourceStampsWithDefaults`. If `onlyIfChanged` was given and there are no important changes, the method will return without triggering any builds. Collected changes won't be flushed from the database. Commit: afbabd0ad43ac476062b77daf9fa947e374ef236 https://github.com/buildbot/buildbot/commit/afbabd0ad43ac476062b77daf9fa947e374ef236 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Fix onlyIfChanged, adjust Periodic Commit: 040ae54fe7c8c7610b6ad044bc820b55a4cb20d3 https://github.com/buildbot/buildbot/commit/040ae54fe7c8c7610b6ad044bc820b55a4cb20d3 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py Log Message: ----------- Fix NightlyTriggerable Commit: e631214efe18b73e97789720208245e035c926a1 https://github.com/buildbot/buildbot/commit/e631214efe18b73e97789720208245e035c926a1 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Move onlyIfChanged to Timed scheduler base class. Commit: 15b399c2bd71767547f7745cb0852f5dc995e6a3 https://github.com/buildbot/buildbot/commit/15b399c2bd71767547f7745cb0852f5dc995e6a3 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Wrap some overly long lines Commit: 641520a68bb926594b7870e9310731907c087432 https://github.com/buildbot/buildbot/commit/641520a68bb926594b7870e9310731907c087432 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Allow createAbsoluteSourceStamps without onlyIfChanged Commit: 4a1d706ab38a4d34f4ef2f8d6c5dec5fc823da05 https://github.com/buildbot/buildbot/commit/4a1d706ab38a4d34f4ef2f8d6c5dec5fc823da05 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py Log Message: ----------- Let's not redefine the builtin filter(), mkay? Commit: 8ec6c328456c13f393dd10f5cffd51b4d97e275f https://github.com/buildbot/buildbot/commit/8ec6c328456c13f393dd10f5cffd51b4d97e275f Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Start consuming changes in Timed (instead of Nightly) Commit: 32d19d6b31f95e72fb74742ad171d2f462babbbf https://github.com/buildbot/buildbot/commit/32d19d6b31f95e72fb74742ad171d2f462babbbf Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/docs/manual/cfg-schedulers.rst M master/docs/relnotes/index.rst Log Message: ----------- Update manual and relnotes for timed scheduler changes. Commit: 11b9d6a42615f877e6850cbe4e963b0837d0db51 https://github.com/buildbot/buildbot/commit/11b9d6a42615f877e6850cbe4e963b0837d0db51 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/util/scheduler.py Log Message: ----------- Fix typo(?) in scheduler helper The method is called addBuildsetForSourceStamps (plural) not addBuildsetForSourceStamp. Commit: 1f73d3655059216861eb24e73f17bfe25c679859 https://github.com/buildbot/buildbot/commit/1f73d3655059216861eb24e73f17bfe25c679859 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py Log Message: ----------- Fixed some minor screwups Commit: aa7a549ea65cbd7fc7c6ecf516ae9111e8cebe48 https://github.com/buildbot/buildbot/commit/aa7a549ea65cbd7fc7c6ecf516ae9111e8cebe48 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_basic.py M master/docs/relnotes/index.rst Log Message: ----------- Remove preStartConsumingChanges, startTimedSchedulerService Commit: 211797d9ab88d46116b93ab64f26537fc2707f28 https://github.com/buildbot/buildbot/commit/211797d9ab88d46116b93ab64f26537fc2707f28 Author: Jonas Pommerening Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/util/codebase.py Log Message: ----------- Remove superfluous assert Commit: ea2ec0785b845ad53a535ed48d325babceae2341 https://github.com/buildbot/buildbot/commit/ea2ec0785b845ad53a535ed48d325babceae2341 Author: Xavier Delannoy Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_timed_Nightly.py Log Message: ----------- autopep8 Commit: ccb7cfd52dd1835634234991868236667f418244 https://github.com/buildbot/buildbot/commit/ccb7cfd52dd1835634234991868236667f418244 Author: Xavier Delannoy Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py Log Message: ----------- - add code to filter on self.branch if it's set - don't filter on codebase as dustin suggested - add a parameter change_filter Commit: ccc1eb5100da25ad9177b32c401751d5136a462e https://github.com/buildbot/buildbot/commit/ccc1eb5100da25ad9177b32c401751d5136a462e Author: Dustin J. Mitchell Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_trysched.py A master/buildbot/test/unit/test_util_codebase.py M master/buildbot/test/util/scheduler.py A master/buildbot/util/codebase.py M master/docs/manual/cfg-schedulers.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge delanne/buildbot:fix-timed-schedulers (PR #1325) Compare: https://github.com/buildbot/buildbot/compare/8716bd075767...ccc1eb5100da From noreply at github.com Wed Nov 5 14:02:58 2014 From: noreply at github.com (GitHub) Date: Wed, 05 Nov 2014 06:02:58 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0d44e5: Fix in process/builders.py, self.master.data.updat... Message-ID: <545a2e12aac40_71dc3ffbd6f052a06312c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0d44e52cf4df2efd48cd6a6f60710a004647961b https://github.com/buildbot/buildbot/commit/0d44e52cf4df2efd48cd6a6f60710a004647961b Author: Xavier Delannoy Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- Fix in process/builders.py, self.master.data.updates.completeBuildRequests was called twice Commit: b764dd3807ce8767122aaba07c5e9628cc4e62a3 https://github.com/buildbot/buildbot/commit/b764dd3807ce8767122aaba07c5e9628cc4e62a3 Author: Mikhail Sobolev Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- Merge pull request #1322 from delanne/completeBuildRequestsCalledTwice self.master.data.updates.completeBuildRequests was called twice Compare: https://github.com/buildbot/buildbot/compare/ccc1eb5100da...b764dd3807ce From noreply at github.com Thu Nov 6 11:52:07 2014 From: noreply at github.com (GitHub) Date: Thu, 06 Nov 2014 03:52:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0fd1d2: Re-instore web logging into http.log Message-ID: <545b60e7b65f3_7f0f3fee28d772a033769@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0fd1d2ed5f5ab81aafcf68dd8c28a3c43f049a70 https://github.com/buildbot/buildbot/commit/0fd1d2ed5f5ab81aafcf68dd8c28a3c43f049a70 Author: Beno?t Allard Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/www/service.py Log Message: ----------- Re-instore web logging into http.log Commit: 88b43b982ca40a7b3a6760aa63dbdc7beff6471f https://github.com/buildbot/buildbot/commit/88b43b982ca40a7b3a6760aa63dbdc7beff6471f Author: Beno?t Allard Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- Document the new www config parameters Commit: 8d5a674a4198f4597648c6bd00b1ff1a145b4fc1 https://github.com/buildbot/buildbot/commit/8d5a674a4198f4597648c6bd00b1ff1a145b4fc1 Author: Beno?t Allard Date: 2014-11-05 (Wed, 05 Nov 2014) Changed paths: M master/buildbot/test/fake/fakemaster.py Log Message: ----------- Add just enough Faking so that the test pass Commit: b6f682dbcdd27447b08c5f23825b4a99e633f38f https://github.com/buildbot/buildbot/commit/b6f682dbcdd27447b08c5f23825b4a99e633f38f Author: Beno?t Allard Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/www/service.py Log Message: ----------- Allow to disable http logging to a different file Commit: 1381ab3cb9d5882ff41a04daa8d005a817a3a662 https://github.com/buildbot/buildbot/commit/1381ab3cb9d5882ff41a04daa8d005a817a3a662 Author: Beno?t Allard Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_www_service.py M master/docs/manual/cfg-www.rst Log Message: ----------- Update doc, make test pass (finally) Commit: 4809a9b4e7db49fce748685b352ec95718f41ca5 https://github.com/buildbot/buildbot/commit/4809a9b4e7db49fce748685b352ec95718f41ca5 Author: Mikhail Sobolev Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/www/service.py M master/docs/manual/cfg-www.rst Log Message: ----------- Merge pull request #1327 from benallard/http.log Re-instore web logging into http.log Fixes ticket:3006 Compare: https://github.com/buildbot/buildbot/compare/b764dd3807ce...4809a9b4e7db From noreply at github.com Thu Nov 6 13:38:48 2014 From: noreply at github.com (GitHub) Date: Thu, 06 Nov 2014 05:38:48 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a8da16: Make the doc build with newer Sphinx version (1.3b... Message-ID: <545b79e81ad17_319a3f99ae2152a093411@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a8da165603c6be4ac36a83ef2cae6f60f93f798a https://github.com/buildbot/buildbot/commit/a8da165603c6be4ac36a83ef2cae6f60f93f798a Author: Beno?t Allard Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/manual/cmdline.rst Log Message: ----------- Make the doc build with newer Sphinx version (1.3b1) Commit: 91c8db7e9e8de9d4f7cff72841f5746b8c0946fa https://github.com/buildbot/buildbot/commit/91c8db7e9e8de9d4f7cff72841f5746b8c0946fa Author: Mikhail Sobolev Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/manual/cmdline.rst Log Message: ----------- Merge pull request #1329 from benallard/newer_sphinx Make the doc build with newer Sphinx version (1.3b1) Compare: https://github.com/buildbot/buildbot/compare/4809a9b4e7db...91c8db7e9e8d From noreply at github.com Thu Nov 6 16:53:37 2014 From: noreply at github.com (GitHub) Date: Thu, 06 Nov 2014 08:53:37 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e13711: Transform a print into real warning Message-ID: <545ba79117960_587e3fa74ab0b2c020753@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e1371112b54d7875cd9be1404bb6c87a25850448 https://github.com/buildbot/buildbot/commit/e1371112b54d7875cd9be1404bb6c87a25850448 Author: Beno?t Allard Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/bbdocs/ext.py Log Message: ----------- Transform a print into real warning Commit: ab98da53a10ea285349f64b1e49b9f8ff082787b https://github.com/buildbot/buildbot/commit/ab98da53a10ea285349f64b1e49b9f8ff082787b Author: Beno?t Allard Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/developer/mq.rst Log Message: ----------- Fix an old error that just became a nasty warning Commit: 93a510238e38a346ffb42355aafb5899b5aaa354 https://github.com/buildbot/buildbot/commit/93a510238e38a346ffb42355aafb5899b5aaa354 Author: Mikhail Sobolev Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/bbdocs/ext.py M master/docs/developer/mq.rst Log Message: ----------- Merge pull request #1330 from benallard/sphinx_warning Sphinx warning in extension Fixes ticket:2998 Compare: https://github.com/buildbot/buildbot/compare/91c8db7e9e8d...93a510238e38 From noreply at github.com Thu Nov 6 16:57:53 2014 From: noreply at github.com (GitHub) Date: Thu, 06 Nov 2014 08:57:53 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 38d595: IRCContact use the DATA API Message-ID: <545ba891a736c_522e3fe8f4cf72a0751d8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 38d595befd159d3655bd89c77c9947dc64f12dff https://github.com/buildbot/buildbot/commit/38d595befd159d3655bd89c77c9947dc64f12dff Author: Xavier Delannoy Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/db/builders.py A master/buildbot/db/migrate/versions/040_add_builder_tags.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py A master/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/validation.py Log Message: ----------- IRCContact use the DATA API Commit: 918e6c0a62ab524f5177f0cb59c127698fc2c04c https://github.com/buildbot/buildbot/commit/918e6c0a62ab524f5177f0cb59c127698fc2c04c Author: Mikhail Sobolev Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/db/builders.py A master/buildbot/db/migrate/versions/040_add_builder_tags.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py A master/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/validation.py Log Message: ----------- Merge pull request #1323 from delanne/IRCContact IRCContact use the DATA API See ticket:2714 Compare: https://github.com/buildbot/buildbot/compare/93a510238e38...918e6c0a62ab From noreply at github.com Thu Nov 6 17:25:47 2014 From: noreply at github.com (GitHub) Date: Thu, 06 Nov 2014 09:25:47 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c20301: Revert "Merge pull request #1323 from delanne/IRCC... Message-ID: <545baf1bea1fe_222a3fa8956312bc360d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c203010282e3651673f98540b88c7302c7b71082 https://github.com/buildbot/buildbot/commit/c203010282e3651673f98540b88c7302c7b71082 Author: Mikhail Sobolev Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/process/builder.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_trysched.py R master/buildbot/test/unit/test_util_codebase.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/scheduler.py R master/buildbot/util/codebase.py M master/buildbot/www/service.py M master/contrib/Dockerfile M master/docs/bbdocs/ext.py M master/docs/developer/mq.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-www.rst M master/docs/manual/cmdline.rst M master/docs/relnotes/index.rst M master/docs/tutorial/docker.rst M www/base/guanlecoja/config.coffee M www/base/src/app/layout.jade M www/codeparameter/guanlecoja/config.coffee M www/console_view/guanlecoja/config.coffee M www/waterfall_view/guanlecoja/config.coffee Log Message: ----------- Revert "Merge pull request #1323 from delanne/IRCContact" This reverts commit 918e6c0a62ab524f5177f0cb59c127698fc2c04c, reversing changes made to 38d595befd159d3655bd89c77c9947dc64f12dff. From noreply at github.com Thu Nov 6 17:30:41 2014 From: noreply at github.com (GitHub) Date: Thu, 06 Nov 2014 09:30:41 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] f09f9f: make indices list a top level page Message-ID: <545bb04187702_552c3fe37a0652a01867e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f09f9f28846f497068116a255422afbd229c4373 https://github.com/buildbot/buildbot/commit/f09f9f28846f497068116a255422afbd229c4373 Author: Mikhail Sobolev Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/index.rst A master/docs/indices.rst Log Message: ----------- make indices list a top level page Commit: c4863c5a25ddaa07335b21c59687af7da2242b5c https://github.com/buildbot/buildbot/commit/c4863c5a25ddaa07335b21c59687af7da2242b5c Author: Mikhail Sobolev Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/tutorial/tour.rst Log Message: ----------- fix highlighting for the broken code example * for some reason this problem does not fire all the time Commit: b057bbe3d7c340433123b7419a9c618877582e2a https://github.com/buildbot/buildbot/commit/b057bbe3d7c340433123b7419a9c618877582e2a Author: Dustin J. Mitchell Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/docs/index.rst A master/docs/indices.rst M master/docs/tutorial/tour.rst Log Message: ----------- Merge sa2ajj/buildbot:indices-as-top-level (PR #1328) Compare: https://github.com/buildbot/buildbot/compare/c203010282e3...b057bbe3d7c3 From noreply at github.com Fri Nov 7 07:42:40 2014 From: noreply at github.com (GitHub) Date: Thu, 06 Nov 2014 23:42:40 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 1b9dda: remove unused method per @benallard's suggestion Message-ID: <545c77f05f6fa_46073fba063832b8116c1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 1b9dda56310218c332e36cb0bb99fc6da8f259a5 https://github.com/buildbot/buildbot/commit/1b9dda56310218c332e36cb0bb99fc6da8f259a5 Author: Dustin J. Mitchell Date: 2014-11-06 (Thu, 06 Nov 2014) Changed paths: M master/buildbot/test/fake/fakemaster.py Log Message: ----------- remove unused method per @benallard's suggestion Commit: a5d75dff7aa7971249cf0c6cee8f286e39ea62c4 https://github.com/buildbot/buildbot/commit/a5d75dff7aa7971249cf0c6cee8f286e39ea62c4 Author: Mikhail Sobolev Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/buildbot/test/fake/fakemaster.py Log Message: ----------- Merge pull request #1331 from djmitche/remove-mock-method remove unused method per @benallard's suggestion Compare: https://github.com/buildbot/buildbot/compare/b057bbe3d7c3...a5d75dff7aa7 From noreply at github.com Fri Nov 7 09:37:32 2014 From: noreply at github.com (GitHub) Date: Fri, 07 Nov 2014 01:37:32 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9644f3: Revert "Revert "Merge pull request #1323 from dela... Message-ID: <545c92dc84580_40373fd8c4f3929c78321@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9644f3214fb84259722c1998b2c597044c631027 https://github.com/buildbot/buildbot/commit/9644f3214fb84259722c1998b2c597044c631027 Author: Xavier Delannoy Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/process/builder.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_trysched.py A master/buildbot/test/unit/test_util_codebase.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/scheduler.py A master/buildbot/util/codebase.py M master/buildbot/www/service.py M master/contrib/Dockerfile M master/docs/bbdocs/ext.py M master/docs/developer/mq.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-www.rst M master/docs/manual/cmdline.rst M master/docs/relnotes/index.rst M master/docs/tutorial/docker.rst M www/base/guanlecoja/config.coffee M www/base/src/app/layout.jade M www/codeparameter/guanlecoja/config.coffee M www/console_view/guanlecoja/config.coffee M www/waterfall_view/guanlecoja/config.coffee Log Message: ----------- Revert "Revert "Merge pull request #1323 from delanne/IRCContact"" This reverts commit c203010282e3651673f98540b88c7302c7b71082. Commit: 92a670c3cfec53aefd552675f9f63dc74d8648d1 https://github.com/buildbot/buildbot/commit/92a670c3cfec53aefd552675f9f63dc74d8648d1 Author: Mikhail Sobolev Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/process/builder.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_trysched.py A master/buildbot/test/unit/test_util_codebase.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/scheduler.py A master/buildbot/util/codebase.py M master/buildbot/www/service.py M master/contrib/Dockerfile M master/docs/bbdocs/ext.py M master/docs/developer/mq.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-www.rst M master/docs/manual/cmdline.rst M master/docs/relnotes/index.rst M master/docs/tutorial/docker.rst M www/base/guanlecoja/config.coffee M www/base/src/app/layout.jade M www/codeparameter/guanlecoja/config.coffee M www/console_view/guanlecoja/config.coffee M www/waterfall_view/guanlecoja/config.coffee Log Message: ----------- Merge pull request #1333 from delanne/FixBadRevert Revert "Revert "Merge pull request #1323 from delanne/IRCContact"" Compare: https://github.com/buildbot/buildbot/compare/a5d75dff7aa7...92a670c3cfec From noreply at github.com Fri Nov 7 09:38:01 2014 From: noreply at github.com (GitHub) Date: Fri, 07 Nov 2014 01:38:01 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 55775e: Revert "IRCContact use the DATA API" Message-ID: <545c92f97a017_3efd3f9110daf29c91a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 55775ea6ea8e473d38a5b82f27587672960aa439 https://github.com/buildbot/buildbot/commit/55775ea6ea8e473d38a5b82f27587672960aa439 Author: Xavier Delannoy Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/db/builders.py R master/buildbot/db/migrate/versions/040_add_builder_tags.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py R master/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/validation.py Log Message: ----------- Revert "IRCContact use the DATA API" Commit: 75b12e1c61b8f0d222b97d30e7be7f210018037d https://github.com/buildbot/buildbot/commit/75b12e1c61b8f0d222b97d30e7be7f210018037d Author: Mikhail Sobolev Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/db/builders.py R master/buildbot/db/migrate/versions/040_add_builder_tags.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py R master/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/validation.py Log Message: ----------- Merge pull request #1332 from delanne/revert-1323-IRCContact Revert "IRCContact use the DATA API" Compare: https://github.com/buildbot/buildbot/compare/92a670c3cfec...75b12e1c61b8 From noreply at github.com Fri Nov 7 16:30:26 2014 From: noreply at github.com (GitHub) Date: Fri, 07 Nov 2014 08:30:26 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0eacc7: Fix Doc for Dependent Scheduler Message-ID: <545cf3a289850_3fd43f9b505612bc974b1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0eacc758271023c19db28b8af1140207b316c341 https://github.com/buildbot/buildbot/commit/0eacc758271023c19db28b8af1140207b316c341 Author: Xavier Delannoy Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Fix Doc for Dependent Scheduler Commit: db432aad2209bab63eb3868ae7e3ed34c8eee5af https://github.com/buildbot/buildbot/commit/db432aad2209bab63eb3868ae7e3ed34c8eee5af Author: Xavier Delannoy Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Should fix sa2ajj's comment Commit: fe57daf3c133ca9ba112c73e6e78bdb88e1edcb5 https://github.com/buildbot/buildbot/commit/fe57daf3c133ca9ba112c73e6e78bdb88e1edcb5 Author: Mikhail Sobolev Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Merge pull request #1336 from delanne/DocFix Fix Doc for Dependent Scheduler Compare: https://github.com/buildbot/buildbot/compare/75b12e1c61b8...fe57daf3c133 From noreply at github.com Sat Nov 8 06:59:33 2014 From: noreply at github.com (GitHub) Date: Fri, 07 Nov 2014 22:59:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 3add6d: fix execution of git merge-base and remove extrane... Message-ID: <545dbf5593407_374d3f7fa904d2c0251b8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3add6d54bc2a64dd326fe371323c7bd9ab440363 https://github.com/buildbot/buildbot/commit/3add6d54bc2a64dd326fe371323c7bd9ab440363 Author: socantre Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- fix execution of git merge-base and remove extraneous newlines commands.getoutput was producing an error message "'{' is not recognized as an internal or external command," I assume it was trying to run the command in a subshell using sh syntax, which is not valid in a cmd.exe shell. The whole script should probably be converted to 'subprocess' Also `if baserev != oldrev:` was failing due to the newline printed after the revision number by the command 'git merge-base'. Commit: 6c4d702d667465cd663fd3181da52f9f437302c2 https://github.com/buildbot/buildbot/commit/6c4d702d667465cd663fd3181da52f9f437302c2 Author: Mikhail Sobolev Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- Merge pull request #1310 from socantre/patch-1 fix execution of merge-base and remove extraneous newlines Compare: https://github.com/buildbot/buildbot/compare/fe57daf3c133...6c4d702d6674 From noreply at github.com Sat Nov 8 07:01:20 2014 From: noreply at github.com (GitHub) Date: Fri, 07 Nov 2014 23:01:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] be21d8: IRCContact consume 2 events: Message-ID: <545dbfc088d68_3d7d3fab906a12bc466c0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: be21d8d6c88ab04fa3bbfc3dd59a6ced450277f2 https://github.com/buildbot/buildbot/commit/be21d8d6c88ab04fa3bbfc3dd59a6ced450277f2 Author: Xavier Delannoy Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py Log Message: ----------- IRCContact consume 2 events: ('builders', None, 'builds', None, 'new') => A build is started ('builders', None, 'builds', None, 'finished') => A build is finished When we will be able to get the list of changes for a build, the IRCContact must be updated. Commit: 1283cf03f158ee768696b6471df9ef9e8381c378 https://github.com/buildbot/buildbot/commit/1283cf03f158ee768696b6471df9ef9e8381c378 Author: Xavier Delannoy Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/buildbot/status/words.py Log Message: ----------- Fix sa2ajj's comment Commit: 3b8608e69a69a3534d88b18ffda66dfa38732710 https://github.com/buildbot/buildbot/commit/3b8608e69a69a3534d88b18ffda66dfa38732710 Author: Mikhail Sobolev Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py Log Message: ----------- Merge pull request #1335 from delanne/IRCContact IRCContact use the DATA API Compare: https://github.com/buildbot/buildbot/compare/6c4d702d6674...3b8608e69a69 From noreply at github.com Sat Nov 8 12:17:06 2014 From: noreply at github.com (GitHub) Date: Sat, 08 Nov 2014 04:17:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ee9d8d: Generate the missing indices. Message-ID: <545e09c236d75_61883fcd5a94129c20715@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ee9d8dee147b1885f7665e66705fadc8c8eb8fce https://github.com/buildbot/buildbot/commit/ee9d8dee147b1885f7665e66705fadc8c8eb8fce Author: Beno?t Allard Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/docs/indices.rst Log Message: ----------- Generate the missing indices. Commit: 2ea3e2b1c3783e59a76c23eb7a00f4dd603c2591 https://github.com/buildbot/buildbot/commit/2ea3e2b1c3783e59a76c23eb7a00f4dd603c2591 Author: Mikhail Sobolev Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/docs/indices.rst Log Message: ----------- Merge pull request #1339 from benallard/patch-1 Generate the missing indices Compare: https://github.com/buildbot/buildbot/compare/3b8608e69a69...2ea3e2b1c378 From noreply at github.com Mon Nov 10 09:53:06 2014 From: noreply at github.com (GitHub) Date: Mon, 10 Nov 2014 01:53:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 7738a1: The slave property of the slave was renamed conn i... Message-ID: <54608b025a558_54063ff3cb8172bc595e2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7738a1c2c16d40bacfa5d56a9e33ca834de02114 https://github.com/buildbot/buildbot/commit/7738a1c2c16d40bacfa5d56a9e33ca834de02114 Author: Beno?t Allard Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- The slave property of the slave was renamed conn in 6885d46a3e9 Commit: a5c45426abe36f54f1874a38bc51ef11473c2d29 https://github.com/buildbot/buildbot/commit/a5c45426abe36f54f1874a38bc51ef11473c2d29 Author: Beno?t Allard Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- Make AbstractLatentBuildSlave.sendBuilderList similar to BuildSlave.sendBuilderList Commit: 8d568b9ec04735b109f0fe8118dbee25ea0117c0 https://github.com/buildbot/buildbot/commit/8d568b9ec04735b109f0fe8118dbee25ea0117c0 Author: Beno?t Allard Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- Move the disconnect hack to the protocol layer Commit: ce5389e7a2ae863750b0f980ca83a641fef02d7b https://github.com/buildbot/buildbot/commit/ce5389e7a2ae863750b0f980ca83a641fef02d7b Author: Mikhail Sobolev Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- Merge pull request #1341 from benallard/fix-abstractlatentbuildslave Fix AbstractLatentBuildslave Fixes ticket:2970 Compare: https://github.com/buildbot/buildbot/compare/2ea3e2b1c378...ce5389e7a2ae From noreply at github.com Tue Nov 11 07:03:04 2014 From: noreply at github.com (GitHub) Date: Mon, 10 Nov 2014 23:03:04 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] bb264f: fix dataspec error reporting Message-ID: <5461b4a8d2142_5d763fde6694f2bc6146@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bb264fad5007c8d876b5c0bd2460dc86454c2215 https://github.com/buildbot/buildbot/commit/bb264fad5007c8d876b5c0bd2460dc86454c2215 Author: Pierre Tardy Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M www/base/test/scripts/mocks/http.mock.coffee Log Message: ----------- fix dataspec error reporting Signed-off-by: Pierre Tardy Commit: 35a21f9fe822d14853f2b3ec017a8b2d621e7d8c https://github.com/buildbot/buildbot/commit/35a21f9fe822d14853f2b3ec017a8b2d621e7d8c Author: Mikhail Sobolev Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M www/base/test/scripts/mocks/http.mock.coffee Log Message: ----------- Merge pull request #1343 from tardyp/dataspec fix dataspec error reporting Compare: https://github.com/buildbot/buildbot/compare/ce5389e7a2ae...35a21f9fe822 From noreply at github.com Tue Nov 11 07:03:29 2014 From: noreply at github.com (GitHub) Date: Mon, 10 Nov 2014 23:03:29 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8f7ec5: remove a note about non-working request collapsing Message-ID: <5461b4c1483ac_63983fac71b4b2b842625@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8f7ec588b179daecbbb9021f876c5154ce456ccd https://github.com/buildbot/buildbot/commit/8f7ec588b179daecbbb9021f876c5154ce456ccd Author: Mikhail Sobolev Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/docs/manual/cfg-global.rst Log Message: ----------- remove a note about non-working request collapsing See ticket:2645 Commit: 372770ed24f60e654f38daf8329d91131e2825d7 https://github.com/buildbot/buildbot/commit/372770ed24f60e654f38daf8329d91131e2825d7 Author: Mikhail Sobolev Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M master/docs/manual/cfg-global.rst Log Message: ----------- Merge pull request #1337 from sa2ajj/fix-bug-reference remove a note about non-working request collapsing Compare: https://github.com/buildbot/buildbot/compare/35a21f9fe822...372770ed24f6 From noreply at github.com Tue Nov 11 15:42:13 2014 From: noreply at github.com (GitHub) Date: Tue, 11 Nov 2014 07:42:13 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 32ae18: make 5 min tutorial compliant with one-sentence-pe... Message-ID: <54622e55e0ef7_6f543f9343c812a06315b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 32ae1854768c7447ceafa2115051609d597cffe0 https://github.com/buildbot/buildbot/commit/32ae1854768c7447ceafa2115051609d597cffe0 Author: Mikhail Sobolev Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/docs/tutorial/fiveminutes.rst Log Message: ----------- make 5 min tutorial compliant with one-sentence-per-line Commit: 22553b8788f16ec2a442fad45b77e7ba3e457ce6 https://github.com/buildbot/buildbot/commit/22553b8788f16ec2a442fad45b77e7ba3e457ce6 Author: Mikhail Sobolev Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M master/docs/tutorial/fiveminutes.rst Log Message: ----------- update 5 mins tutorial to use plugins Commit: a12585453d718e1caa53c28d712fdfe9c1449884 https://github.com/buildbot/buildbot/commit/a12585453d718e1caa53c28d712fdfe9c1449884 Author: Mikhail Sobolev Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/docs/tutorial/fiveminutes.rst Log Message: ----------- address @benallard's comment Commit: bb23510025e11b7434decde824bc16e45e4cb775 https://github.com/buildbot/buildbot/commit/bb23510025e11b7434decde824bc16e45e4cb775 Author: Mikhail Sobolev Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/docs/tutorial/fiveminutes.rst Log Message: ----------- fix scheduler plugin name (it is schedulers) Commit: 512b50984ad1ed7f89b307b2ace85217243238bd https://github.com/buildbot/buildbot/commit/512b50984ad1ed7f89b307b2ace85217243238bd Author: Mikhail Sobolev Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M master/docs/tutorial/fiveminutes.rst Log Message: ----------- Merge pull request #1338 from sa2ajj/update-5-min-tutorial Update 5 min tutorial to use plugins Compare: https://github.com/buildbot/buildbot/compare/372770ed24f6...512b50984ad1 From noreply at github.com Wed Nov 12 09:00:09 2014 From: noreply at github.com (GitHub) Date: Wed, 12 Nov 2014 01:00:09 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c656b7: fix git_gerrit.cfg reference to non-existing varia... Message-ID: <5463219975d54_55853fc066fc12bc4855c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c656b718a9e9d8778550956695bb8712ba26aaa5 https://github.com/buildbot/buildbot/commit/c656b718a9e9d8778550956695bb8712ba26aaa5 Author: Mikhail Sobolev Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M master/docs/examples/git_gerrit.cfg Log Message: ----------- fix git_gerrit.cfg reference to non-existing variable Commit: d16f88424100d8a178793e02e279e9de5ec128ef https://github.com/buildbot/buildbot/commit/d16f88424100d8a178793e02e279e9de5ec128ef Author: Mikhail Sobolev Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M master/docs/examples/git_gerrit.cfg Log Message: ----------- add missing module reference to SUCCESS Commit: cebbf8ea25b90a5151ba44157b7b0dcff5911891 https://github.com/buildbot/buildbot/commit/cebbf8ea25b90a5151ba44157b7b0dcff5911891 Author: Mikhail Sobolev Date: 2014-11-12 (Wed, 12 Nov 2014) Changed paths: M master/docs/examples/git_gerrit.cfg Log Message: ----------- Merge pull request #1346 from sa2ajj/fix-gerrit-example Fix Gerrit example Compare: https://github.com/buildbot/buildbot/compare/512b50984ad1...cebbf8ea25b9 From noreply at github.com Thu Nov 13 08:56:38 2014 From: noreply at github.com (GitHub) Date: Thu, 13 Nov 2014 00:56:38 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8cd6f7: Add a Cppcheck step Message-ID: <54647246c4836_7dcf3f8900a7f29c1878e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8cd6f73e0694d53ea8c92559caf9c8786329c5de https://github.com/buildbot/buildbot/commit/8cd6f73e0694d53ea8c92559caf9c8786329c5de Author: Beno?t Allard Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: A master/buildbot/steps/cppcheck.py M master/setup.py Log Message: ----------- Add a Cppcheck step Commit: 0b8a95eba33aaf9c047015859e3974629ed9cb7d https://github.com/buildbot/buildbot/commit/0b8a95eba33aaf9c047015859e3974629ed9cb7d Author: Beno?t Allard Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: A master/buildbot/test/unit/test_steps_cppcheck.py Log Message: ----------- Add tests for the new cppcheck step Commit: bdc35084f05864b85c1e77b14a0f16841da83bd0 https://github.com/buildbot/buildbot/commit/bdc35084f05864b85c1e77b14a0f16841da83bd0 Author: Beno?t Allard Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Add doc for the Cppcheck new step Commit: 0decf3ecd52ece1301b1a71b83af0f4cf5856f98 https://github.com/buildbot/buildbot/commit/0decf3ecd52ece1301b1a71b83af0f4cf5856f98 Author: Beno?t Allard Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M master/buildbot/steps/cppcheck.py M master/buildbot/test/unit/test_steps_cppcheck.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Add more flexibility in the parameters Commit: e8278c4d36cce6f8934b6bebf75ff3371903bed4 https://github.com/buildbot/buildbot/commit/e8278c4d36cce6f8934b6bebf75ff3371903bed4 Author: Beno?t Allard Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M master/buildbot/steps/cppcheck.py Log Message: ----------- Fix pylint Commit: 316175b8345d9b08f256e32f6ce729f0cc425c2a https://github.com/buildbot/buildbot/commit/316175b8345d9b08f256e32f6ce729f0cc425c2a Author: Beno?t Allard Date: 2014-11-12 (Wed, 12 Nov 2014) Changed paths: M master/buildbot/steps/cppcheck.py M master/buildbot/test/unit/test_steps_cppcheck.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Add more flexibility in the parameters for Cppcheck Commit: d99408b6bf8be5806af1f36aa0586227d429a8b9 https://github.com/buildbot/buildbot/commit/d99408b6bf8be5806af1f36aa0586227d429a8b9 Author: Beno?t Allard Date: 2014-11-12 (Wed, 12 Nov 2014) Changed paths: M master/buildbot/steps/cppcheck.py M master/buildbot/test/unit/test_steps_cppcheck.py Log Message: ----------- Remove enable from the list of renderables, and add a test for renderables Commit: 00274f68598e35fe2da1a36f29a0f38a465433cc https://github.com/buildbot/buildbot/commit/00274f68598e35fe2da1a36f29a0f38a465433cc Author: Beno?t Allard Date: 2014-11-12 (Wed, 12 Nov 2014) Changed paths: M master/buildbot/steps/cppcheck.py Log Message: ----------- Remove unused import Commit: 038a8de79aebbf3a8c3217e91ac1d4606e0bf45d https://github.com/buildbot/buildbot/commit/038a8de79aebbf3a8c3217e91ac1d4606e0bf45d Author: Mikhail Sobolev Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: A master/buildbot/steps/cppcheck.py A master/buildbot/test/unit/test_steps_cppcheck.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- Merge pull request #1345 from benallard/cppcheck Add a Cppcheck step Compare: https://github.com/buildbot/buildbot/compare/cebbf8ea25b9...038a8de79aeb From noreply at github.com Thu Nov 13 09:21:01 2014 From: noreply at github.com (GitHub) Date: Thu, 13 Nov 2014 01:21:01 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2673b1: Add possibility to download raw logs from the rest... Message-ID: <546477fda11b7_5eb63fdf774752c0187ea@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2673b1b4ab8d7de5014fc0b2eb4580e08d6c04db https://github.com/buildbot/buildbot/commit/2673b1b4ab8d7de5014fc0b2eb4580e08d6c04db Author: Pierre Tardy Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/logchunks.py M master/buildbot/www/rest.py Log Message: ----------- Add possibility to download raw logs from the rest api Signed-off-by: Pierre Tardy Commit: e0460e3bfdb821a750c186392cf95051af2c5481 https://github.com/buildbot/buildbot/commit/e0460e3bfdb821a750c186392cf95051af2c5481 Author: Pierre Tardy Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M master/buildbot/test/fake/endpoint.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py Log Message: ----------- add test for raw rest endpoint Signed-off-by: Pierre Tardy Commit: bba6a1c4eaa6ad4e72b03652c1d898594120437a https://github.com/buildbot/buildbot/commit/bba6a1c4eaa6ad4e72b03652c1d898594120437a Author: Pierre Tardy Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M master/buildbot/data/logchunks.py M master/buildbot/test/unit/test_data_logchunks.py M master/docs/developer/data.rst M master/docs/developer/rtype-logchunk.rst Log Message: ----------- test and docs for raw logs Signed-off-by: Pierre Tardy Commit: 94103bb1499d170881d721fa074d8fc16a9d524a https://github.com/buildbot/buildbot/commit/94103bb1499d170881d721fa074d8fc16a9d524a Author: Pierre Tardy Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade Log Message: ----------- add link to download the raw log. Signed-off-by: Pierre Tardy Commit: 0cc19170b14f57758f84b897b0671b89dd91888e https://github.com/buildbot/buildbot/commit/0cc19170b14f57758f84b897b0671b89dd91888e Author: Pierre Tardy Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M www/base/test/scripts/mocks/http.mock.coffee Log Message: ----------- fix dataspec error reporting Signed-off-by: Pierre Tardy Commit: 071191c73999cd617ee1dc90ec09bfd232a62f69 https://github.com/buildbot/buildbot/commit/071191c73999cd617ee1dc90ec09bfd232a62f69 Author: Pierre Tardy Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M master/docs/developer/data.rst Log Message: ----------- one sentence per line Signed-off-by: Pierre Tardy Commit: 949140a679d37a46133c279cd1b50fd6a4830535 https://github.com/buildbot/buildbot/commit/949140a679d37a46133c279cd1b50fd6a4830535 Author: Mikhail Sobolev Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/logchunks.py M master/buildbot/test/fake/endpoint.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py M master/docs/developer/data.rst M master/docs/developer/rtype-logchunk.rst M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade Log Message: ----------- Merge pull request #1342 from tardyp/rawlogs Rawlogs: download raw logs as files Compare: https://github.com/buildbot/buildbot/compare/038a8de79aeb...949140a679d3 From noreply at github.com Thu Nov 13 09:45:19 2014 From: noreply at github.com (GitHub) Date: Thu, 13 Nov 2014 01:45:19 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 71ec88: remove obsolete comment Message-ID: <54647dafbceaa_1cb13fe13314f2b8958c5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 71ec88443672e92e5c0e003bb655d68aeda72e39 https://github.com/buildbot/buildbot/commit/71ec88443672e92e5c0e003bb655d68aeda72e39 Author: Pierre Tardy Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M master/buildbot/test/fake/endpoint.py Log Message: ----------- remove obsolete comment copy-paste issue Signed-off-by: Pierre Tardy From noreply at github.com Thu Nov 13 12:05:02 2014 From: noreply at github.com (GitHub) Date: Thu, 13 Nov 2014 04:05:02 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 76c620: Use guanlecoja-ui contextual actions for forcesche... Message-ID: <54649e6e6ce5f_797e3ffc30d712b8291fc@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 76c62072bac8296f44cdad3331752b97253c9454 https://github.com/buildbot/buildbot/commit/76c62072bac8296f44cdad3331752b97253c9454 Author: Pierre Tardy Date: 2014-11-12 (Wed, 12 Nov 2014) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade M www/base/src/app/builders/builder/builder.controller.coffee M www/base/src/app/builders/builder/builder.tpl.jade M www/base/src/app/index.jade Log Message: ----------- Use guanlecoja-ui contextual actions for forceschedulers - remove previous unwired contextual actions (promote/rebuild) - remove useless rawdata in build page partially solve #2995: Get rid of all the broken / unwired elements from the web UI. Commit: efa4ef9b195d955b19249eaf820119b58cb352ba https://github.com/buildbot/buildbot/commit/efa4ef9b195d955b19249eaf820119b58cb352ba Author: Mikhail Sobolev Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade M www/base/src/app/builders/builder/builder.controller.coffee M www/base/src/app/builders/builder/builder.tpl.jade M www/base/src/app/index.jade Log Message: ----------- Merge pull request #1348 from tardyp/guanlecoja-ui Use guanlecoja-ui contextual actions for forceschedulers See ticket:2995, ticket:2954 Compare: https://github.com/buildbot/buildbot/compare/71ec88443672...efa4ef9b195d From noreply at github.com Fri Nov 14 01:46:10 2014 From: noreply at github.com (GitHub) Date: Thu, 13 Nov 2014 17:46:10 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 55c55e: Fix addBuildsetForSourceStampsWithDefaults Message-ID: <54655ee23b24a_3653fbda099d2a06167e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 55c55e235e253430e2202ce70ed2d0586339dd76 https://github.com/buildbot/buildbot/commit/55c55e235e253430e2202ce70ed2d0586339dd76 Author: Xavier Delannoy Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py Log Message: ----------- Fix addBuildsetForSourceStampsWithDefaults - project is a mandatory parameters of findSourceStampId. So set it to '' by default. addBuildsetForChanges does the same thing when a codebase has no changes. (See schedulers/base.py line 249) Commit: 05a15d60cb42cc4a2d8375ba616c0520d361baa0 https://github.com/buildbot/buildbot/commit/05a15d60cb42cc4a2d8375ba616c0520d361baa0 Author: Dustin J. Mitchell Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py Log Message: ----------- Merge delanne/buildbot:FixPeriodicScheduler (PR #1326) Compare: https://github.com/buildbot/buildbot/compare/efa4ef9b195d...05a15d60cb42 From noreply at github.com Fri Nov 14 10:36:11 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 02:36:11 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 14e562: Add implementation for a DockerLatentBuildSlave Message-ID: <5465db1b6e550_9d33f8c379f32bc54753@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 14e5622af0aaa79f7ee06589c96f2b1562c194ce https://github.com/buildbot/buildbot/commit/14e5622af0aaa79f7ee06589c96f2b1562c194ce Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: A master/buildbot/buildslave/docker.py Log Message: ----------- Add implementation for a DockerLatentBuildSlave Commit: 1f22b7b303b1c2f263f81ff46d8c26dc22e562ab https://github.com/buildbot/buildbot/commit/1f22b7b303b1c2f263f81ff46d8c26dc22e562ab Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/setup.py Log Message: ----------- Add an entrypoint for the DockerLatentBuildSlave Commit: b300412837a3f50bd58a768ad3df26780cfcfadc https://github.com/buildbot/buildbot/commit/b300412837a3f50bd58a768ad3df26780cfcfadc Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- Build the image if not found and the dockerfile is given Commit: 4032cbc0dcc99fd03115d75858d209bd3cf31e07 https://github.com/buildbot/buildbot/commit/4032cbc0dcc99fd03115d75858d209bd3cf31e07 Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py A master/buildbot/test/fake/docker.py A master/buildbot/test/unit/test_buildslave_docker.py Log Message: ----------- Add tests for the DockerLatentBuildSlave Commit: f3d6957e5a45af2b16f1361bc6212588b95406d6 https://github.com/buildbot/buildbot/commit/f3d6957e5a45af2b16f1361bc6212588b95406d6 Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: A master/docs/manual/cfg-buildslaves-docker.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/relnotes/index.rst Log Message: ----------- Add documentation for the latent BuildSlave Commit: ecc036eeb731ff01c0242388da4680f9e0b20e04 https://github.com/buildbot/buildbot/commit/ecc036eeb731ff01c0242388da4680f9e0b20e04 Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/fake/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- Small fixes Commit: 463730b4d280f3a246c68fbe2c07ed18b2608ab4 https://github.com/buildbot/buildbot/commit/463730b4d280f3a246c68fbe2c07ed18b2608ab4 Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- defer the stop_instance to a thread, don't wait if fast. Commit: cd0e1c294db4682b7832fa25595f22982ba2700e https://github.com/buildbot/buildbot/commit/cd0e1c294db4682b7832fa25595f22982ba2700e Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- Fix the comment about container isolation in the doc. (Thanks @sa2ajj) Commit: c05bc8ede75b9073db10de69c4a35b9de317ab2b https://github.com/buildbot/buildbot/commit/c05bc8ede75b9073db10de69c4a35b9de317ab2b Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- Prefix the thread methods with 'thd_' Commit: c88adb8af770c94b8398083e14a7fcc4ebd50552 https://github.com/buildbot/buildbot/commit/c88adb8af770c94b8398083e14a7fcc4ebd50552 Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/test/unit/test_buildslave_docker.py Log Message: ----------- Don't make the test dependant on private methods Commit: d89a593de1a72edfef849b37a7d2a57e9e0249af https://github.com/buildbot/buildbot/commit/d89a593de1a72edfef849b37a7d2a57e9e0249af Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: A master/buildbot/buildslave/docker.py A master/buildbot/test/fake/docker.py A master/buildbot/test/unit/test_buildslave_docker.py A master/docs/manual/cfg-buildslaves-docker.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- Merge pull request #1344 from benallard/docker_latent Add a Docker Latent BuildSlave implementation Fixes ticket:2956 Compare: https://github.com/buildbot/buildbot/compare/05a15d60cb42...d89a593de1a7 From noreply at github.com Fri Nov 14 10:40:33 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 02:40:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e2924c: Convert BitBucket hook's project from a list to a ... Message-ID: <5465dc21c9934_742a3fd7e3bb92c07573@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: e2924ce59c721dec712b14fbba2aa366a6d0efca https://github.com/buildbot/buildbot/commit/e2924ce59c721dec712b14fbba2aa366a6d0efca Author: Jeppe Pihl 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 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 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 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 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 Compare: https://github.com/buildbot/buildbot/compare/315289185c97...c542da3ef85a From noreply at github.com Fri Nov 14 12:07:30 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 04:07:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 203afb: Update styleguide about thd_ prefix for secondary-... Message-ID: <5465f082d943a_38f63fd736ad12c02105b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 203afb64f4d9737889d9a066b51fe7ea81f33dd3 https://github.com/buildbot/buildbot/commit/203afb64f4d9737889d9a066b51fe7ea81f33dd3 Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/docs/developer/style.rst Log Message: ----------- Update styleguide about thd_ prefix for secondary-thread functions. Commit: 9b20440544f1802728de11330081d22e780155e4 https://github.com/buildbot/buildbot/commit/9b20440544f1802728de11330081d22e780155e4 Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/docs/developer/style.rst Log Message: ----------- Address review comments. Commit: aa8ab9012d11d05b998264f74e11528f77996a2f https://github.com/buildbot/buildbot/commit/aa8ab9012d11d05b998264f74e11528f77996a2f Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/docs/developer/style.rst Log Message: ----------- Merge pull request #1350 from benallard/patch-1 Update styleguide about thd_ prefix for secondary-thread functions. Compare: https://github.com/buildbot/buildbot/compare/d89a593de1a7...aa8ab9012d11 From noreply at github.com Fri Nov 14 12:45:05 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 04:45:05 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5744a9: fix some highlighing issues Message-ID: <5465f95133fe4_6ff13fa364b852bc84610@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5744a95774c219845df98d9eb0cf3ff921e03135 https://github.com/buildbot/buildbot/commit/5744a95774c219845df98d9eb0cf3ff921e03135 Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/docs/manual/cfg-buildslaves-docker.rst M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- fix some highlighing issues * docker * use 'none' for the time being (until Pygments 2.0+) is installed on our builders * explicitly say "bash" for a bash snippet * explicitly say "python" for Cppcheck example Commit: 453403f832163e5e2b8fb6ef5e059ba9148d4b69 https://github.com/buildbot/buildbot/commit/453403f832163e5e2b8fb6ef5e059ba9148d4b69 Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/docs/manual/cfg-buildslaves-docker.rst M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge pull request #1351 from sa2ajj/fix-highlighting-issues fix some highlighing issues for the documentation Compare: https://github.com/buildbot/buildbot/compare/aa8ab9012d11...453403f83216 From noreply at github.com Fri Nov 14 15:28:54 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 07:28:54 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5c2cf4: Trac #3014 Add a migrator that reverts db version ... Message-ID: <54661fb6c3aac_660a3fc3f34492a054390@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5c2cf49011e795c40745f04f39501b9d64eddf83 https://github.com/buildbot/buildbot/commit/5c2cf49011e795c40745f04f39501b9d64eddf83 Author: Xavier Delannoy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/db/builders.py A master/buildbot/db/migrate/versions/040_add_builder_tags.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py A master/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py M master/buildbot/test/util/validation.py Log Message: ----------- Trac #3014 Add a migrator that reverts db version 40 - This commit reintroduce db version 40, and the db/test code which used it Commit: fb1b9483511158d592dfa59dfff7661174cd0140 https://github.com/buildbot/buildbot/commit/fb1b9483511158d592dfa59dfff7661174cd0140 Author: Xavier Delannoy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/db/builders.py M master/buildbot/db/connector.py A master/buildbot/db/migrate/versions/041_add_N_N_tagsbuilders.py M master/buildbot/db/model.py A master/buildbot/db/tags.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_builders.py Log Message: ----------- - add N:N relationship tags/builders - autopep8 Commit: f492a74ec588dc657fad20d3f0fa1a65a2407bfd https://github.com/buildbot/buildbot/commit/f492a74ec588dc657fad20d3f0fa1a65a2407bfd Author: Xavier Delannoy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/data/builders.py Log Message: ----------- tardyp's comment: tags = types.List(of=types.String()) (Remove NoneOK) Commit: a00ce1450af16d27f8f656c9085874828afbfd11 https://github.com/buildbot/buildbot/commit/a00ce1450af16d27f8f656c9085874828afbfd11 Author: delanne Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/db/builders.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/util/validation.py Log Message: ----------- Fix: benallard's comments, => change the default config builderConfig tags to [] instead of None Commit: 0623fff7fd0c3d8c1d201136e2b8c15a598acb04 https://github.com/buildbot/buildbot/commit/0623fff7fd0c3d8c1d201136e2b8c15a598acb04 Author: Xavier Delannoy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: A master/buildbot/test/unit/test_db_migrate_versions_041_add_N_N_tagsbuilders.py Log Message: ----------- add master/buildbot/test/unit/test_db_migrate_versions_041_add_N_N_tagsbuilders.py Commit: 997d6e8a35723a885217c6077b261ac07193e9ce https://github.com/buildbot/buildbot/commit/997d6e8a35723a885217c6077b261ac07193e9ce Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/data/builders.py M master/buildbot/db/builders.py M master/buildbot/db/connector.py A master/buildbot/db/migrate/versions/040_add_builder_tags.py A master/buildbot/db/migrate/versions/041_add_N_N_tagsbuilders.py M master/buildbot/db/model.py A master/buildbot/db/tags.py M master/buildbot/process/builder.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_db_builders.py A master/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py A master/buildbot/test/unit/test_db_migrate_versions_041_add_N_N_tagsbuilders.py M master/buildbot/test/util/validation.py Log Message: ----------- Merge pull request #1334 from delanne/AddTagsInDBForBuild Add tags in db for build See ticket:3014 Compare: https://github.com/buildbot/buildbot/compare/453403f83216...997d6e8a3572 From noreply at github.com Fri Nov 14 15:33:23 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 07:33:23 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] dbcbc3: Set 'master' as default parameter to validate.sh Message-ID: <546620c3e2a3_1a353ffcc843b2a0612cb@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: dbcbc3940ba15427266476ff0f656b63ac5f7ffc https://github.com/buildbot/buildbot/commit/dbcbc3940ba15427266476ff0f656b63ac5f7ffc Author: Beno?t Allard Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M common/validate.sh Log Message: ----------- Set 'master' as default parameter to validate.sh Commit: 185f3c339a2789b9d425f97f0e1e06ec697c5968 https://github.com/buildbot/buildbot/commit/185f3c339a2789b9d425f97f0e1e06ec697c5968 Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M common/validate.sh Log Message: ----------- Merge pull request #1352 from benallard/validate-master Set 'master' as default revision for validate.sh Compare: https://github.com/buildbot/buildbot/compare/997d6e8a3572...185f3c339a27 From noreply at github.com Fri Nov 14 19:15:20 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 11:15:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] cb6f52: Enhance github_buildbot.py Message-ID: <546654c839c06_6b5f3fed0a0f52bc86785@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cb6f52e0e4fb254f4ceae98c433754c4677a4b97 https://github.com/buildbot/buildbot/commit/cb6f52e0e4fb254f4ceae98c433754c4677a4b97 Author: Luke Bakken Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- Enhance github_buildbot.py * Ensure that if secret is present, it is evaluated before any response is given * Respond `pong` to the `ping` event * Accept either `application/json` or `application/www--form-urlencoded` content types Commit: debc3021554e058b5a25ca854f88d8fa74e0dde6 https://github.com/buildbot/buildbot/commit/debc3021554e058b5a25ca854f88d8fa74e0dde6 Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- Merge pull request #1354 from lukebakken/github-buildbot-tweaks Enhance github_buildbot.py Compare: https://github.com/buildbot/buildbot/compare/185f3c339a27...debc3021554e From noreply at github.com Fri Nov 14 23:18:27 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 15:18:27 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6eac86: fix forceIdentifier Message-ID: <54668dc3d45a4_762e3ffb82e9d2bc20745@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6eac868fcb23e070d031b47f5d65cd9d95dba7c7 https://github.com/buildbot/buildbot/commit/6eac868fcb23e070d031b47f5d65cd9d95dba7c7 Author: Pierre Tardy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/test/unit/test_util_identifiers.py M master/buildbot/util/identifiers.py Log Message: ----------- fix forceIdentifier warnings (20002) -> warnings__20002_ instead of warnings__2___2_ Signed-off-by: Pierre Tardy Commit: 8c3eae44776f9d3838ebb8558e3889c16622e914 https://github.com/buildbot/buildbot/commit/8c3eae44776f9d3838ebb8558e3889c16622e914 Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/test/unit/test_util_identifiers.py M master/buildbot/util/identifiers.py Log Message: ----------- Merge tardyp/buildbot:identifier (PR #1353) Compare: https://github.com/buildbot/buildbot/compare/debc3021554e...8c3eae44776f From noreply at github.com Sat Nov 15 03:54:39 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 19:54:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 322a2b: Small adjustments to docker tutorial. Message-ID: <5466ce7f18570_20d13fb0382952c0426cd@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 322a2b8689f3ff0f11d0dd3c0fdd8500b814aa5c https://github.com/buildbot/buildbot/commit/322a2b8689f3ff0f11d0dd3c0fdd8500b814aa5c Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 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: 4d327cd03f7b4d7bdf91f22a779eae4447e68c21 https://github.com/buildbot/buildbot/commit/4d327cd03f7b4d7bdf91f22a779eae4447e68c21 Author: Mikhail Sobolev Date: 2014-11-15 (Sat, 15 Nov 2014) Changed paths: M master/docs/tutorial/docker.rst Log Message: ----------- Merge pull request #1357 from djmitche/bug2989 Small adjustments to docker tutorial. Compare: https://github.com/buildbot/buildbot/compare/8c3eae44776f...4d327cd03f7b From noreply at github.com Sat Nov 15 03:59:12 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 19:59:12 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 853a23: document addLogWith{Failure, Exception} Message-ID: <5466cf9060046_27f23f81460832a059498@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 853a23f1003a6e9601e19f1a499122318b93aeef https://github.com/buildbot/buildbot/commit/853a23f1003a6e9601e19f1a499122318b93aeef Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/docs/developer/cls-buildsteps.rst Log Message: ----------- document addLogWith{Failure,Exception} Commit: 3a81e538f0d66b09d6dfbf3272dc8428eff42ab7 https://github.com/buildbot/buildbot/commit/3a81e538f0d66b09d6dfbf3272dc8428eff42ab7 Author: Mikhail Sobolev Date: 2014-11-15 (Sat, 15 Nov 2014) Changed paths: M master/docs/developer/cls-buildsteps.rst Log Message: ----------- Merge pull request #1361 from djmitche/doc-addlogwith document addLogWith{Failure,Exception} Compare: https://github.com/buildbot/buildbot/compare/4d327cd03f7b...3a81e538f0d6 From noreply at github.com Sat Nov 15 04:03:01 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 20:03:01 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 77f27b: don't log BuildslaveTooOldError Message-ID: <5466d07568724_59d93fa6435fb29c306a8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 77f27b9873eec907416528e43a21615cee6cb930 https://github.com/buildbot/buildbot/commit/77f27b9873eec907416528e43a21615cee6cb930 Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_steps_slave.py Log Message: ----------- don't log BuildslaveTooOldError Commit: 758e96182ec2d450d81547a604e07d6464844c66 https://github.com/buildbot/buildbot/commit/758e96182ec2d450d81547a604e07d6464844c66 Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/steps/source/svn.py M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- test failure when buildslave does not have svn installed Commit: b84fde607dc64e6a2b7f195e2c889baf5d5359f4 https://github.com/buildbot/buildbot/commit/b84fde607dc64e6a2b7f195e2c889baf5d5359f4 Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- make sure self.results is set for getResultSummary Commit: dfa2e244d517630f0af7586d9b268479e9257f91 https://github.com/buildbot/buildbot/commit/dfa2e244d517630f0af7586d9b268479e9257f91 Author: Mikhail Sobolev Date: 2014-11-15 (Sat, 15 Nov 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/source/svn.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- Merge pull request #1358 from djmitche/bug3017 Fix up handling of `self.results` for steps Compare: https://github.com/buildbot/buildbot/compare/3a81e538f0d6...dfa2e244d517 From noreply at github.com Sat Nov 15 04:16:05 2014 From: noreply at github.com (GitHub) Date: Fri, 14 Nov 2014 20:16:05 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 7f170f: add a test for bug 2974 Message-ID: <5466d3853b922_687e3f9b9515b2b878134@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7f170f8e79cbff46f3b51cbee3b97ef9dad6e50e https://github.com/buildbot/buildbot/commit/7f170f8e79cbff46f3b51cbee3b97ef9dad6e50e Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- add a test for bug 2974 Commit: 3e184775d74b5ca0d003e85702602e483c9b7696 https://github.com/buildbot/buildbot/commit/3e184775d74b5ca0d003e85702602e483c9b7696 Author: Mikhail Sobolev Date: 2014-11-15 (Sat, 15 Nov 2014) Changed paths: M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- Merge pull request #1359 from djmitche/bug2974 add a test for bug 2974 Compare: https://github.com/buildbot/buildbot/compare/dfa2e244d517...3e184775d74b From noreply at github.com Sat Nov 15 16:05:44 2014 From: noreply at github.com (GitHub) Date: Sat, 15 Nov 2014 08:05:44 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 312f09: corect the sense of the old-slave support for slav... Message-ID: <546779d8d34f3_68803fa4334d52bc4496d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 312f09175ab53aa89f5de60bca837614dcbf5d70 https://github.com/buildbot/buildbot/commit/312f09175ab53aa89f5de60bca837614dcbf5d70 Author: Dustin J. Mitchell 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 From noreply at github.com Sat Nov 15 16:35:22 2014 From: noreply at github.com (GitHub) Date: Sat, 15 Nov 2014 08:35:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b47ec1: rework logviewer Message-ID: <546780ca7b000_61d03f91f94e12c03189d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b47ec1ac431e1557fd44f37a2041968ff3099572 https://github.com/buildbot/buildbot/commit/b47ec1ac431e1557fd44f37a2041968ff3099572 Author: Pierre Tardy Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M www/base/package.json M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade A www/base/src/app/builders/log/logviewer/scrollviewport.directive.coffee A www/base/src/app/builders/log/logviewer/scrollviewport.spec.coffee Log Message: ----------- rework logviewer as per http://trac.buildbot.net/ticket/2982 the old implementation was very slow for big logviewers, because a table with the whole data was loaded. With this implementation, we play with scrolling position to find out which data to load, and load only necessary data invisible parts of the log are replaced with padding div, which height is properly calculated based on https://github.com/Hill30/NGScroller (MIT license) ui.scroll is a good directive for infinite scrolling. Its inner working makes it not very adapted to viewing log: This scroll directive uses ui.scroll base, but replace the whole DOM manipulation code - Can directly scroll to arbitrary position - Dont remove out-of-sight DOM. Eventually this will result in huge dom, so please make sure to use bind-once childs. This however as the advantage on only loading each line once. - Support line count, and adapt scroll bar appropriately - Can follow the end of stream, via updating the scroll-position attribute - row height is fixed (or you cannot make geometric calculation to determine the positions of arbitrary elements) This directive uses JQuery for DOM manipulation Note that we loose filtering, which is to hard to make efficient right now. Signed-off-by: Pierre Tardy Commit: 4a1f06889f0b27382c4253e90b077b54adcf8388 https://github.com/buildbot/buildbot/commit/4a1f06889f0b27382c4253e90b077b54adcf8388 Author: Pierre Tardy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- fix for 't' logs Signed-off-by: Pierre Tardy Commit: 613ba3800f7f96f736675a721120c504272665a4 https://github.com/buildbot/buildbot/commit/613ba3800f7f96f736675a721120c504272665a4 Author: Pierre Tardy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade M www/base/src/app/builders/log/logviewer/scrollviewport.directive.coffee Log Message: ----------- additional improvements for logviewer - Add buttons for log download, and full loading - Greatly improve performance via profiling. - disabling ng-animate: 75% - minimize the use of $.height(): %15% - Add loading indicator Signed-off-by: Pierre Tardy Commit: 91f93958d104094db7ed8f41d97977e67faf3759 https://github.com/buildbot/buildbot/commit/91f93958d104094db7ed8f41d97977e67faf3759 Author: Pierre Tardy Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade M www/base/src/app/builders/log/logviewer/scrollviewport.directive.coffee M www/base/src/app/builders/log/logviewer/scrollviewport.spec.coffee Log Message: ----------- more logviewer optimizations Signed-off-by: Pierre Tardy Commit: b81f993522d21f80455807f0a755d52f31faaeeb https://github.com/buildbot/buildbot/commit/b81f993522d21f80455807f0a755d52f31faaeeb Author: Pierre Tardy Date: 2014-11-15 (Sat, 15 Nov 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.less Log Message: ----------- fix performance bug with chrome chrome/safari takes exponential time to remove elements with float:left as proved with: http://jsfiddle.net/pgueecab/3/ There is no such problem with display: inline-block, which achieve same functionality Signed-off-by: Pierre Tardy Commit: 5c668cab0c5af8cb42bd305978b94d0f57cdcdf1 https://github.com/buildbot/buildbot/commit/5c668cab0c5af8cb42bd305978b94d0f57cdcdf1 Author: Dustin J. Mitchell Date: 2014-11-15 (Sat, 15 Nov 2014) Changed paths: M www/base/package.json M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade A www/base/src/app/builders/log/logviewer/scrollviewport.directive.coffee A www/base/src/app/builders/log/logviewer/scrollviewport.spec.coffee Log Message: ----------- Merge tardyp/buildbot:logviewer (PR #1347) Compare: https://github.com/buildbot/buildbot/compare/3e184775d74b...5c668cab0c5a From noreply at github.com Sun Nov 16 07:48:39 2014 From: noreply at github.com (GitHub) Date: Sat, 15 Nov 2014 23:48:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 056a7e: add a target to produce release artifacts Message-ID: <546856d73cb2_700f3fcf6ba9f2c06162f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 056a7e26b980ffd8ea7292ced1b71840e781ccfa https://github.com/buildbot/buildbot/commit/056a7e26b980ffd8ea7292ced1b71840e781ccfa Author: Mikhail Sobolev Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M Makefile Log Message: ----------- add a target to produce release artifacts Commit: bdc8c8dc255eab4725afa2d6c9de48bb26246103 https://github.com/buildbot/buildbot/commit/bdc8c8dc255eab4725afa2d6c9de48bb26246103 Author: Mikhail Sobolev 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 Compare: https://github.com/buildbot/buildbot/compare/312f09175ab5...bdc8c8dc255e From noreply at github.com Sun Nov 16 21:16:06 2014 From: noreply at github.com (GitHub) Date: Sun, 16 Nov 2014 13:16:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] d42aeb: correctly capture closed bugs Message-ID: <54691416e40f5_525d3f8324eab2bc879ae@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: d42aeb368cc68712bd5a51c1e70362d5ed3aab43 https://github.com/buildbot/buildbot-infra/commit/d42aeb368cc68712bd5a51c1e70362d5ed3aab43 Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- correctly capture closed bugs Commit: 1a2ebb6d56eba5ca3cd9c3b31c4c0bd2a693b8cf https://github.com/buildbot/buildbot-infra/commit/1a2ebb6d56eba5ca3cd9c3b31c4c0bd2a693b8cf Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- send HTML emails The plain-text looks pretty bad, especially in a non-monospace view. It's also horrendously wide due to all of the links. Commit: 2e062353bfac4e4a2125fd184a3b6b6303870a8d https://github.com/buildbot/buildbot-infra/commit/2e062353bfac4e4a2125fd184a3b6b6303870a8d Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- Include PR's for buildbot-infra, too Commit: 0477e8ab94398f9e130f583746251f62496bbc1c https://github.com/buildbot/buildbot-infra/commit/0477e8ab94398f9e130f583746251f62496bbc1c Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- Merge djmitche/buildbot-infra:changetime (PR #6) Commit: 946f793a1086f9d2dcb0256388e6de7736fe7713 https://github.com/buildbot/buildbot-infra/commit/946f793a1086f9d2dcb0256388e6de7736fe7713 Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- Merge djmitche/buildbot-infra:infra-too (PR #10) Commit: 6ab976ed4bb343a97256a5f2e43ec3a6b4e22280 https://github.com/buildbot/buildbot-infra/commit/6ab976ed4bb343a97256a5f2e43ec3a6b4e22280 Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- Merge djmitche/buildbot-infra:html-email (PR #7) Compare: https://github.com/buildbot/buildbot-infra/compare/b8e30fc53eb6...6ab976ed4bb3 From noreply at github.com Mon Nov 17 03:38:13 2014 From: noreply at github.com (GitHub) Date: Sun, 16 Nov 2014 19:38:13 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 6ba2d4: add skelly as admin_user Message-ID: <54696da532c4d_56013ff53a23129c7592@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 6ba2d459d04cd58f14a35b047efba1c8d9551d9d https://github.com/buildbot/buildbot-infra/commit/6ba2d459d04cd58f14a35b047efba1c8d9551d9d Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M group_vars/all A roles/base/files/authorized_keys/sean.keys Log Message: ----------- add skelly as admin_user Commit: c8927ac433529d1f0b4da8037e8fc99d361ff514 https://github.com/buildbot/buildbot-infra/commit/c8927ac433529d1f0b4da8037e8fc99d361ff514 Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M group_vars/all A roles/base/files/authorized_keys/sean.keys Log Message: ----------- Merge djmitche/buildbot-infra:add-skelly (PR #8) Compare: https://github.com/buildbot/buildbot-infra/compare/6ab976ed4bb3...c8927ac43352 From noreply at github.com Mon Nov 17 10:05:14 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 02:05:14 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 660332: add support for secrets Message-ID: <5469c85a806c2_580c3fdc4955129c99254@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 660332d5dad0f568c8e0e500713333d6d4b2b1c5 https://github.com/buildbot/buildbot-infra/commit/660332d5dad0f568c8e0e500713333d6d4b2b1c5 Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M .gitignore M README.md M roles/base/tasks/main.yml A roles/base/tasks/secrets.yml A secrets.yml Log Message: ----------- add support for secrets The vault password is `sekrit`, and it only has a placeholder in it. We will re-key to a shared password before adding real secrets. Commit: d6c35204059ec38ec6bbc02880c36ace8705d00e https://github.com/buildbot/buildbot-infra/commit/d6c35204059ec38ec6bbc02880c36ace8705d00e Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M README.md Log Message: ----------- fix typo Commit: 7147b8e5aab5f1d3bb4db73f29fff513b6a9fa56 https://github.com/buildbot/buildbot-infra/commit/7147b8e5aab5f1d3bb4db73f29fff513b6a9fa56 Author: Mikhail Sobolev Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M .gitignore M README.md M roles/base/tasks/main.yml A roles/base/tasks/secrets.yml A secrets.yml Log Message: ----------- Merge pull request #9 from djmitche/add-secrets add support for secrets Compare: https://github.com/buildbot/buildbot-infra/compare/c8927ac43352...7147b8e5aab5 From noreply at github.com Mon Nov 17 10:15:22 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 02:15:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 259705: Correct status message on windows Message-ID: <5469caba6004d_17b43fdd0b23d2a0625ba@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 259705ef3012ad9d63db86548c7202f8e4c13fe8 https://github.com/buildbot/buildbot/commit/259705ef3012ad9d63db86548c7202f8e4c13fe8 Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- Correct status message on windows Refs #2985. Commit: f26430571069b8657d5893b9e75595856f6f2c80 https://github.com/buildbot/buildbot/commit/f26430571069b8657d5893b9e75595856f6f2c80 Author: Mikhail Sobolev Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- Merge pull request #1362 from djmitche/bug2984 Correct status message on windows Compare: https://github.com/buildbot/buildbot/compare/5c668cab0c5a...f26430571069 From noreply at github.com Mon Nov 17 11:48:50 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 03:48:50 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 671700: Make addBuildsetsForSourceStampsWithDefaults do wh... Message-ID: <5469e0a2ef19c_24dc3fd6316e52c0166a8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 671700e793681221935b407da3656b71e95c36be https://github.com/buildbot/buildbot/commit/671700e793681221935b407da3656b71e95c36be Author: Dustin J. Mitchell Date: 2014-11-14 (Fri, 14 Nov 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py M master/docs/developer/cls-basescheduler.rst Log Message: ----------- Make addBuildsetsForSourceStampsWithDefaults do what it says Commit: 63f3078e05b0593a6ab999b4c94dcce49a1d4d6a https://github.com/buildbot/buildbot/commit/63f3078e05b0593a6ab999b4c94dcce49a1d4d6a Author: Dustin J. Mitchell Date: 2014-11-15 (Sat, 15 Nov 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_triggerable.py Log Message: ----------- fix trigger tests Commit: 1823dde40d6ac27acbe150f9c63410682e75aa1d https://github.com/buildbot/buildbot/commit/1823dde40d6ac27acbe150f9c63410682e75aa1d Author: Dustin J. Mitchell Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_triggerable.py Log Message: ----------- pep8 Commit: 967aeb6e8d76ad330be0df2550c7d245f4ab757a https://github.com/buildbot/buildbot/commit/967aeb6e8d76ad330be0df2550c7d245f4ab757a Author: Mikhail Sobolev Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/docs/developer/cls-basescheduler.rst Log Message: ----------- Merge pull request #1360 from djmitche/abs4sswd Make addBuildsetsForSourceStampsWithDefaults do what it says Compare: https://github.com/buildbot/buildbot/compare/f26430571069...967aeb6e8d76 From noreply at github.com Mon Nov 17 12:53:05 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 04:53:05 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 0d5ca5: convert markdown to rst Message-ID: <5469efb1c9df7_3b3e3fbaa029729c172a2@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/rest-doc Home: https://github.com/buildbot/buildbot-infra Commit: 0d5ca52a66ef1bdaf6e7238abe9e05e2eea71288 https://github.com/buildbot/buildbot-infra/commit/0d5ca52a66ef1bdaf6e7238abe9e05e2eea71288 Author: Mikhail Sobolev Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: R README.md A README.rst Log Message: ----------- convert markdown to rst From noreply at github.com Mon Nov 17 12:55:29 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 04:55:29 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] Message-ID: <5469f04116538_3b3e3fbaa029729c17497@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/rest-doc Home: https://github.com/buildbot/buildbot-infra From noreply at github.com Mon Nov 17 14:32:13 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 06:32:13 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 0d5ca5: convert markdown to rst Message-ID: <546a06ed82c36_77743ff2a15692c0993d@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 0d5ca52a66ef1bdaf6e7238abe9e05e2eea71288 https://github.com/buildbot/buildbot-infra/commit/0d5ca52a66ef1bdaf6e7238abe9e05e2eea71288 Author: Mikhail Sobolev Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: R README.md A README.rst Log Message: ----------- convert markdown to rst Commit: 01f971018783a51171bf74e047b2c7374df51871 https://github.com/buildbot/buildbot-infra/commit/01f971018783a51171bf74e047b2c7374df51871 Author: Dustin J. Mitchell Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: R README.md A README.rst Log Message: ----------- Merge sa2ajj/buildbot-infra:rest-doc (PR #11) Compare: https://github.com/buildbot/buildbot-infra/compare/7147b8e5aab5...01f971018783 From noreply at github.com Mon Nov 17 15:49:37 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 07:49:37 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 071126: fix remnants of texinfo format Message-ID: <546a1911b89ab_27f73faf3eb0b29c88797@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 07112646a46ce51440c4dc090e999033e6686747 https://github.com/buildbot/buildbot/commit/07112646a46ce51440c4dc090e999033e6686747 Author: Mikhail Sobolev Date: 2014-11-08 (Sat, 08 Nov 2014) Changed paths: M master/docs/developer/cls-basescheduler.rst M master/docs/developer/database.rst Log Message: ----------- fix remnants of texinfo format Commit: 5ff2002f5c06924d599fe1e38f63ce1059d3ed8c https://github.com/buildbot/buildbot/commit/5ff2002f5c06924d599fe1e38f63ce1059d3ed8c Author: Mikhail Sobolev Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M master/docs/developer/config.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-schedulers.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/manual/installation.rst M master/docs/manual/introduction.rst M master/docs/relnotes/index.rst Log Message: ----------- cosmetic changes for the documentation * mainly scheduler related x-refs * some capitalisation * some other minor things Commit: fd0c41d5e5babd465aad3d4d77d3daa0d615fe31 https://github.com/buildbot/buildbot/commit/fd0c41d5e5babd465aad3d4d77d3daa0d615fe31 Author: Dustin J. Mitchell Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M master/docs/developer/cls-basescheduler.rst M master/docs/developer/config.rst M master/docs/developer/database.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-schedulers.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/manual/installation.rst M master/docs/manual/introduction.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge sa2ajj/buildbot:bb-docs-stuff (PR #1340) Compare: https://github.com/buildbot/buildbot/compare/967aeb6e8d76...fd0c41d5e5ba From noreply at github.com Tue Nov 18 09:49:53 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 01:49:53 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c5e70f: Use absolute import in the docker module Message-ID: <546b1641b8906_766c3f8f110e12a0133ab@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c5e70f20a72811e6c8b27004647f349f6ca27cf0 https://github.com/buildbot/buildbot/commit/c5e70f20a72811e6c8b27004647f349f6ca27cf0 Author: Beno?t Allard Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- Use absolute import in the docker module Commit: d64079b8ed0c4c7c0e2cf1a90eef5e740527644f https://github.com/buildbot/buildbot/commit/d64079b8ed0c4c7c0e2cf1a90eef5e740527644f Author: Mikhail Sobolev Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- Merge pull request #1364 from benallard/docker_absolute Use absolute import in the docker module Compare: https://github.com/buildbot/buildbot/compare/fd0c41d5e5ba...d64079b8ed0c From noreply at github.com Tue Nov 18 12:43:30 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 04:43:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d73863: DockerLatentBuildSlave: Message-ID: <546b3ef2abbb4_75d03f87cac352bc799d9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d738634eda532ef8976579e4b3a158ca05dd359f https://github.com/buildbot/buildbot/commit/d738634eda532ef8976579e4b3a158ca05dd359f Author: Xavier Delannoy Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- DockerLatentBuildSlave: - Fix: create the container with the name _ - Fix: destroy the container after the stop operation. (Eg: remove from disk) Commit: e08e4312ee25503b026486c6e42535594ea8eadd https://github.com/buildbot/buildbot/commit/e08e4312ee25503b026486c6e42535594ea8eadd Author: Xavier Delannoy Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- DockerLatentBuildSlave: - remove the last \n of log lines when the docker image is built. Commit: 182c6c5587139498837bcc98ce9ca4baa7452b29 https://github.com/buildbot/buildbot/commit/182c6c5587139498837bcc98ce9ca4baa7452b29 Author: Xavier Delannoy Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- DockerLatentBuildSlave - remove buildFinished method. It breaks at least: - a slave can run several build in parallel. with buildFinished, the container is removed as soon as the first build is finished. As a consequence, concurrent build are canceled. This is not what we want - build_wait_timeout feature This is implemented by AbstractLatentBuildSlave Commit: 9b7d7b5f4c6b72564102b64a9b2135cd1acc99a3 https://github.com/buildbot/buildbot/commit/9b7d7b5f4c6b72564102b64a9b2135cd1acc99a3 Author: Xavier Delannoy Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- When using a AbstractLatentBuildSlave with build_wait_timeout >0, this tracback appears when the slave is disconnected when the build_wait_timer fired: Traceback (most recent call last): File "/home/xavierd/Projects/myGitHub/buildbot-work/sandbox/local/lib/python2.7/site-packages/twisted/spread/pb.py", line 1341, in maybeLogout fn() File "/home/xavierd/Projects/myGitHub/buildbot-work/src/master/buildbot/pbmanager.py", line 177, in return (pb.IPerspective, persp, lambda: persp.detached(mind)) File "/home/xavierd/Projects/myGitHub/buildbot-work/src/master/buildbot/buildslave/protocols/pb.py", line 104, in detached self.notifyDisconnected() File "/home/xavierd/Projects/myGitHub/buildbot-work/src/master/buildbot/buildslave/protocols/base.py", line 43, in notifyDisconnected self._disconnectSubs.deliver() --- --- File "/home/xavierd/Projects/myGitHub/buildbot-work/src/master/buildbot/util/subscription.py", line 37, in deliver sub.callback(*args, **kwargs) exceptions.TypeError: _disconnected() takes exactly 1 argument (0 given) Commit: 2653463d5b4e078ef8a809e481eddcf150c84e71 https://github.com/buildbot/buildbot/commit/2653463d5b4e078ef8a809e481eddcf150c84e71 Author: Xavier Delannoy Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- autopep8 Commit: d527f19ac82032e933eddb8672584acea976f9d9 https://github.com/buildbot/buildbot/commit/d527f19ac82032e933eddb8672584acea976f9d9 Author: Mikhail Sobolev Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/docker.py Log Message: ----------- Merge pull request #1365 from delanne/DockerLatentFix various minor fix for AbstractLatentBuildSlave and DockerLatentBuildSlave Compare: https://github.com/buildbot/buildbot/compare/d64079b8ed0c...d527f19ac820 From noreply at github.com Wed Nov 19 07:21:09 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 23:21:09 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ac48c4: recover from the SVN operation being interrupted Message-ID: <546c44e5bcbf5_31da3ff45495d2a0700e4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: ac48c4ff7d6a1b070282d8b65f70c3da21f14694 https://github.com/buildbot/buildbot/commit/ac48c4ff7d6a1b070282d8b65f70c3da21f14694 Author: Mark Rowe 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 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 Compare: https://github.com/buildbot/buildbot/compare/bdc8c8dc255e...9026f30aa96a From noreply at github.com Wed Nov 19 09:13:24 2014 From: noreply at github.com (GitHub) Date: Wed, 19 Nov 2014 01:13:24 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6410ea: Update docker tutorial to use standard install pro... Message-ID: <546c5f34da3c6_3bf53fd02be112bc94453@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 6410eaf1d8990a0b52110bbf928cfc7c78f21ca6 https://github.com/buildbot/buildbot/commit/6410eaf1d8990a0b52110bbf928cfc7c78f21ca6 Author: Quentin Pradet 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 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 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 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 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 Compare: https://github.com/buildbot/buildbot/compare/9026f30aa96a...4a0299d5c848 From noreply at github.com Thu Nov 20 16:02:35 2014 From: noreply at github.com (GitHub) Date: Thu, 20 Nov 2014 08:02:35 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 318aac: (port from eight) recover from the SVN operation b... Message-ID: <546e109bdef6e_4a13f8460c4d2bc1011eb@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 318aac48b2c38be1af43d16b2d742915894353d3 https://github.com/buildbot/buildbot/commit/318aac48b2c38be1af43d16b2d742915894353d3 Author: Mark Rowe Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/steps/source/svn.py M master/docs/relnotes/index.rst Log Message: ----------- (port from eight) recover from the SVN operation being interrupted * in case 'svn info' returns 'E155037' (run 'cleanup' if it was interrupted), clobber the checkout See ticket:3053 Conflicts: master/buildbot/steps/source/svn.py master/docs/relnotes/index.rst Commit: daca7bc98dcb2dd1ca2545247a599a4620b043e1 https://github.com/buildbot/buildbot/commit/daca7bc98dcb2dd1ca2545247a599a4620b043e1 Author: Mikhail Sobolev Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/steps/source/svn.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1371 from sa2ajj/port-fix-3053 (port from eight) recover from the SVN operation being interrupted Compare: https://github.com/buildbot/buildbot/compare/d527f19ac820...daca7bc98dcb From noreply at github.com Thu Nov 20 18:59:56 2014 From: noreply at github.com (GitHub) Date: Thu, 20 Nov 2014 10:59:56 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d982ba: Have master-side SVN steps respect the timeout whe... Message-ID: <546e3a2cc29f1_27873f9d023a729c447ae@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: d982ba18c17ea42665d35e21be2de1a68f7e5cac https://github.com/buildbot/buildbot/commit/d982ba18c17ea42665d35e21be2de1a68f7e5cac Author: Mark Rowe 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 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: 29bc56f0ea2c8621864f7ec940ffa408638dcdd0 https://github.com/buildbot/buildbot/commit/29bc56f0ea2c8621864f7ec940ffa408638dcdd0 Author: Mikhail Sobolev 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 Compare: https://github.com/buildbot/buildbot/compare/4a0299d5c848...29bc56f0ea2c From noreply at github.com Thu Nov 20 19:12:55 2014 From: noreply at github.com (GitHub) Date: Thu, 20 Nov 2014 11:12:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ae4744: Doc formatting Message-ID: <546e3d37910ba_2e083fd4ceaa32b81077f5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ae47443835379a954eeb7f118f05d4088aeff146 https://github.com/buildbot/buildbot/commit/ae47443835379a954eeb7f118f05d4088aeff146 Author: Beno?t Allard Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/docs/manual/installation.rst Log Message: ----------- Doc formatting Commit: e9655c73bbf1f2b3dab0a17d3ea7483ee3a92d5e https://github.com/buildbot/buildbot/commit/e9655c73bbf1f2b3dab0a17d3ea7483ee3a92d5e Author: Mikhail Sobolev Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/docs/manual/installation.rst Log Message: ----------- Merge pull request #1373 from benallard/patch-1 Doc formatting Compare: https://github.com/buildbot/buildbot/compare/daca7bc98dcb...e9655c73bbf1 From noreply at github.com Fri Nov 21 06:54:47 2014 From: noreply at github.com (GitHub) Date: Thu, 20 Nov 2014 22:54:47 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ab58fe: Separated buildslaves from botmaster. BuildslaveMa... Message-ID: <546ee1b762716_57453fa99280f2c0843bf@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ab58fe32be9ea4d2e40277fad2359f34542bc372 https://github.com/buildbot/buildbot/commit/ab58fe32be9ea4d2e40277fad2359f34542bc372 Author: Kassem Sandarusi Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/process/botmaster.py M master/buildbot/status/master.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/unit/test_buildslave_base.py A master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/docs/tutorial/tour.rst Log Message: ----------- Separated buildslaves from botmaster. BuildslaveManager is now the service parent. Added tests for BuildslaveManager. Updated old tests to conform to new service parent. Updated minor documents to conform to new change. Fixes :bb:bug:`2547`. Commit: 5e85ccd3960aee16a886d4eea9c8ca3be4d22ac9 https://github.com/buildbot/buildbot/commit/5e85ccd3960aee16a886d4eea9c8ca3be4d22ac9 Author: Kassem Sandarusi Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M common/validate.sh A master/buildbot/buildslave/docker.py M master/buildbot/config.py M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/logchunks.py M master/buildbot/db/builders.py M master/buildbot/db/connector.py A master/buildbot/db/migrate/versions/040_add_builder_tags.py A master/buildbot/db/migrate/versions/041_add_N_N_tagsbuilders.py M master/buildbot/db/model.py A master/buildbot/db/tags.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/schedulers/base.py A master/buildbot/steps/cppcheck.py M master/buildbot/steps/source/svn.py A master/buildbot/test/fake/docker.py M master/buildbot/test/fake/endpoint.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_buildslave_docker.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_db_builders.py A master/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py A master/buildbot/test/unit/test_db_migrate_versions_041_add_N_N_tagsbuilders.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_triggerable.py A master/buildbot/test/unit/test_steps_cppcheck.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_util_identifiers.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/validation.py M master/buildbot/util/identifiers.py M master/buildbot/www/rest.py M master/contrib/github_buildbot.py M master/docs/developer/cls-basescheduler.rst M master/docs/developer/cls-buildsteps.rst M master/docs/developer/config.rst M master/docs/developer/data.rst M master/docs/developer/database.rst M master/docs/developer/rtype-logchunk.rst M master/docs/developer/style.rst A master/docs/manual/cfg-buildslaves-docker.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-schedulers.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/manual/installation.rst M master/docs/manual/introduction.rst M master/docs/relnotes/index.rst M master/docs/tutorial/docker.rst M master/setup.py M www/base/guanlecoja/config.coffee M www/base/package.json M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade M www/base/src/app/builders/builder/builder.controller.coffee M www/base/src/app/builders/builder/builder.tpl.jade M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade A www/base/src/app/builders/log/logviewer/scrollviewport.directive.coffee A www/base/src/app/builders/log/logviewer/scrollviewport.spec.coffee M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/base/src/app/index.jade Log Message: ----------- Merge branch 'master' into issue_2547 Commit: d78f60b8ac9b2177abc5190a282f357bd524a17d https://github.com/buildbot/buildbot/commit/d78f60b8ac9b2177abc5190a282f357bd524a17d Author: Kassem Sandarusi Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py Log Message: ----------- Minor fixes that conform to buildbot coding/patch specification. Previous commit fixes #2547. Commit: ff3af155360bc9846e415716e8600e3e6429e7a3 https://github.com/buildbot/buildbot/commit/ff3af155360bc9846e415716e8600e3e6429e7a3 Author: Kassem Sandarusi Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/buildslave/manager.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py Log Message: ----------- Fixed code to conform with what pep8 is expecting. Commit: 9d631761ff0f9b4c1d44170661e7efabf9035dde https://github.com/buildbot/buildbot/commit/9d631761ff0f9b4c1d44170661e7efabf9035dde Author: Kassem Sandarusi Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/buildslave/manager.py M master/buildbot/process/botmaster.py M master/docs/relnotes/index.rst Log Message: ----------- Removed obselete TODO. Removed obselete Botmaster comments and fields. Added onto the release notes. Commit: 41dfe5b88dc9fb9f5654a897082bf99f89c3a661 https://github.com/buildbot/buildbot/commit/41dfe5b88dc9fb9f5654a897082bf99f89c3a661 Author: Kassem Sandarusi Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/process/botmaster.py Log Message: ----------- Fixed imports. Commit: c422c95e1a7421a1456cb2cbd3b20e96eb1b59b7 https://github.com/buildbot/buildbot/commit/c422c95e1a7421a1456cb2cbd3b20e96eb1b59b7 Author: Mikhail Sobolev Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/process/botmaster.py M master/buildbot/status/master.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/unit/test_buildslave_base.py A master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/docs/relnotes/index.rst M master/docs/tutorial/tour.rst Log Message: ----------- Merge pull request #1370 from kassemsandarusi/issue_2547 Make it possible to have slaves and builders with the same name Fixes ticket:2547 Compare: https://github.com/buildbot/buildbot/compare/e9655c73bbf1...c422c95e1a74 From noreply at github.com Fri Nov 21 15:19:40 2014 From: noreply at github.com (GitHub) Date: Fri, 21 Nov 2014 07:19:40 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d74150: Fix pyflakes logs. Message-ID: <546f580ca702f_6e863fe6b56a52bc30483@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d74150f94322e53629b84a2ef403e57998d99e4b https://github.com/buildbot/buildbot/commit/d74150f94322e53629b84a2ef403e57998d99e4b Author: Beno?t Allard Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M master/buildbot/steps/python.py Log Message: ----------- Fix pyflakes logs. Commit: 482c354bc1db66f41e3ac34f746916e8732048e7 https://github.com/buildbot/buildbot/commit/482c354bc1db66f41e3ac34f746916e8732048e7 Author: Mikhail Sobolev Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M master/buildbot/steps/python.py Log Message: ----------- Merge pull request #1376 from benallard/patch-1 Fix pyflakes logs. Compare: https://github.com/buildbot/buildbot/compare/c422c95e1a74...482c354bc1db From noreply at github.com Sat Nov 22 06:36:35 2014 From: noreply at github.com (GitHub) Date: Fri, 21 Nov 2014 22:36:35 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 745bac: httpStatusPush error without maxDiskItems paramete... Message-ID: <54702ef32fba4_36c3ff9f350b2c094990@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 745bac7d0bcd07990074b9a62d3a760e954913ed https://github.com/buildbot/buildbot/commit/745bac7d0bcd07990074b9a62d3a760e954913ed Author: Steve Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/status/status_push.py Log Message: ----------- httpStatusPush error without maxDiskItems parameter Commit: 9d0c1b86b9042b132759166e670a5b34d190e183 https://github.com/buildbot/buildbot/commit/9d0c1b86b9042b132759166e670a5b34d190e183 Author: Steve Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/status/status_push.py Log Message: ----------- maxDiskItems qualification in httpstatus init Commit: 334bcd2bf1245daf296a872dce6f54e0779e5810 https://github.com/buildbot/buildbot/commit/334bcd2bf1245daf296a872dce6f54e0779e5810 Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M master/buildbot/status/status_push.py Log Message: ----------- Merge pull request #1375 from nevetS/master httpStatusPush error without maxDiskItems parameter Compare: https://github.com/buildbot/buildbot/compare/482c354bc1db...334bcd2bf124 From noreply at github.com Sat Nov 22 06:37:17 2014 From: noreply at github.com (GitHub) Date: Fri, 21 Nov 2014 22:37:17 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d847ec: fix a typo in condition for extra props Message-ID: <54702f1d7624e_2a6d3fc4ff3852bc5066e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: d847ec9ef15862e2e8f56199d3e7c01baafb5551 https://github.com/buildbot/buildbot/commit/d847ec9ef15862e2e8f56199d3e7c01baafb5551 Author: Mikhail Sobolev 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 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: 12580027d08beb29034e91618a248fd91f89b599 https://github.com/buildbot/buildbot/commit/12580027d08beb29034e91618a248fd91f89b599 Author: Mikhail Sobolev 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 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 Compare: https://github.com/buildbot/buildbot/compare/29bc56f0ea2c...1c78d8615f58 From noreply at github.com Sat Nov 22 13:57:58 2014 From: noreply at github.com (GitHub) Date: Sat, 22 Nov 2014 05:57:58 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a6fd1b: Create a new 'Deployment' manual section, move stu... Message-ID: <54709666d7ed4_1f43ff06172b2bc84289@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a6fd1b287b6707b35ec0d9e1a5acdc5ab10f6feb https://github.com/buildbot/buildbot/commit/a6fd1b287b6707b35ec0d9e1a5acdc5ab10f6feb Author: Beno?t Allard Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: A master/docs/manual/deploy.rst M master/docs/manual/index.rst M master/docs/manual/installation.rst Log Message: ----------- Create a new 'Deployment' manual section, move stuff around Commit: b269313a447f942826a9578cfdaa324286b77edb https://github.com/buildbot/buildbot/commit/b269313a447f942826a9578cfdaa324286b77edb Author: Beno?t Allard Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/docs/manual/deploy.rst M master/docs/manual/installation.rst Log Message: ----------- Add an index, and a paragraph about sqlite3 in the 'Installation' Commit: c3f77cb5e5a57253a46389c5f0a270e45d18b293 https://github.com/buildbot/buildbot/commit/c3f77cb5e5a57253a46389c5f0a270e45d18b293 Author: Beno?t Allard Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M master/docs/manual/deploy.rst Log Message: ----------- Fix style. Commit: f3787973d02683f431d60f61806d85f76dab4c7b https://github.com/buildbot/buildbot/commit/f3787973d02683f431d60f61806d85f76dab4c7b Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: A master/docs/manual/deploy.rst M master/docs/manual/index.rst M master/docs/manual/installation.rst Log Message: ----------- Merge pull request #1374 from benallard/doc-deploy Create a new 'Deployment' manual section, move stuff around Compare: https://github.com/buildbot/buildbot/compare/334bcd2bf124...f3787973d026 From noreply at github.com Sat Nov 22 16:49:19 2014 From: noreply at github.com (GitHub) Date: Sat, 22 Nov 2014 08:49:19 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5d81f5: Allow to specify a specific docker API version Message-ID: <5470be8f5ee4f_78fc3fd8935752a021758@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5d81f5c1de9b23f7cc8e92eae5818c4f8d0ab692 https://github.com/buildbot/buildbot/commit/5d81f5c1de9b23f7cc8e92eae5818c4f8d0ab692 Author: Beno?t Allard Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- Allow to specify a specific docker API version Commit: c3650b989add6faa4a11dac6826c27349b1dd32b https://github.com/buildbot/buildbot/commit/c3650b989add6faa4a11dac6826c27349b1dd32b Author: Beno?t Allard Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/docs/manual/cfg-buildslaves-docker.rst M master/docs/manual/cfg-buildslaves.rst Log Message: ----------- DockerLatenBuildSlave: Set build_wait_timeout to 0 to better reflect documentation Commit: e5ba9cb638573003952f0705e24a728709669fde https://github.com/buildbot/buildbot/commit/e5ba9cb638573003952f0705e24a728709669fde Author: Beno?t Allard Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- DockerLatentSlave: Parse the volume in the constructor, better document format string, add tests Commit: d66089e6280e30f09dc95091a615876a66021bbf https://github.com/buildbot/buildbot/commit/d66089e6280e30f09dc95091a615876a66021bbf Author: Beno?t Allard Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- DockerLatentBuildslave: Allow to setup TLS configuration Commit: fc7b3815bc9cf39c2204e915cce511df5464e0eb https://github.com/buildbot/buildbot/commit/fc7b3815bc9cf39c2204e915cce511df5464e0eb Author: Beno?t Allard Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py Log Message: ----------- DockerLatentSlave: Perform weird processing on stream lines from docker-py Commit: cedfc1811e1e90f8c52b0d859451e8340fffa997 https://github.com/buildbot/buildbot/commit/cedfc1811e1e90f8c52b0d859451e8340fffa997 Author: Beno?t Allard Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- Remove restriction on image and dockerfile, one of them is now enough Commit: 41bbdeca089e386ccdeed6479a16087d001d8f27 https://github.com/buildbot/buildbot/commit/41bbdeca089e386ccdeed6479a16087d001d8f27 Author: Beno?t Allard Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- Fix according to remarks. Commit: 765b8b183d2f03c498571f301fda5288857ac8e9 https://github.com/buildbot/buildbot/commit/765b8b183d2f03c498571f301fda5288857ac8e9 Author: Beno?t Allard Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py Log Message: ----------- Fix some Docker errors Commit: 4358920403b3905e757105ca7bc26c269cd5f728 https://github.com/buildbot/buildbot/commit/4358920403b3905e757105ca7bc26c269cd5f728 Author: Beno?t Allard Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst Log Message: ----------- merged Commit: 2d3a64846e1e1d17662d298ff2ee21046e32ec33 https://github.com/buildbot/buildbot/commit/2d3a64846e1e1d17662d298ff2ee21046e32ec33 Author: Beno?t Allard Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- Add missing import. Commit: e39c00544d68c8d6b5f55b03a24179456078a8de https://github.com/buildbot/buildbot/commit/e39c00544d68c8d6b5f55b03a24179456078a8de Author: Beno?t Allard Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py Log Message: ----------- Modifications according to review comments Commit: 1323f675a21e272fe65476f952d935e2e7b15660 https://github.com/buildbot/buildbot/commit/1323f675a21e272fe65476f952d935e2e7b15660 Author: Beno?t Allard Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py Log Message: ----------- merged Commit: 326b8ff90d199b306ea07d2e636a3c0fe55df933 https://github.com/buildbot/buildbot/commit/326b8ff90d199b306ea07d2e636a3c0fe55df933 Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py M master/docs/manual/cfg-buildslaves-docker.rst M master/docs/manual/cfg-buildslaves.rst Log Message: ----------- Merge pull request #1366 from benallard/docker_better Docker better Compare: https://github.com/buildbot/buildbot/compare/f3787973d026...326b8ff90d19 From noreply at github.com Sat Nov 22 18:15:34 2014 From: noreply at github.com (GitHub) Date: Sat, 22 Nov 2014 10:15:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c8f069: if db is empty, upgrade directly to the sqlalchemy... Message-ID: <5470d2c660668_4a1f3fcc886df29c32f1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c8f069f4c7bf425fb41f28835455ba79188c2c77 https://github.com/buildbot/buildbot/commit/c8f069f4c7bf425fb41f28835455ba79188c2c77 Author: Pierre Tardy Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M master/buildbot/db/migrate/versions/001_initial.py A master/buildbot/db/migrate_utils.py M master/buildbot/db/model.py Log Message: ----------- if db is empty, upgrade directly to the sqlalchemy model We now have lots of versions. The initial install takes lots of time especially for pg or sqlite on a slow disk If we detect no versioning, we just use sqlaclhemy to create the tables from the model Signed-off-by: Pierre Tardy Commit: 34e55c8a979c4c2c2bdc7a3924af59343e49293d https://github.com/buildbot/buildbot/commit/34e55c8a979c4c2c2bdc7a3924af59343e49293d Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M master/buildbot/db/migrate/versions/001_initial.py A master/buildbot/db/migrate_utils.py M master/buildbot/db/model.py Log Message: ----------- Merge pull request #1377 from tardyp/dbcreation if db is empty, upgrade directly to the sqlalchemy model Compare: https://github.com/buildbot/buildbot/compare/326b8ff90d19...34e55c8a979c From noreply at github.com Sun Nov 23 14:29:01 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 06:29:01 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5471ef2dd4bc_29e03fc402f1f29c817e1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.7.12 Home: https://github.com/buildbot/buildbot From noreply at github.com Sun Nov 23 14:29:04 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 06:29:04 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5471ef3062563_47133fa83fa6b2c0277e5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.0 Home: https://github.com/buildbot/buildbot From noreply at github.com Sun Nov 23 14:29:06 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 06:29:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5471ef32201b1_49703fafd352b29c6797@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.1 Home: https://github.com/buildbot/buildbot From noreply at github.com Sun Nov 23 14:29:07 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 06:29:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5471ef33b284c_3f623f8f77e372b8863b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.2 Home: https://github.com/buildbot/buildbot From noreply at github.com Sun Nov 23 14:29:10 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 06:29:10 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5471ef3630325_2bee3fe762e352b899494@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.3 Home: https://github.com/buildbot/buildbot From noreply at github.com Sun Nov 23 15:30:57 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 07:30:57 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 92bb02: smalld docs update Message-ID: <5471fdb172344_26353ff70183d2bc538a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 92bb0247d592ae2f9607b9a9976038728546157f https://github.com/buildbot/buildbot-infra/commit/92bb0247d592ae2f9607b9a9976038728546157f Author: Dustin J. Mitchell Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M docs/network.txt Log Message: ----------- smalld docs update Commit: f3a75c2042b5dd58fefb4169b99bebc22453b494 https://github.com/buildbot/buildbot-infra/commit/f3a75c2042b5dd58fefb4169b99bebc22453b494 Author: Dustin J. Mitchell Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M docs/hardware.txt Log Message: ----------- more hardware Commit: 286f1233c8fac0b6a74609183f3c4535bf8ba71b https://github.com/buildbot/buildbot-infra/commit/286f1233c8fac0b6a74609183f3c4535bf8ba71b Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M docs/hardware.txt M docs/network.txt Log Message: ----------- Merge pull request #13 from djmitche/more-hardware More hardware Compare: https://github.com/buildbot/buildbot-infra/compare/01f971018783...286f1233c8fa From noreply at github.com Sun Nov 23 15:31:08 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 07:31:08 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 70f6a2: Log when creating database from scratch Message-ID: <5471fdbc71208_26353ff70183d2bc55aa@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 70f6a20297d9c8ce6ec1c60ac7d1de3469753cfb https://github.com/buildbot/buildbot/commit/70f6a20297d9c8ce6ec1c60ac7d1de3469753cfb Author: Dustin J. Mitchell Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M master/buildbot/db/model.py Log Message: ----------- Log when creating database from scratch Commit: eca6bd3848a94ab8bb181a62ff3c655a2167ad09 https://github.com/buildbot/buildbot/commit/eca6bd3848a94ab8bb181a62ff3c655a2167ad09 Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M master/buildbot/db/model.py Log Message: ----------- Merge pull request #1379 from djmitche/log-empty-db Log when creating database from scratch Compare: https://github.com/buildbot/buildbot/compare/34e55c8a979c...eca6bd3848a9 From noreply at github.com Sun Nov 23 16:20:28 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 08:20:28 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 896a3e: add a comment about group_vars/all purpose Message-ID: <5472094c2915c_31993ff83a5772a039347@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 896a3e65546cf7a4edededac86546ffbbfa16e26 https://github.com/buildbot/buildbot-infra/commit/896a3e65546cf7a4edededac86546ffbbfa16e26 Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M group_vars/all Log Message: ----------- add a comment about group_vars/all purpose Commit: 93477ffe9dd01896d0fb6fc33ac81786a9593ac5 https://github.com/buildbot/buildbot-infra/commit/93477ffe9dd01896d0fb6fc33ac81786a9593ac5 Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M group_vars/all M prod-hosts Log Message: ----------- set python interpreter in group_vars/all Commit: 36c6485d668bb2ca044152239d4c814c73fe7305 https://github.com/buildbot/buildbot-infra/commit/36c6485d668bb2ca044152239d4c814c73fe7305 Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: M group_vars/all Log Message: ----------- add a list of utility packages See ticket:3036 Commit: 45b676c44a887231d9f0a740c840ec0a3277e383 https://github.com/buildbot/buildbot-infra/commit/45b676c44a887231d9f0a740c840ec0a3277e383 Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: R docs/ansible-notes.txt Log Message: ----------- remove outdated notes Commit: e81f47dc0814aa68b74bab0a6197755739c7eaa6 https://github.com/buildbot/buildbot-infra/commit/e81f47dc0814aa68b74bab0a6197755739c7eaa6 Author: Mikhail Sobolev Date: 2014-11-22 (Sat, 22 Nov 2014) Changed paths: A bootstrap A bootstrap.yml A files/sudoers-wheel M group_vars/all Log Message: ----------- add bootstrap related files * bootstrap is the main script to run * bootstrap.yml is the playbook that does the actual job (This is still work in progress, see bootstrap.yml for comments) Commit: aa5583da8dc493e9792e617bea0dbad3d98ecf8e https://github.com/buildbot/buildbot-infra/commit/aa5583da8dc493e9792e617bea0dbad3d98ecf8e Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M bootstrap.yml R roles/base/tasks/admin_users.yml M roles/base/tasks/main.yml A roles/base/tasks/users.yml Log Message: ----------- create all users in one place * rename 'admin_users' tasks to just 'users' * move service account creation from 'bootstrap.yml' to the above mentioned task list Commit: f7ed5b8056a8a68dcb8db578475b7a85817e756e https://github.com/buildbot/buildbot-infra/commit/f7ed5b8056a8a68dcb8db578475b7a85817e756e Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M bootstrap.yml R files/sudoers-wheel A roles/base/files/sudoers-wheel M roles/base/tasks/sudo.yml R roles/base/templates/sudoers-wheel.j2 Log Message: ----------- slightly change the way sudoers are ensured * make sure '#includedir ...' is present * do not use template (we do not need it atm) and use the file verbatim * remove the corresponding part from bootstrap.yml Commit: 99c36d0e4487072f494619289355a8d498ab7869 https://github.com/buildbot/buildbot-infra/commit/99c36d0e4487072f494619289355a8d498ab7869 Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M bootstrap.yml A docs/ansible-todo.txt Log Message: ----------- move notes from bootstrap.yml to docs/ansible-todo.txt * related to the crontask Commit: 9f27542a4c6df98046ec7e045d238d1787424cb1 https://github.com/buildbot/buildbot-infra/commit/9f27542a4c6df98046ec7e045d238d1787424cb1 Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M roles/base/tasks/main.yml R roles/base/tasks/python.yml Log Message: ----------- do not install python * python2 is installed as a dependency for ansible and is taken care of in 'bootstrap.yml' playbook Commit: 13d4c093c534123e1daa073f927c9b2ed86c8bfd https://github.com/buildbot/buildbot-infra/commit/13d4c093c534123e1daa073f927c9b2ed86c8bfd Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M bootstrap.yml M roles/base/tasks/main.yml A roles/base/tasks/packages.yml M roles/base/tasks/sudo.yml Log Message: ----------- unify package installation * install all mandatory packages * do not install sudo separately (though this can be kept just to be sure) * install all utility packages * remove the functionality from 'bootstrap.yml' Fixes ticket:3036 Commit: 1306af653a7536d33e0da73c78ded36746aabf30 https://github.com/buildbot/buildbot-infra/commit/1306af653a7536d33e0da73c78ded36746aabf30 Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M bootstrap Log Message: ----------- run site.yml during bootstrap * supply '-u root' as otherwise it will use current user Commit: 3d83b0259d1afc0b2686feae95120f438d55d96a https://github.com/buildbot/buildbot-infra/commit/3d83b0259d1afc0b2686feae95120f438d55d96a Author: Dustin J. Mitchell Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M bootstrap Log Message: ----------- update bootstrap * change comments to not include -k * use -e * require a hostpattern and pass it with -l * don't exec the first ansible command (which skips the second) Commit: d2981a1b08483d6b147068fd5f7153ebdea3692a https://github.com/buildbot/buildbot-infra/commit/d2981a1b08483d6b147068fd5f7153ebdea3692a Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M bootstrap Log Message: ----------- fix usage Commit: b14679599e1da11da8c0e92309d54495411e2afb https://github.com/buildbot/buildbot-infra/commit/b14679599e1da11da8c0e92309d54495411e2afb Author: Dustin J. Mitchell Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: A bootstrap A bootstrap.yml R docs/ansible-notes.txt A docs/ansible-todo.txt M group_vars/all M prod-hosts A roles/base/files/sudoers-wheel R roles/base/tasks/admin_users.yml M roles/base/tasks/main.yml A roles/base/tasks/packages.yml R roles/base/tasks/python.yml M roles/base/tasks/sudo.yml A roles/base/tasks/users.yml R roles/base/templates/sudoers-wheel.j2 Log Message: ----------- Merge sa2ajj/buildbot-infra:bootstrap (PR #12) Compare: https://github.com/buildbot/buildbot-infra/compare/286f1233c8fa...b14679599e1d From noreply at github.com Sun Nov 23 17:15:06 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 09:15:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] abf58a: Adapt docker tests (follow-up of PR-1366) Message-ID: <5472161a5adce_3bb83fdad70932a02034a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: abf58ac1094f0ff27ec8954b4c97a21af7f23128 https://github.com/buildbot/buildbot/commit/abf58ac1094f0ff27ec8954b4c97a21af7f23128 Author: Beno?t Allard Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py Log Message: ----------- Adapt docker tests (follow-up of PR-1366) Commit: 424fcb9cb6dca5dfb514a4959382cded4eafa68c https://github.com/buildbot/buildbot/commit/424fcb9cb6dca5dfb514a4959382cded4eafa68c Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/test/unit/test_buildslave_docker.py Log Message: ----------- Merge pull request #1381 from benallard/docker_tests Adapt docker tests (follow-up of PR-1366) Compare: https://github.com/buildbot/buildbot/compare/eca6bd3848a9...424fcb9cb6dc From noreply at github.com Sun Nov 23 20:35:13 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 12:35:13 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] e02338: Clarify IP space Message-ID: <5472450172507_31e33fef4155d2bc97998@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: e023386d17d5801a6dfc6831c434e798f1381c50 https://github.com/buildbot/buildbot-infra/commit/e023386d17d5801a6dfc6831c434e798f1381c50 Author: Sean Kelly Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M docs/network.txt Log Message: ----------- Clarify IP space Commit: 11529797c0524b51fc7308dcc47b8049470c0c92 https://github.com/buildbot/buildbot-infra/commit/11529797c0524b51fc7308dcc47b8049470c0c92 Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M docs/network.txt Log Message: ----------- Merge pull request #17 from seankelly/ip-addr Clarify IP space Compare: https://github.com/buildbot/buildbot-infra/compare/b14679599e1d...11529797c052 From noreply at github.com Mon Nov 24 00:42:00 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 16:42:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] deb9e3: remove 'servicehost' role Message-ID: <54727ed897c40_16aa3fe2845e729c10171@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: deb9e320d1944be5d5bd9e1868696c281b65a1e6 https://github.com/buildbot/buildbot-infra/commit/deb9e320d1944be5d5bd9e1868696c281b65a1e6 Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: R roles/servicehost/tasks/main.yml Log Message: ----------- remove 'servicehost' role * it's unused * our workflow covers what it's supposed to do Commit: f4d8b9ad7e4f56594cad6c23aef7fed37e6ab6c4 https://github.com/buildbot/buildbot-infra/commit/f4d8b9ad7e4f56594cad6c23aef7fed37e6ab6c4 Author: Dustin J. Mitchell Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: R roles/servicehost/tasks/main.yml Log Message: ----------- Merge sa2ajj/buildbot-infra:remove-unused-role (PR #15) Compare: https://github.com/buildbot/buildbot-infra/compare/11529797c052...f4d8b9ad7e4f From noreply at github.com Mon Nov 24 01:10:34 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:10:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 74dcde: remove 'Next Version' from NEWS (tagged the wrong ... Message-ID: <5472858a63610_14f03fbc8b9df29c19076@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.3 Home: https://github.com/buildbot/buildbot Commit: 74dcde8767b11a3936334b64170bda5b973275be https://github.com/buildbot/buildbot/commit/74dcde8767b11a3936334b64170bda5b973275be Author: Dustin J. Mitchell Date: 2010-12-21 (Tue, 21 Dec 2010) Changed paths: M master/NEWS M slave/NEWS Log Message: ----------- remove 'Next Version' from NEWS (tagged the wrong rev) Commit: 15fbae9e963246837e444c915c532138d3104134 https://github.com/buildbot/buildbot/commit/15fbae9e963246837e444c915c532138d3104134 Author: Dustin J. Mitchell Date: 2011-01-01 (Sat, 01 Jan 2011) Changed paths: M master/NEWS M master/buildbot/changes/gitpoller.py Log Message: ----------- Fix critical failures in gitpoller for 0.8.3p1 * correctly initialize a new repository with 'git init' and 'git fetch', albiet using blocking calls (fixes #1742) * correctly synchronize processing of each change in a large batch of changes (fixes #1745) Commit: fcfc8840c1bef89da8d337a2c509247a86a62d5a https://github.com/buildbot/buildbot/commit/fcfc8840c1bef89da8d337a2c509247a86a62d5a Author: Dustin J. Mitchell Date: 2011-01-01 (Sat, 01 Jan 2011) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- whitespace change Commit: 6643f3a347abe693971cc37a561148dd934eee76 https://github.com/buildbot/buildbot/commit/6643f3a347abe693971cc37a561148dd934eee76 Author: Dustin J. Mitchell Date: 2011-01-07 (Fri, 07 Jan 2011) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- don't clear out $PATH when launching git Compare: https://github.com/buildbot/buildbot/compare/74dcde8767b1^...6643f3a347ab From noreply at github.com Mon Nov 24 01:10:33 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:10:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 513a8f: update NEWS for release Message-ID: <54728589df9ff_f723fb64bce92bc3469b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.2 Home: https://github.com/buildbot/buildbot Commit: 513a8fba9502e6fb2db462e03b12d56f56dcebb2 https://github.com/buildbot/buildbot/commit/513a8fba9502e6fb2db462e03b12d56f56dcebb2 Author: Dustin J. Mitchell Date: 2010-10-26 (Tue, 26 Oct 2010) Changed paths: M master/NEWS M slave/NEWS Log Message: ----------- update NEWS for release Commit: 3539ed92b4423baa10260bf7e16c3ede9bc5ebe0 https://github.com/buildbot/buildbot/commit/3539ed92b4423baa10260bf7e16c3ede9bc5ebe0 Author: Amber Yust Date: 2010-10-26 (Tue, 26 Oct 2010) Changed paths: M master/buildbot/status/web/status_json.py M master/buildbot/steps/source.py M master/buildbot/steps/vstudio.py M master/buildbot/test/unit/test_util_loop.py Log Message: ----------- Fixes for bugs discovered via Pyflakes Commit: d0f1bcbf36494f3ce77e559f9e59be424c33b280 https://github.com/buildbot/buildbot/commit/d0f1bcbf36494f3ce77e559f9e59be424c33b280 Author: Dustin J. Mitchell Date: 2010-10-26 (Tue, 26 Oct 2010) Changed paths: M master/buildbot/process/properties.py Log Message: ----------- Upgrade properties by adding .runtime if necessary Fixes #1024 Commit: dad60e386dd2a61a69a662d5b809db9fd0953c80 https://github.com/buildbot/buildbot/commit/dad60e386dd2a61a69a662d5b809db9fd0953c80 Author: Dustin J. Mitchell Date: 2010-10-27 (Wed, 27 Oct 2010) Changed paths: M slave/setup.py Log Message: ----------- add buildbot_service.py to $PYTHONDIR\Scripts on windows Fixes #1026 Commit: 9561ca2d7062e2727d338c87aab6430dce2dc81e https://github.com/buildbot/buildbot/commit/9561ca2d7062e2727d338c87aab6430dce2dc81e Author: Dustin J. Mitchell Date: 2010-10-28 (Thu, 28 Oct 2010) Changed paths: M slave/setup.py Log Message: ----------- fix install path for the VERSION file on slave Compare: https://github.com/buildbot/buildbot/compare/513a8fba9502^...9561ca2d7062 From noreply at github.com Mon Nov 24 01:10:34 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:10:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] de00b6: update VERSION to 0.8.0rc1 Message-ID: <5472858a40dec_11b43fcb0a83d2bc6692c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.0 Home: https://github.com/buildbot/buildbot Commit: de00b670d98c37939fcff78e2230ad6d3e37404b https://github.com/buildbot/buildbot/commit/de00b670d98c37939fcff78e2230ad6d3e37404b Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update VERSION to 0.8.0rc1 Commit: ff313e4092477fbf5831bf5f72a88b6a399315db https://github.com/buildbot/buildbot/commit/ff313e4092477fbf5831bf5f72a88b6a399315db Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: R NOTES-0.8.1.txt Log Message: ----------- remove spurious file Signed-off-by: Dustin J. Mitchell Commit: c512b5bcb529eac091d8185afadd28433064aafc https://github.com/buildbot/buildbot/commit/c512b5bcb529eac091d8185afadd28433064aafc Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M NEWS Log Message: ----------- add news about mercurial revision ids Signed-off-by: Dustin J. Mitchell Commit: 46194be7a4183c79ee0d02ed390165eb369e8c1a https://github.com/buildbot/buildbot/commit/46194be7a4183c79ee0d02ed390165eb369e8c1a Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/status/web/base.py M buildbot/status/web/templates/build.html M buildbot/test/unit/test_util_loop.py M buildbot/util/monkeypatches.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: don't capitalize build property names do not use twisted.python.monkey, which is not in tw-2.5.0 Directory listings require Twisted >= 9.0.0 (fixes #812) add news about mercurial revision ids remove spurious file Commit: ca4f9350b2a8f3c0c9d08a4232e06f20cb9b783a https://github.com/buildbot/buildbot/commit/ca4f9350b2a8f3c0c9d08a4232e06f20cb9b783a Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Nightly will now actually run on the second and subsequent nights Nightly should always classify changes, so it keeps last_processed up to date Commit: 1135af9d509dbd44def5470ee0600da68884a4d2 https://github.com/buildbot/buildbot/commit/1135af9d509dbd44def5470ee0600da68884a4d2 Author: Dustin J. Mitchell Date: 2010-05-02 (Sun, 02 May 2010) Changed paths: M NEWS A UPGRADING M docs/installation.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: add explicit upgrading notes (fixes #810) Commit: 9acbdb1b30085706e67ea9f25466eaa2642bde05 https://github.com/buildbot/buildbot/commit/9acbdb1b30085706e67ea9f25466eaa2642bde05 Author: Dustin J. Mitchell Date: 2010-05-02 (Sun, 02 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update version number Commit: 0ec86e417e18efe2ff0982231337b10c077738c6 https://github.com/buildbot/buildbot/commit/0ec86e417e18efe2ff0982231337b10c077738c6 Author: Dustin J. Mitchell Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/changes/manager.py M buildbot/db/connector.py M buildbot/schedulers/base.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: add a default value for scheduler state 'last_processed' - fixes #816 Commit: 376ad7d9c25942adad36134c516b8e6f9cc09a03 https://github.com/buildbot/buildbot/commit/376ad7d9c25942adad36134c516b8e6f9cc09a03 Author: Dustin J. Mitchell Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update version number Commit: 1e1578a80b02d5a6afa9a1f09126fb1b803d9b62 https://github.com/buildbot/buildbot/commit/1e1578a80b02d5a6afa9a1f09126fb1b803d9b62 Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/db/schema/tables.sql M buildbot/schedulers/timed.py M buildbot/steps/source.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Fix Nightly Scheduler docstring - specify Scheduler arguments by name Don't fire Nightly scheduler when onlyIfChanged is set and no changes on branch Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True P4: p4base was not a member of the class (fix #821) Fix typo in schema comments Commit: 598057ad9c93be9bc8c98d58739d4b19aff09be7 https://github.com/buildbot/buildbot/commit/598057ad9c93be9bc8c98d58739d4b19aff09be7 Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/status/mail.py M docs/cfg-statustargets.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Document MailNotifier's change mode Remove unnecessary prints in mail.py Commit: e5b6ba76ac17df1d953062021651eacaf3920da7 https://github.com/buildbot/buildbot/commit/e5b6ba76ac17df1d953062021651eacaf3920da7 Author: Dustin J. Mitchell Date: 2010-05-11 (Tue, 11 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Make sure the loop delay is at least 0. Commit: 62020352cad2e9c840dd1c00073a631a89332619 https://github.com/buildbot/buildbot/commit/62020352cad2e9c840dd1c00073a631a89332619 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/db/dbspec.py M buildbot/db/schema/v1.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py A buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py A contrib/fix_changes_pickle_encoding.py M docs/installation.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: migrate recode_changes into OldChangeManager, don't convert to string add docs for potential encoding problems tweaks to contrib script Get fix_changes_pickle_encoding script working and tested...sort of Improve exception on unicode decode failure Raise an exception if the db can't store unicode data formatting Test regular ascii data Test that trying to import non-utf8 data will raise exceptions Make remove_none return u"" for None, and not replace data Reduce length of scheduler name, class_name columns so they fit with Decode strings from change objects as if they're utf-8. Commit: 050edda9b2209ef5496a5bf931da243b6e6936fd https://github.com/buildbot/buildbot/commit/050edda9b2209ef5496a5bf931da243b6e6936fd Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/db/connector.py M buildbot/slave/commands/base.py M buildbot/sourcestamp.py M buildbot/status/web/templates/console.html Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: remove assertions remove 'will this work?' comments - refs #829 add an 'else' to a template inline conditional Commit: 2a1be357ce04681798b48ff8560a0d3147643d6e https://github.com/buildbot/buildbot/commit/2a1be357ce04681798b48ff8560a0d3147643d6e Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/db/schema/manager.py M buildbot/test/regressions/test_change_properties.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: be careful to close the db connection after performing SchemaManager operations upgrade quietly Commit: 57a459974f16d2b614ccdf595c9554a2fc9dffe6 https://github.com/buildbot/buildbot/commit/57a459974f16d2b614ccdf595c9554a2fc9dffe6 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- bump version to 0.8.0rc4 Commit: 41dd706263f3eea565050f5e211f6c579218815a https://github.com/buildbot/buildbot/commit/41dd706263f3eea565050f5e211f6c579218815a Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M MANIFEST.in Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: include UPGRADING in the manifest Commit: bf772bc4a868b55e1e451dd629c4a92a36c9c668 https://github.com/buildbot/buildbot/commit/bf772bc4a868b55e1e451dd629c4a92a36c9c668 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/db/schema/manager.py A buildbot/db/schema/v5.py M buildbot/slave/bot.py M buildbot/slave/commands/base.py M buildbot/steps/shell.py M buildbot/test/unit/test_db_schema_master.py M buildbot/util/loop.py M docs/installation.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Calculate 'now' for scheduler loop ahead of time. Create v5 schema that adds a bunch of indexes Add documentation for unicode_encoding setting for slave's buildbot.tac Do command arg encoding on the slave Commit: 68bbe5e24366e156dd3ce19a855e9bf05c645895 https://github.com/buildbot/buildbot/commit/68bbe5e24366e156dd3ce19a855e9bf05c645895 Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/slave/commands/base.py M buildbot/slave/commands/vcs.py M buildbot/test/unit/test_slave_commands_base.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Adding retrying logic for sqlite Add comments about why we're doing unicode encoding Fix running .exes under windows when we don't have an abolute path obfuscate P4 passwords - fixes #846 Fix error handling for _startCommand so that tracebacks get back to the Commit: e836fb4271eb666b216b6ea12bc6ad1f634fe70a https://github.com/buildbot/buildbot/commit/e836fb4271eb666b216b6ea12bc6ad1f634fe70a Author: Dustin J. Mitchell Date: 2010-05-20 (Thu, 20 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- bump to rc5 Commit: 150e4e8ce2b5f916928b381d316ef722c4f77535 https://github.com/buildbot/buildbot/commit/150e4e8ce2b5f916928b381d316ef722c4f77535 Author: Dustin J. Mitchell Date: 2010-05-24 (Mon, 24 May 2010) Changed paths: M buildbot/process/builder.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: check that build_status exists before looking at .number (fixes #855) Commit: 17a0a2c2c5eb06d9a23c22382f67dc4665d7117a https://github.com/buildbot/buildbot/commit/17a0a2c2c5eb06d9a23c22382f67dc4665d7117a Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py M buildbot/status/web/feeds.py M buildbot/status/web/templates/feed_atom10.xml M buildbot/status/web/templates/feed_description.html M buildbot/status/web/templates/feed_rss20.xml M setup.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: remove unicodedata.normalize and add comments Force changlist fed to perforce p4 client -i to be ascii. Minor fixes and tweaks to rss and atom templates White space clean up Add missing rss and atom template files to install Commit: 6fee4050a03aa8d8ed472bb1e53456676a14f3f5 https://github.com/buildbot/buildbot/commit/6fee4050a03aa8d8ed472bb1e53456676a14f3f5 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: A ChangeLog-0.8.0 M NEWS Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: add 0.8.0 ChangeLog and update NEWS with release date Commit: d679cb8f4c5be170d3cf2e335d0097ea8be2bfe0 https://github.com/buildbot/buildbot/commit/d679cb8f4c5be170d3cf2e335d0097ea8be2bfe0 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update version Commit: a20cfe078a31eabded5cf1b62ded28d1009518b1 https://github.com/buildbot/buildbot/commit/a20cfe078a31eabded5cf1b62ded28d1009518b1 Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M buildbot/status/web/templates/console.html Log Message: ----------- Fix XSS holes in /console backported from master: 5d5165652d96ad7a91a267ab9fe1adcdc67b414e Commit: f20d843ea2e0775579c3aa64a52b5b28b90d3099 https://github.com/buildbot/buildbot/commit/f20d843ea2e0775579c3aa64a52b5b28b90d3099 Author: Amber Yust Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M buildbot/status/web/templates/console.html Log Message: ----------- Don't need to double-escape comments. changecomment already handles escaping for us. backport of 6499d21fc58b294a9f08df74eb6710d1a63cd67d Commit: 03078f33382428ed325272aca84b458357d9aebe https://github.com/buildbot/buildbot/commit/03078f33382428ed325272aca84b458357d9aebe Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M buildbot/status/web/templates/console.html Log Message: ----------- Back off some escaping on things that were verified as safe. backport of 200bb6227cc0bfcdbbeb530b3d7ac82ffc6090c4 Commit: 915d6cbe4455cf090b4bc81c502436ecfd256a9a https://github.com/buildbot/buildbot/commit/915d6cbe4455cf090b4bc81c502436ecfd256a9a Author: Amber Yust Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M buildbot/status/web/base.py Log Message: ----------- Use cgi.escape for comment escaping. jinja2.escape escapes too much (quote marks) for things that aren't going to be placed in attribute values. backport of e326c445bb0cf2fd0e27cafe0e561ea7163a1267 Commit: cff8990ca606b971361bedac5a87c294ad77b4c1 https://github.com/buildbot/buildbot/commit/cff8990ca606b971361bedac5a87c294ad77b4c1 Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M buildbot/status/web/base.py Log Message: ----------- escape parts of comments correctly A change comment gets broken up into (a) unmatched text and (b) matched text, where the unmatched text must be escaped and the matched text needs to be properly escaped *after* expanding match groups. backport of 21d74603ed7999c9b8801566e8a865e017df70b1 Commit: c8bcce872a152fdc10d0a479ab58e9a59c9a71ef https://github.com/buildbot/buildbot/commit/c8bcce872a152fdc10d0a479ab58e9a59c9a71ef Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M NEWS M buildbot/__init__.py Log Message: ----------- Bump version number to 0.8.0p1, edit NEWS Compare: https://github.com/buildbot/buildbot/compare/de00b670d98c^...c8bcce872a15 From noreply at github.com Mon Nov 24 01:10:33 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:10:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c35617: fix Python-2.3-compatibility problems Message-ID: <54728589e25b1_11d73fe5ce8cf2a0924cc@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.7.12 Home: https://github.com/buildbot/buildbot Commit: c35617c3007de94960d2d607a799b64d6363bc6d https://github.com/buildbot/buildbot/commit/c35617c3007de94960d2d607a799b64d6363bc6d Author: Darragh Bailey Date: 2010-01-16 (Sat, 16 Jan 2010) Changed paths: M buildbot/status/web/console.py M buildbot/status/web/console_html.py A buildbot/stringTemplate.py M buildbot/test/test_console.py Log Message: ----------- fix Python-2.3-compatibility problems Commit: 8bbb343ee63ed7638b177f08187ef78145654ecd https://github.com/buildbot/buildbot/commit/8bbb343ee63ed7638b177f08187ef78145654ecd Author: Gareth Armstrong Date: 2010-01-16 (Sat, 16 Jan 2010) Changed paths: M buildbot/status/mail.py M docs/buildbot.texinfo Log Message: ----------- Add documentation fixes for MailNotifier messageFormatter function and add example code. Commit: 2009af482533c1cdea7444befca3f847ee8c80ab https://github.com/buildbot/buildbot/commit/2009af482533c1cdea7444befca3f847ee8c80ab Author: Dustin J. Mitchell Date: 2010-01-16 (Sat, 16 Jan 2010) Changed paths: M setup.py Log Message: ----------- include all CSS files in the distro Commit: b18d3c649be82eaeab6e8d6e465813882ae68a5b https://github.com/buildbot/buildbot/commit/b18d3c649be82eaeab6e8d6e465813882ae68a5b Author: Dustin J. Mitchell Date: 2010-01-16 (Sat, 16 Jan 2010) Changed paths: M docs/buildbot.texinfo Log Message: ----------- (fixes #679) reference 'status.web.auth' in docs Commit: 0de1a022f59f3a1ff4130433c489589bb204cbe1 https://github.com/buildbot/buildbot/commit/0de1a022f59f3a1ff4130433c489589bb204cbe1 Author: Dustin J. Mitchell Date: 2010-01-17 (Sun, 17 Jan 2010) Changed paths: M setup.py Log Message: ----------- also include bg_gradient.jpg in setup.py Commit: 078271034295f10cb50f3ee5d4374e1eac6f9b65 https://github.com/buildbot/buildbot/commit/078271034295f10cb50f3ee5d4374e1eac6f9b65 Author: Dustin J. Mitchell Date: 2010-01-18 (Mon, 18 Jan 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- bump to rc3 Commit: 63763cbe9f1afb8e84094373f1b6818ed7fc7010 https://github.com/buildbot/buildbot/commit/63763cbe9f1afb8e84094373f1b6818ed7fc7010 Author: Dustin J. Mitchell Date: 2010-01-18 (Mon, 18 Jan 2010) Changed paths: M NEWS M buildbot/__init__.py Log Message: ----------- bump rev, add NEWS Commit: 37f7e88ae1f053c81a2bc5dc5937a57d578bc750 https://github.com/buildbot/buildbot/commit/37f7e88ae1f053c81a2bc5dc5937a57d578bc750 Author: Dustin J. Mitchell Date: 2010-01-19 (Tue, 19 Jan 2010) Changed paths: R .darcs-boring M MANIFEST.in R docs/.arch-inventory A test-dist.sh Log Message: ----------- remove some unnecessary arch and darcs files; add other files to MANIFEST.in; add test for this sort of thing Commit: 20ea6b7d39400b5e042d14bb32cc8dcf2532d6cf https://github.com/buildbot/buildbot/commit/20ea6b7d39400b5e042d14bb32cc8dcf2532d6cf Author: Dustin J. Mitchell Date: 2010-01-19 (Tue, 19 Jan 2010) Changed paths: M NEWS Log Message: ----------- mention new addStep assertion in NEWS Commit: 21c1049e99e727d012aa9762bb737c539f65f6f3 https://github.com/buildbot/buildbot/commit/21c1049e99e727d012aa9762bb737c539f65f6f3 Author: Dustin J. Mitchell Date: 2010-01-19 (Tue, 19 Jan 2010) Changed paths: M NEWS M buildbot/__init__.py Log Message: ----------- bump revision to rc5 Commit: 4b447ecc7056907a83ba9f022d370d3093e219f3 https://github.com/buildbot/buildbot/commit/4b447ecc7056907a83ba9f022d370d3093e219f3 Author: Dustin J. Mitchell Date: 2010-01-21 (Thu, 21 Jan 2010) Changed paths: R buildbot/test/test_limitlogs.py Log Message: ----------- remove test_limitlogs These tests have been causing lots of headaches, and aren't testing a "unit" of any sort anyway. They're testing a little bit of code that has caused zero test failures, while the tests themselves have caused lots of failures. Thanks to Axel for writing the tests to start with! Commit: 91d917bbb836db452e83492cc76cdde1e9511fb4 https://github.com/buildbot/buildbot/commit/91d917bbb836db452e83492cc76cdde1e9511fb4 Author: Dustin J. Mitchell Date: 2010-01-21 (Thu, 21 Jan 2010) Changed paths: M buildbot/test/runutils.py M buildbot/test/test_locks.py M buildbot/test/test_mergerequests.py Log Message: ----------- fix some tests .. but not all Commit: bb70cd71dfed13e53ca6b6e2022f6a5d89fcd3f5 https://github.com/buildbot/buildbot/commit/bb70cd71dfed13e53ca6b6e2022f6a5d89fcd3f5 Author: Dustin J. Mitchell Date: 2010-01-21 (Thu, 21 Jan 2010) Changed paths: R buildbot/test/test_mergerequests.py Log Message: ----------- remove test_mergerequests.py This test seems to develop spurious failures, and removing it does not shift those failures elsewhere Commit: 9061ba5bc9c3a06fddfef8f6ac9599087f944fd0 https://github.com/buildbot/buildbot/commit/9061ba5bc9c3a06fddfef8f6ac9599087f944fd0 Author: Dustin J. Mitchell Date: 2010-01-21 (Thu, 21 Jan 2010) Changed paths: M NEWS M buildbot/__init__.py Log Message: ----------- upgrade to release version Commit: 10719f5292692352aeb4ab7f1cc74a6537a2698b https://github.com/buildbot/buildbot/commit/10719f5292692352aeb4ab7f1cc74a6537a2698b Author: jollyroger Date: 2010-04-02 (Fri, 02 Apr 2010) Changed paths: M buildbot/status/web/index.html Log Message: ----------- Fixing CSS for index page Commit: ecd52e267bc4ae7ca26a5f7190cb3b8b6c47b9e8 https://github.com/buildbot/buildbot/commit/ecd52e267bc4ae7ca26a5f7190cb3b8b6c47b9e8 Author: Dustin J. Mitchell Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M buildbot/status/web/index.html Log Message: ----------- Merge branch 'buildbot-0.7.12' of git://github.com/jollyroger/buildbot into buildbot-0.7.12 * 'buildbot-0.7.12' of git://github.com/jollyroger/buildbot: Fixing CSS for index page Compare: https://github.com/buildbot/buildbot/compare/c35617c3007d^...ecd52e267bc4 From noreply at github.com Mon Nov 24 01:10:34 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:10:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ce5b08: Version bumps to 0.8.1 (final) Message-ID: <5472858abf59a_47133fa83fa6b2c0337d0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.1 Home: https://github.com/buildbot/buildbot Commit: ce5b088625ff31aba2101da02cb6eb84c0fe79bd https://github.com/buildbot/buildbot/commit/ce5b088625ff31aba2101da02cb6eb84c0fe79bd Author: Ben Hearsum Date: 2010-07-06 (Tue, 06 Jul 2010) Changed paths: M master/NEWS M master/buildbot/__init__.py M slave/buildslave/__init__.py Log Message: ----------- Version bumps to 0.8.1 (final) Commit: fbd1f22de582c1e702401449bdc5762d35d163d5 https://github.com/buildbot/buildbot/commit/fbd1f22de582c1e702401449bdc5762d35d163d5 Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M master/buildbot/status/web/templates/console.html Log Message: ----------- Fix XSS holes in /console backport of 5d5165652d96ad7a91a267ab9fe1adcdc67b414e Commit: 5379782be141be8fdeeecf40c05d7224a60b0bc3 https://github.com/buildbot/buildbot/commit/5379782be141be8fdeeecf40c05d7224a60b0bc3 Author: Amber Yust Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M master/buildbot/status/web/templates/console.html Log Message: ----------- Don't need to double-escape comments. changecomment already handles escaping for us. backport of 6499d21fc58b294a9f08df74eb6710d1a63cd67d Commit: 246ec1b957fb5712c3590b2c6eadeb175e08cd34 https://github.com/buildbot/buildbot/commit/246ec1b957fb5712c3590b2c6eadeb175e08cd34 Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M master/buildbot/status/web/templates/console.html Log Message: ----------- Back off some escaping on things that were verified as safe. backport of 200bb6227cc0bfcdbbeb530b3d7ac82ffc6090c4 Commit: adb6dca2da0cbe8bdf594eac2b184b0e5cf2c4b5 https://github.com/buildbot/buildbot/commit/adb6dca2da0cbe8bdf594eac2b184b0e5cf2c4b5 Author: Amber Yust Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M master/buildbot/status/web/base.py Log Message: ----------- Use cgi.escape for comment escaping. jinja2.escape escapes too much (quote marks) for things that aren't going to be placed in attribute values. backport of e326c445bb0cf2fd0e27cafe0e561ea7163a1267 Commit: dc114ccab33e2076ea537082bcd22467913c83f2 https://github.com/buildbot/buildbot/commit/dc114ccab33e2076ea537082bcd22467913c83f2 Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M master/buildbot/status/web/base.py Log Message: ----------- escape parts of comments correctly A change comment gets broken up into (a) unmatched text and (b) matched text, where the unmatched text must be escaped and the matched text needs to be properly escaped *after* expanding match groups. backport of 21d74603ed7999c9b8801566e8a865e017df70b1 Commit: 4a5b02b7939de18cf424c6882af0b5d6c15678b9 https://github.com/buildbot/buildbot/commit/4a5b02b7939de18cf424c6882af0b5d6c15678b9 Author: Dustin J. Mitchell Date: 2010-10-01 (Fri, 01 Oct 2010) Changed paths: M master/NEWS M master/buildbot/__init__.py M slave/NEWS M slave/buildslave/__init__.py Log Message: ----------- Bump version to 0.8.1p1 and update NEWS Compare: https://github.com/buildbot/buildbot/compare/ce5b088625ff^...4a5b02b7939d From noreply at github.com Mon Nov 24 01:10:34 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:10:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 31398a: Enforce Property name and source as unicode or asc... Message-ID: <5472858aee9c4_20473fe35beb92bc800cd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 31398aebfc6607edd6191d7a087bcd69da50662f https://github.com/buildbot/buildbot/commit/31398aebfc6607edd6191d7a087bcd69da50662f Author: Beno?t Allard Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M master/buildbot/process/properties.py M master/docs/relnotes/index.rst Log Message: ----------- Enforce Property name and source as unicode or ascii string Commit: 34d31efe7e963871695fcec2a544fd634870d758 https://github.com/buildbot/buildbot/commit/34d31efe7e963871695fcec2a544fd634870d758 Author: Dustin J. Mitchell Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M master/buildbot/process/properties.py M master/docs/relnotes/index.rst Log Message: ----------- Merge benallard/buildbot:properties_unicode (PR #1382) Compare: https://github.com/buildbot/buildbot/compare/424fcb9cb6dc...34d31efe7e96 From noreply at github.com Mon Nov 24 01:13:56 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:13:56 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <547286546de43_4e073ff18158d2b875689@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.7.12 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:00 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <54728658b1531_1a973fcc0994d29c769fb@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.0 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:01 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:01 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <54728659c3e6_3e9a3fdf2dd372b8710d0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.2 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:00 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <54728658b60a2_4dd13fda657d92c046028@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.1 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:03 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:03 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5472865b5a7c5_3acc3fe868e752bc10263@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.3 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:25 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:25 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5472867166b2d_19153f84052fd2bc90123@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.7 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:25 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:25 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <547286713de6_a763f9320dbb29c24920@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.8 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:40 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:40 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5472868022d7c_2fb23ff4f99652c059471@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.5 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:38 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:38 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5472867ea7d07_408c3f9e800472bc2311e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.4 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 01:14:42 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 17:14:42 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <547286829e098_14f03fbc8b9df29c192a3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.6 Home: https://github.com/buildbot/buildbot From noreply at github.com Mon Nov 24 06:28:55 2014 From: noreply at github.com (GitHub) Date: Sun, 23 Nov 2014 22:28:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 61a70e: re-format YAML files Message-ID: <5472d02726f6d_4a493f901d2a72bc192f7@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 61a70e1392d276904d49a06165eaf46036f344ed https://github.com/buildbot/buildbot-infra/commit/61a70e1392d276904d49a06165eaf46036f344ed Author: Mikhail Sobolev Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M roles/base/tasks/users.yml M roles/ssh/handlers/main.yml M roles/ssh/tasks/main.yml Log Message: ----------- re-format YAML files * this is like "one-sentence-per-line" :) Commit: 9609b9d169c6cc20254e3b652af9ea8392b707f9 https://github.com/buildbot/buildbot-infra/commit/9609b9d169c6cc20254e3b652af9ea8392b707f9 Author: Mikhail Sobolev Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M roles/base/tasks/users.yml M roles/ssh/handlers/main.yml M roles/ssh/tasks/main.yml Log Message: ----------- Merge pull request #16 from sa2ajj/formatting re-format YAML files Compare: https://github.com/buildbot/buildbot-infra/compare/f4d8b9ad7e4f...9609b9d169c6 From noreply at github.com Mon Nov 24 13:20:26 2014 From: noreply at github.com (GitHub) Date: Mon, 24 Nov 2014 05:20:26 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8b4ecb: Fix ordering of buildslave and builder reconfig Message-ID: <5473309a85809_ba13f91356132c0921af@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8b4ecbea42231f0b2340edb632c96fb4f6e1a5bf https://github.com/buildbot/buildbot/commit/8b4ecbea42231f0b2340edb632c96fb4f6e1a5bf Author: Xavier Delannoy Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/buildbot/buildslave/manager.py Log Message: ----------- Fix ordering of buildslave and builder reconfig Commit: 98d53f26f65b128a7a386049dc90e6ffe932a551 https://github.com/buildbot/buildbot/commit/98d53f26f65b128a7a386049dc90e6ffe932a551 Author: Dustin J. Mitchell Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/buildbot/buildslave/manager.py Log Message: ----------- fix pyflakes Compare: https://github.com/buildbot/buildbot/compare/34d31efe7e96...98d53f26f65b From noreply at github.com Mon Nov 24 14:56:00 2014 From: noreply at github.com (GitHub) Date: Mon, 24 Nov 2014 06:56:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 483db0: Fix typo in parameter name. Message-ID: <5473470055e36_2243ff5a374f29c92911@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 483db00f98855e2d85046430a414a1fee14af50c https://github.com/buildbot/buildbot/commit/483db00f98855e2d85046430a414a1fee14af50c Author: Beno?t Allard Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/docs/developer/database.rst Log Message: ----------- Fix typo in parameter name. Commit: c87559b4acf264bc589bff39b6ab7b496fac521f https://github.com/buildbot/buildbot/commit/c87559b4acf264bc589bff39b6ab7b496fac521f Author: Dustin J. Mitchell Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/docs/developer/database.rst Log Message: ----------- Merge benallard/buildbot:patch-3 (PR #1383) Compare: https://github.com/buildbot/buildbot/compare/98d53f26f65b...c87559b4acf2 From noreply at github.com Mon Nov 24 16:38:59 2014 From: noreply at github.com (GitHub) Date: Mon, 24 Nov 2014 08:38:59 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 945263: Introduce the build_properties table Message-ID: <54735f2392ad1_4d363f9f608e12c0650e6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9452633e76a90453d21b807d17ae56b202e1a28e https://github.com/buildbot/buildbot/commit/9452633e76a90453d21b807d17ae56b202e1a28e Author: Beno?t Allard Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: A master/buildbot/db/migrate/versions/042_add_build_properties_table.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_db_migrate_versions_042_add_build_properties_table.py Log Message: ----------- Introduce the build_properties table Commit: 49b37a573de6ff99d8e0ca911e55f3b633cffb5f https://github.com/buildbot/buildbot/commit/49b37a573de6ff99d8e0ca911e55f3b633cffb5f Author: Beno?t Allard Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/buildbot/db/builds.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_builds.py M master/docs/developer/database.rst Log Message: ----------- Add buildproperties db API Commit: 38b44b3d2b6fe0dd0738b13d9e6a899aa6d319ee https://github.com/buildbot/buildbot/commit/38b44b3d2b6fe0dd0738b13d9e6a899aa6d319ee Author: Mikhail Sobolev Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/buildbot/db/builds.py A master/buildbot/db/migrate/versions/042_add_build_properties_table.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_builds.py A master/buildbot/test/unit/test_db_migrate_versions_042_add_build_properties_table.py M master/docs/developer/database.rst Log Message: ----------- Merge pull request #1384 from benallard/build_properties_db Build properties db Compare: https://github.com/buildbot/buildbot/compare/c87559b4acf2...38b44b3d2b6f From noreply at github.com Mon Nov 24 18:20:06 2014 From: noreply at github.com (GitHub) Date: Mon, 24 Nov 2014 10:20:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 072ab9: fix secrets so they don't cause errors Message-ID: <547376d670246_63f3fbdf5d852a0870e4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 072ab9b1531928a1e19cfcc4c10a3bc4c69f0209 https://github.com/buildbot/buildbot-infra/commit/072ab9b1531928a1e19cfcc4c10a3bc4c69f0209 Author: Dustin J. Mitchell Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M README.rst A load-secrets.yml M roles/base/tasks/main.yml R roles/base/tasks/secrets.yml M site.yml Log Message: ----------- fix secrets so they don't cause errors Commit: 7b438114abfa30221e57b085cb5cfc072092c334 https://github.com/buildbot/buildbot-infra/commit/7b438114abfa30221e57b085cb5cfc072092c334 Author: Mikhail Sobolev Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M README.rst A load-secrets.yml M roles/base/tasks/main.yml R roles/base/tasks/secrets.yml M site.yml Log Message: ----------- Merge pull request #18 from djmitche/fix-secrets fix secrets so they don't cause errors Compare: https://github.com/buildbot/buildbot-infra/compare/9609b9d169c6...7b438114abfa From noreply at github.com Tue Nov 25 08:11:02 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 00:11:02 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6c860d: Don't allow non-JSON-able properties any more Message-ID: <54743996ab789_75263f8c7e4b12bc106ab@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6c860ddd5a0a286c810ba33f9039f8a4c35769b1 https://github.com/buildbot/buildbot/commit/6c860ddd5a0a286c810ba33f9039f8a4c35769b1 Author: Beno?t Allard Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/buildbot/db/builds.py M master/buildbot/process/properties.py M master/buildbot/test/unit/test_process_properties.py M master/docs/relnotes/index.rst Log Message: ----------- Don't allow non-JSON-able properties any more Commit: 946d60699e787d1accaee5fb3ffad714d9aabcd0 https://github.com/buildbot/buildbot/commit/946d60699e787d1accaee5fb3ffad714d9aabcd0 Author: Beno?t Allard Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M master/buildbot/process/properties.py M master/buildbot/test/unit/test_process_properties.py Log Message: ----------- Make pep8 happy Commit: 5d8bc4539650b08a2be40f166048326bd283fb76 https://github.com/buildbot/buildbot/commit/5d8bc4539650b08a2be40f166048326bd283fb76 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/db/builds.py M master/buildbot/process/properties.py M master/buildbot/test/unit/test_process_properties.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1385 from benallard/no-json-no-property Don't allow non-JSON-able properties any more Compare: https://github.com/buildbot/buildbot/compare/38b44b3d2b6f...5d8bc4539650 From noreply at github.com Tue Nov 25 14:29:13 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 06:29:13 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2e0c72: Replace 'todo' in release notes Message-ID: <54749239eb119_7aa33fd1e61a12b8394f4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2e0c72f8937318c8442c5e50a43fb94123c4b8cf https://github.com/buildbot/buildbot/commit/2e0c72f8937318c8442c5e50a43fb94123c4b8cf Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Replace 'todo' in release notes Commit: d7faefaf747275725c6e1ca15c60266add602fd2 https://github.com/buildbot/buildbot/commit/d7faefaf747275725c6e1ca15c60266add602fd2 Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix typo Commit: dd23b92790c09be5c0ce883589e1aca1958b8ecc https://github.com/buildbot/buildbot/commit/dd23b92790c09be5c0ce883589e1aca1958b8ecc Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Merge djmitche/buildbot:relnote-todone (PR #1389) Compare: https://github.com/buildbot/buildbot/compare/5d8bc4539650...dd23b92790c0 From noreply at github.com Tue Nov 25 15:03:35 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 07:03:35 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d2a381: List all changes related to a build. Message-ID: <54749a47c81fa_cd33ff0717f929c229f4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d2a381e7ff901f715914be90b82c6457fc6dd436 https://github.com/buildbot/buildbot/commit/d2a381e7ff901f715914be90b82c6457fc6dd436 Author: Xavier Delannoy Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/data/changes.py M master/buildbot/db/builds.py M master/buildbot/db/changes.py A master/buildbot/db/migrate/versions/043_changes_parent.py M master/buildbot/db/model.py M master/buildbot/db/sourcestamps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_db_changes.py A master/buildbot/test/unit/test_db_migrate_versions_043_add_changes_parent.py M master/buildbot/test/unit/test_db_sourcestamps.py M master/buildbot/test/util/validation.py M master/docs/developer/database.rst M master/docs/developer/rtype-change.rst M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- List all changes related to a build. - to do this, the column 'parent_changeid' was added to the table changes - traverse the change graph backward from the current build until it found a change for which a successful build on the same builder had been performed. - use repository/branch/codebase of sourcestamps as a criteria to found the previous build - getParentChangeId to getParentChangeIds - parent_changeid to parent_changeids - update documentation Commit: fde2dbc8eb7a35a962321c5f3919cea5d72b7374 https://github.com/buildbot/buildbot/commit/fde2dbc8eb7a35a962321c5f3919cea5d72b7374 Author: Xavier Delannoy Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/db/builds.py M master/buildbot/test/fake/fakedb.py Log Message: ----------- Fix sa2ajj's comments Commit: 22be09a440d6118245c86b0e7eeef6a9f1917b2a https://github.com/buildbot/buildbot/commit/22be09a440d6118245c86b0e7eeef6a9f1917b2a Author: Xavier Delannoy Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- indentation Commit: 2eff249b884618d6baa963ee7e03f9d222c7497c https://github.com/buildbot/buildbot/commit/2eff249b884618d6baa963ee7e03f9d222c7497c Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/data/changes.py M master/buildbot/db/builds.py M master/buildbot/db/changes.py A master/buildbot/db/migrate/versions/043_changes_parent.py M master/buildbot/db/model.py M master/buildbot/db/sourcestamps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_db_changes.py A master/buildbot/test/unit/test_db_migrate_versions_043_add_changes_parent.py M master/buildbot/test/unit/test_db_sourcestamps.py M master/buildbot/test/util/validation.py M master/docs/developer/database.rst M master/docs/developer/rtype-change.rst M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Merge pull request #1305 from delanne/Changes4Build List all changes related to a build. Compare: https://github.com/buildbot/buildbot/compare/dd23b92790c0...2eff249b8846 From noreply at github.com Tue Nov 25 15:56:07 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 07:56:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] fc5adc: mark test_masterN tests as flaky; Refs #3066. Message-ID: <5474a697c9e39_cd83fd0e11c329c73051@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fc5adc8a222ff5c049de26d878ab95ca39385c0a https://github.com/buildbot/buildbot/commit/fc5adc8a222ff5c049de26d878ab95ca39385c0a Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/test/integration/test_master.py Log Message: ----------- mark test_masterN tests as flaky; Refs #3066. From noreply at github.com Tue Nov 25 18:46:22 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 10:46:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 428bc2: reflect "Service / IP Allocation" email into docs Message-ID: <5474ce7e875d4_7b2d3f9ba58c32c0968ec@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 428bc2b37612eb6e34546087450ac094f4d5b348 https://github.com/buildbot/buildbot-infra/commit/428bc2b37612eb6e34546087450ac094f4d5b348 Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M docs/hardware.txt M docs/network.txt Log Message: ----------- reflect "Service / IP Allocation" email into docs Commit: e2f69df3916e89cfa54a39b2a5265c83c31acd20 https://github.com/buildbot/buildbot-infra/commit/e2f69df3916e89cfa54a39b2a5265c83c31acd20 Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M docs/network.txt Log Message: ----------- add ns1 Compare: https://github.com/buildbot/buildbot-infra/compare/7b438114abfa...e2f69df3916e From noreply at github.com Tue Nov 25 18:52:17 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 10:52:17 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 47f422: fix path to sudoers-wheel Message-ID: <5474cfe130509_7bba3fdaaab1b2b8166d5@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 47f422e21527de0c89bd9d77f2e0a199ad9cae7b https://github.com/buildbot/buildbot-infra/commit/47f422e21527de0c89bd9d77f2e0a199ad9cae7b Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/base/tasks/sudo.yml Log Message: ----------- fix path to sudoers-wheel From noreply at github.com Tue Nov 25 19:11:20 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 11:11:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 36f42f: put a placeholder for the tasks Message-ID: <5474d45840e39_7e593fd4832db29c46831@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 36f42f1566e02704a58143b2b75a75b31eebc6a6 https://github.com/buildbot/buildbot-infra/commit/36f42f1566e02704a58143b2b75a75b31eebc6a6 Author: Mikhail Sobolev Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: A roles/dns/tasks/main.yml Log Message: ----------- put a placeholder for the tasks Commit: 77fa77143195c42221e4002f5545eeca7e4fec38 https://github.com/buildbot/buildbot-infra/commit/77fa77143195c42221e4002f5545eeca7e4fec38 Author: Mikhail Sobolev Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: A roles/dns/templates/named.conf Log Message: ----------- take default named config file Commit: 74d6d6a1e6f4f34ec9ffb6a65f8a2c979f38b181 https://github.com/buildbot/buildbot-infra/commit/74d6d6a1e6f4f34ec9ffb6a65f8a2c979f38b181 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/templates/named.conf A roles/dns/templates/named.conf.options A roles/dns/templates/named.conf.zones Log Message: ----------- split named.conf * move options to a separate file * move zone definition to a separate file * this way changing things when it's necessary will be easier Commit: df8e6d1338aa7c952b1904aaf6501ffd9a424136 https://github.com/buildbot/buildbot-infra/commit/df8e6d1338aa7c952b1904aaf6501ffd9a424136 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A roles/dns/files/buildbot.net Log Message: ----------- add the current buildbot.net zone * as it was given in http://trac.buildbot.net/ticket/3002 Commit: 50f33ae9c34574b3d69f83789e7129681d3d5029 https://github.com/buildbot/buildbot-infra/commit/50f33ae9c34574b3d69f83789e7129681d3d5029 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/files/buildbot.net Log Message: ----------- simplified zone definition Commit: 8e99f32a29c714ca70fb9aa66cca7937b4393eda https://github.com/buildbot/buildbot-infra/commit/8e99f32a29c714ca70fb9aa66cca7937b4393eda Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/tasks/main.yml Log Message: ----------- first important task Commit: c170dafb40b61e2851fc23142cb99760700a1d81 https://github.com/buildbot/buildbot-infra/commit/c170dafb40b61e2851fc23142cb99760700a1d81 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: R roles/dns/files/buildbot.net A roles/dns/templates/buildbot.net A roles/dns/vars/main.yml Log Message: ----------- make buildbot.net zone a template * move the file * create a variable to describ hostmaster * create variables to describe secondary NSes * use the variables to create actual content Commit: cf1171df8e167462fe64105f7413eb53cf6f3a40 https://github.com/buildbot/buildbot-infra/commit/cf1171df8e167462fe64105f7413eb53cf6f3a40 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/templates/buildbot.net M roles/dns/vars/main.yml Log Message: ----------- ip addresses of secondaries are actually required * main reason: restrict zone transfers to secondaries only * another option is to resolve them at the time of installation (which might be or not a good idea) Commit: f0c7928bd740640eba29a2fea943b6969dd1c66f https://github.com/buildbot/buildbot-infra/commit/f0c7928bd740640eba29a2fea943b6969dd1c66f Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/tasks/main.yml M roles/dns/templates/named.conf Log Message: ----------- generate rndc.key if it's not present * configure named to allow operations with this key Commit: 22261d9d8732467747bcf1631e3778c588ada812 https://github.com/buildbot/buildbot-infra/commit/22261d9d8732467747bcf1631e3778c588ada812 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A roles/dns/files/empty.db A roles/dns/files/localhost-forward.db A roles/dns/files/localhost-reverse.db A roles/dns/handlers/main.yml M roles/dns/tasks/main.yml M roles/dns/templates/named.conf M roles/dns/templates/named.conf.options M roles/dns/vars/main.yml Log Message: ----------- install configuration files * introduce a variable that points to the target directory * update tasks to use the variable * create necessary directories * copy necessary files * install buildbot.net zone * update configuration templates to use the variable * install configuration files using the templates * add handler to reload configuration upon change * enable and start named service Commit: 43fcc4102e088650341f025952934949e6c6d9c1 https://github.com/buildbot/buildbot-infra/commit/43fcc4102e088650341f025952934949e6c6d9c1 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/tasks/main.yml M roles/dns/templates/named.conf A roles/dns/templates/named.conf.rfcs Log Message: ----------- move traditional root hinting and rfc related zones to a separate file * this makes the main config file a bit more manageable Commit: 1f319508e286a9cdf9ffe17846a7760115078d53 https://github.com/buildbot/buildbot-infra/commit/1f319508e286a9cdf9ffe17846a7760115078d53 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/templates/named.conf.options Log Message: ----------- update named.conf.options Commit: a40eb1c451d3bd2943e714431569787669cada13 https://github.com/buildbot/buildbot-infra/commit/a40eb1c451d3bd2943e714431569787669cada13 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/templates/buildbot.net M roles/dns/templates/named.conf M roles/dns/templates/named.conf.zones M roles/dns/vars/main.yml Log Message: ----------- make buildbot.nte a master * IP addresses of secondaries were not needed after all as a particular slave would be pulling the zone (which is configured in named.conf.zones Commit: 3b052eeba171d3674e57edfc3581e72ff2f13799 https://github.com/buildbot/buildbot-infra/commit/3b052eeba171d3674e57edfc3581e72ff2f13799 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/dns/templates/named.conf.options M roles/dns/templates/named.conf.zones Log Message: ----------- address comments * add a comment for buildbot.net slave's address * remove documentation for unused option * add a possibility to enable IPv6 Commit: 8dcb55adb1883fa9aa437f0426e4617635d59240 https://github.com/buildbot/buildbot-infra/commit/8dcb55adb1883fa9aa437f0426e4617635d59240 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A local.yml A localhost Log Message: ----------- make it possible to deploy ns.buildbot.net manually * see the comment in local.yml Fixes ticket:3002 Commit: 8382239741d621f1728bbab684452b355cc6cb39 https://github.com/buildbot/buildbot-infra/commit/8382239741d621f1728bbab684452b355cc6cb39 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M local.yml M roles/dns/templates/buildbot.net Log Message: ----------- update the zone based on information from verm Commit: 59ee4e14a02e010d653066d4ea6c6d800dcd9ede https://github.com/buildbot/buildbot-infra/commit/59ee4e14a02e010d653066d4ea6c6d800dcd9ede Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A local.yml A localhost A roles/dns/files/empty.db A roles/dns/files/localhost-forward.db A roles/dns/files/localhost-reverse.db A roles/dns/handlers/main.yml A roles/dns/tasks/main.yml A roles/dns/templates/buildbot.net A roles/dns/templates/named.conf A roles/dns/templates/named.conf.options A roles/dns/templates/named.conf.rfcs A roles/dns/templates/named.conf.zones A roles/dns/vars/main.yml Log Message: ----------- Merge pull request #19 from sa2ajj/dns setting up ns.buildbot.net Compare: https://github.com/buildbot/buildbot-infra/compare/47f422e21527...59ee4e14a02e From noreply at github.com Tue Nov 25 19:37:07 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 11:37:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] e1d911: change the way sshd is configured Message-ID: <5474da631604a_4473ff224c112bc40871@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: e1d91165003856b73fef9f5f3bd99c525a0ef838 https://github.com/buildbot/buildbot-infra/commit/e1d91165003856b73fef9f5f3bd99c525a0ef838 Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A roles/base/tasks/noroot.yml M roles/ssh/tasks/main.yml R roles/ssh/templates/sshd_config.j2 Log Message: ----------- change the way sshd is configured * use lineinfile for all things we care about * disable root login via ssh * search for any existing PermitRootLogin instances * if found, replace with 'PermitRootLogin no', if not add 'PermitRootLogin no' at the end of the file * disable password authentication * make sshd listen to public ip only * enable sftp subsystem Commit: 633a61e418d3cb1492f0fd107e517fcd501f0fff https://github.com/buildbot/buildbot-infra/commit/633a61e418d3cb1492f0fd107e517fcd501f0fff Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A roles/base/tasks/noroot.yml M roles/ssh/tasks/main.yml R roles/ssh/templates/sshd_config.j2 Log Message: ----------- Merge pull request #20 from sa2ajj/no-root-login disable root login via SSH Compare: https://github.com/buildbot/buildbot-infra/compare/59ee4e14a02e...633a61e418d3 From noreply at github.com Tue Nov 25 21:10:30 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 13:10:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] a8f21d: fix task name Message-ID: <5474f0467eb52_61383fb2523092bc22167@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: a8f21d75f35f893fc394c0bd80f337150bc6220f https://github.com/buildbot/buildbot-infra/commit/a8f21d75f35f893fc394c0bd80f337150bc6220f Author: Mikhail Sobolev Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M local.yml Log Message: ----------- fix task name From noreply at github.com Wed Nov 26 07:06:19 2014 From: noreply at github.com (GitHub) Date: Tue, 25 Nov 2014 23:06:19 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] fc47ca: Fix BuildProperty row name (set singular) Message-ID: <54757beb90858_9f13fd0f158d2a0844dc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fc47cae358f8341e5b323c0f3ea08e8f92bcd18c https://github.com/buildbot/buildbot/commit/fc47cae358f8341e5b323c0f3ea08e8f92bcd18c Author: Beno?t Allard Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- Fix BuildProperty row name (set singular) Commit: 9bfc0fb43e2cb6ab825a43878ff7d175bedb55cf https://github.com/buildbot/buildbot/commit/9bfc0fb43e2cb6ab825a43878ff7d175bedb55cf Author: Beno?t Allard Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- Teach the BuildComponent how to insert BuildProperties Commit: aeee708be211a418052b341f52fd04fe38a10cde https://github.com/buildbot/buildbot/commit/aeee708be211a418052b341f52fd04fe38a10cde Author: Mikhail Sobolev Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- Merge pull request #1386 from benallard/patch-3 Fix BuildProperty row name (set singular) Compare: https://github.com/buildbot/buildbot/compare/fc5adc8a222f...aeee708be211 From noreply at github.com Wed Nov 26 08:49:10 2014 From: noreply at github.com (GitHub) Date: Wed, 26 Nov 2014 00:49:10 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 10336f: introduce CustomService Message-ID: <5475940654aa9_18c33f97b548529c222dd@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 10336f9a64db71af940dec62d298b1f94a44b427 https://github.com/buildbot/buildbot/commit/10336f9a64db71af940dec62d298b1f94a44b427 Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/master.py M master/buildbot/util/service.py Log Message: ----------- introduce CustomService CustomService is an AsyncMultiService that can be custom to one process. Custom services are attached to the master, started, and reconfigured asynchronously Signed-off-by: Pierre Tardy Commit: a8491518516d9b6bc8cc7b441a9d6a2f80567f1e https://github.com/buildbot/buildbot/commit/a8491518516d9b6bc8cc7b441a9d6a2f80567f1e Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py M master/buildbot/util/service.py Log Message: ----------- CustomService config tests Signed-off-by: Pierre Tardy Commit: b306679484696361aa921d216a5fa086a2778f98 https://github.com/buildbot/buildbot/commit/b306679484696361aa921d216a5fa086a2778f98 Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: A master/buildbot/test/integration/test_customservices.py M master/buildbot/util/service.py Log Message: ----------- attempt for an integration test Need more unittests for the CustomServiceFactory.. Signed-off-by: Pierre Tardy Commit: df9c0eacbbe69b6cab8a5d679a2aa7744f619570 https://github.com/buildbot/buildbot/commit/df9c0eacbbe69b6cab8a5d679a2aa7744f619570 Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py Log Message: ----------- basic unit test for CustomServiceFactory Commit: 2f6e6031e1765a8e9ff69adbf18de4e8e9364dca https://github.com/buildbot/buildbot/commit/2f6e6031e1765a8e9ff69adbf18de4e8e9364dca Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/test/integration/test_customservices.py M master/buildbot/util/service.py M master/buildbot/www/service.py Log Message: ----------- finish the integration test Signed-off-by: Pierre Tardy Commit: 64488583222fb8bb338a650946574b611ac23e81 https://github.com/buildbot/buildbot/commit/64488583222fb8bb338a650946574b611ac23e81 Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/test/integration/test_customservices.py A master/buildbot/test/util/integration.py Log Message: ----------- refactor the integration test for reusability Signed-off-by: Pierre Tardy Commit: 112b1bb833db8a2ae956ec2a3bf3dca0491c4f7d https://github.com/buildbot/buildbot/commit/112b1bb833db8a2ae956ec2a3bf3dca0491c4f7d Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/test/integration/test_customservices.py M master/docs/developer/utils.rst A master/docs/manual/cfg-services.rst M master/docs/manual/configuration.rst Log Message: ----------- documentation for custom services Signed-off-by: Pierre Tardy Commit: fe487b05e6aaa77667cbb8434948651a1ab3db4c https://github.com/buildbot/buildbot/commit/fe487b05e6aaa77667cbb8434948651a1ab3db4c Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/changes/manager.py M master/buildbot/changes/pb.py M master/buildbot/config.py M master/buildbot/db/connector.py M master/buildbot/master.py M master/buildbot/mq/connector.py M master/buildbot/mq/simple.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/metrics.py M master/buildbot/process/users/manager.py M master/buildbot/schedulers/manager.py M master/buildbot/status/master.py M master/buildbot/test/integration/test_customservices.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_mq_connector.py M master/buildbot/test/unit/test_schedulers_manager.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/www/service.py M master/docs/developer/utils.rst M master/docs/manual/cfg-services.rst Log Message: ----------- fix PR reviews - doc fixing - definitly move ReconfigurableServiceMixin to buildbot.util.service Signed-off-by: Pierre Tardy Commit: a6e85b8fd0d45f38c64d057597ae336f58ec2c4e https://github.com/buildbot/buildbot/commit/a6e85b8fd0d45f38c64d057597ae336f58ec2c4e Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/docs/developer/utils.rst M master/docs/manual/cfg-services.rst Log Message: ----------- simplify links Signed-off-by: Pierre Tardy Commit: 2b5e75c813e1ba75cff0fef086b9b4cef1c1e08e https://github.com/buildbot/buildbot/commit/2b5e75c813e1ba75cff0fef086b9b4cef1c1e08e Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- add a release note Signed-off-by: Pierre Tardy Commit: 10a29383651ff12eaeb8cd1fbd317836f4f8be1b https://github.com/buildbot/buildbot/commit/10a29383651ff12eaeb8cd1fbd317836f4f8be1b Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/test/integration/test_customservices.py M master/buildbot/util/service.py Log Message: ----------- attempt for a single class implementation untested Signed-off-by: Pierre Tardy Commit: 8f4f8e19aa2e2cbd480b43d7204896fd776f889d https://github.com/buildbot/buildbot/commit/8f4f8e19aa2e2cbd480b43d7204896fd776f889d Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/master.py M master/buildbot/test/integration/test_customservices.py M master/buildbot/util/service.py Log Message: ----------- make the integration test work new services, and deleted services works as expected on reconfig Signed-off-by: Pierre Tardy Commit: a4bfb2962a446c11b9f1fba41b4f7f6c6247c1db https://github.com/buildbot/buildbot/commit/a4bfb2962a446c11b9f1fba41b4f7f6c6247c1db Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/master.py M master/buildbot/test/integration/test_customservices.py Log Message: ----------- address review comments Signed-off-by: Pierre Tardy Commit: 52aa15d451f5b02ac84b05ce1e07b3bff3ae4fef https://github.com/buildbot/buildbot/commit/52aa15d451f5b02ac84b05ce1e07b3bff3ae4fef Author: Pierre Tardy Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/integration/test_customservices.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py M master/docs/developer/utils.rst M master/docs/manual/cfg-services.rst M master/docs/relnotes/index.rst Log Message: ----------- remaining doc update and unit tests Signed-off-by: Pierre Tardy Commit: 44ff9c6e489d276082e6c98e7d6111b339742f4a https://github.com/buildbot/buildbot/commit/44ff9c6e489d276082e6c98e7d6111b339742f4a Author: Mikhail Sobolev Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/changes/manager.py M master/buildbot/changes/pb.py M master/buildbot/config.py M master/buildbot/db/connector.py M master/buildbot/master.py M master/buildbot/mq/connector.py M master/buildbot/mq/simple.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/metrics.py M master/buildbot/process/users/manager.py M master/buildbot/schedulers/manager.py M master/buildbot/status/master.py A master/buildbot/test/integration/test_customservices.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_mq_connector.py M master/buildbot/test/unit/test_schedulers_manager.py M master/buildbot/test/unit/test_util_service.py A master/buildbot/test/util/integration.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/docs/developer/utils.rst A master/docs/manual/cfg-services.rst M master/docs/manual/configuration.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1378 from tardyp/services Services Compare: https://github.com/buildbot/buildbot/compare/aeee708be211...44ff9c6e489d From noreply at github.com Wed Nov 26 09:14:37 2014 From: noreply at github.com (GitHub) Date: Wed, 26 Nov 2014 01:14:37 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6c1ceb: Add the setProperty data method Message-ID: <547599fd3ce75_16473fc05c1192a037093@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6c1cebab8e8356cfcc935d3a3939bd7dc55d16f0 https://github.com/buildbot/buildbot/commit/6c1cebab8e8356cfcc935d3a3939bd7dc55d16f0 Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/data/properties.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_properties.py M master/docs/developer/rtype-properties.rst Log Message: ----------- Add the setProperty data method Commit: e23b4ed47cc5f74f75bf2b8e1f3c312dc3fd0a9d https://github.com/buildbot/buildbot/commit/e23b4ed47cc5f74f75bf2b8e1f3c312dc3fd0a9d Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/data/properties.py M master/buildbot/test/unit/test_data_properties.py M master/docs/developer/rtype-properties.rst Log Message: ----------- Document and test the (existing) BuildProperty endpoint Commit: ce0c8f59e2aa3033d3fdda838d5bae77b3beeb18 https://github.com/buildbot/buildbot/commit/ce0c8f59e2aa3033d3fdda838d5bae77b3beeb18 Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/docs/developer/rtype-properties.rst Log Message: ----------- Fix typo in doc Commit: 7127ff564695a26b8016f468b2e74c2159084078 https://github.com/buildbot/buildbot/commit/7127ff564695a26b8016f468b2e74c2159084078 Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/test/unit/test_data_properties.py Log Message: ----------- Remove unnecessary questioning Commit: df3f5ed732b97933b9bb4cfb6b6b5470c61d7d81 https://github.com/buildbot/buildbot/commit/df3f5ed732b97933b9bb4cfb6b6b5470c61d7d81 Author: Mikhail Sobolev Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/data/properties.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_properties.py M master/docs/developer/rtype-properties.rst Log Message: ----------- Merge pull request #1387 from benallard/build_properties_data Build properties data Compare: https://github.com/buildbot/buildbot/compare/44ff9c6e489d...df3f5ed732b9 From noreply at github.com Wed Nov 26 18:23:33 2014 From: noreply at github.com (GitHub) Date: Wed, 26 Nov 2014 10:23:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 213246: add vm1 to the list of hosts Message-ID: <54761aa5c8e29_49c43fd48239d2bc98c6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 2132460ba20eff2d2ded60840dd0a95116e95662 https://github.com/buildbot/buildbot-infra/commit/2132460ba20eff2d2ded60840dd0a95116e95662 Author: Dustin J. Mitchell Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M prod-hosts Log Message: ----------- add vm1 to the list of hosts Commit: 0055f94d25108df5fca827a96f2b91caa2a55301 https://github.com/buildbot/buildbot-infra/commit/0055f94d25108df5fca827a96f2b91caa2a55301 Author: Dustin J. Mitchell Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M bootstrap Log Message: ----------- actually use the ssh control session Commit: c908aeaba7f029251b33531a547be68c6a8c52c6 https://github.com/buildbot/buildbot-infra/commit/c908aeaba7f029251b33531a547be68c6a8c52c6 Author: Mikhail Sobolev Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M bootstrap M prod-hosts Log Message: ----------- Merge pull request #22 from djmitche/add-vm1 Add vm1 Compare: https://github.com/buildbot/buildbot-infra/compare/a8f21d75f35f...c908aeaba7f0 From noreply at github.com Wed Nov 26 18:39:36 2014 From: noreply at github.com (GitHub) Date: Wed, 26 Nov 2014 10:39:36 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] cf6ae2: add nine.buildbot.net to buildbot.net zone Message-ID: <54761e68c1d29_18373fd037bef2c0958e6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: cf6ae292385cc09b7599082ac34abe6d25aecbda https://github.com/buildbot/buildbot-infra/commit/cf6ae292385cc09b7599082ac34abe6d25aecbda Author: Mikhail Sobolev Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- add nine.buildbot.net to buildbot.net zone * also remove nine.buildbot.buildbot.net * remove TXT record for nine.buildbot.net Commit: 33a14e20af2d4121a5de66aa81fd1ef366b21d85 https://github.com/buildbot/buildbot-infra/commit/33a14e20af2d4121a5de66aa81fd1ef366b21d85 Author: Mikhail Sobolev Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- Merge pull request #23 from sa2ajj/add-nine-to-dns add nine.buildbot.net to buildbot.net zone Compare: https://github.com/buildbot/buildbot-infra/compare/c908aeaba7f0...33a14e20af2d From noreply at github.com Thu Nov 27 16:36:04 2014 From: noreply at github.com (GitHub) Date: Thu, 27 Nov 2014 08:36:04 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9469d6: Show the Properties on the web interface Message-ID: <547752f479c8c_45883fb47394b29c54598@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9469d6b6edd3c00f2a6685cbd31fd162f2df7332 https://github.com/buildbot/buildbot/commit/9469d6b6edd3c00f2a6685cbd31fd162f2df7332 Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Show the Properties on the web interface Commit: 351591d104b7a816f97663c9f7e790cd204a94d7 https://github.com/buildbot/buildbot/commit/351591d104b7a816f97663c9f7e790cd204a94d7 Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee Log Message: ----------- Forgot to remove the buildrequest properties binding. Commit: 7a432baf9c7896817b2f680ee158580e235ef60b https://github.com/buildbot/buildbot/commit/7a432baf9c7896817b2f680ee158580e235ef60b Author: Mikhail Sobolev Date: 2014-11-27 (Thu, 27 Nov 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Merge pull request #1392 from benallard/properties_web Show the Properties on the web interface Compare: https://github.com/buildbot/buildbot/compare/df3f5ed732b9...7a432baf9c78 From noreply at github.com Thu Nov 27 17:13:07 2014 From: noreply at github.com (GitHub) Date: Thu, 27 Nov 2014 09:13:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 934c8b: Teach the build to write the properties in the dat... Message-ID: <54775ba38f981_439e3fe2bc4db2bc178c1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 934c8b66fdd72eb7c908ff82600157750cb77db3 https://github.com/buildbot/buildbot/commit/934c8b66fdd72eb7c908ff82600157750cb77db3 Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/test/unit/test_process_build.py M master/docs/relnotes/index.rst Log Message: ----------- Teach the build to write the properties in the database Commit: b19dd1c31607ef9aa7dcd397ce95d9d574fc7edf https://github.com/buildbot/buildbot/commit/b19dd1c31607ef9aa7dcd397ce95d9d574fc7edf Author: Beno?t Allard Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Make pep8 happy. Commit: a9fcf314fe481b748ba4a7d2eac0ea3457de55c4 https://github.com/buildbot/buildbot/commit/a9fcf314fe481b748ba4a7d2eac0ea3457de55c4 Author: Mikhail Sobolev Date: 2014-11-27 (Thu, 27 Nov 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/test/unit/test_process_build.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1380 from benallard/build_properties Build properties Compare: https://github.com/buildbot/buildbot/compare/7a432baf9c78...a9fcf314fe48 From noreply at github.com Thu Nov 27 17:19:25 2014 From: noreply at github.com (GitHub) Date: Thu, 27 Nov 2014 09:19:25 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 8316b7: do not highlight group_by step Message-ID: <54775d1da0c4f_447b3fd83ad332c0687ad@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 8316b70f6547d9378abfcbfe29e3a5f421b759c3 https://github.com/buildbot/buildbot-infra/commit/8316b70f6547d9378abfcbfe29e3a5f421b759c3 Author: Mikhail Sobolev Date: 2014-11-27 (Thu, 27 Nov 2014) Changed paths: M local.yml Log Message: ----------- do not highlight group_by step From noreply at github.com Fri Nov 28 16:28:18 2014 From: noreply at github.com (GitHub) Date: Fri, 28 Nov 2014 08:28:18 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 10efe0: Reset poll methods between tests. Message-ID: <5478a2a2ebd47_38923fa11c77f2c06599e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 10efe0eae73df47efabfbbaa58df056d8fe2d45d https://github.com/buildbot/buildbot/commit/10efe0eae73df47efabfbbaa58df056d8fe2d45d Author: Dustin J. Mitchell Date: 2014-11-27 (Thu, 27 Nov 2014) Changed paths: M master/buildbot/test/unit/test_util_poll.py M master/buildbot/util/poll.py Log Message: ----------- Reset poll methods between tests. Refs #3074. Commit: 8c3b7cf4d497900b96e4829de32eacec68fef8a5 https://github.com/buildbot/buildbot/commit/8c3b7cf4d497900b96e4829de32eacec68fef8a5 Author: Dustin J. Mitchell Date: 2014-11-27 (Thu, 27 Nov 2014) Changed paths: M master/buildbot/test/unit/test_plugins.py Log Message: ----------- reset plugins on every test Commit: 2adab5c396bce8b5ce7e583a8e6ae5f66e2b4784 https://github.com/buildbot/buildbot/commit/2adab5c396bce8b5ce7e583a8e6ae5f66e2b4784 Author: Mikhail Sobolev Date: 2014-11-28 (Fri, 28 Nov 2014) Changed paths: M master/buildbot/test/unit/test_plugins.py M master/buildbot/test/unit/test_util_poll.py M master/buildbot/util/poll.py Log Message: ----------- Merge pull request #1396 from djmitche/bug3074 Make tests pass with `-u` Compare: https://github.com/buildbot/buildbot/compare/a9fcf314fe48...2adab5c396bc From noreply at github.com Fri Nov 28 16:31:28 2014 From: noreply at github.com (GitHub) Date: Fri, 28 Nov 2014 08:31:28 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b2ed62: Fix the karma tests Message-ID: <5478a360b56f8_396a3feee36fd29c3372b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b2ed62a2d869ccff7af053cebd00f5d339d3e4ec https://github.com/buildbot/buildbot/commit/b2ed62a2d869ccff7af053cebd00f5d339d3e4ec Author: Beno?t Allard Date: 2014-11-27 (Thu, 27 Nov 2014) Changed paths: M www/base/test/scripts/mocks/http.mock.coffee Log Message: ----------- Fix the karma tests I have honestly no idea what I'm doing here, just fixing the test failure. There might be a way better way to fix it. Commit: a20ef329f141631f4deae4ae30c696351ab87279 https://github.com/buildbot/buildbot/commit/a20ef329f141631f4deae4ae30c696351ab87279 Author: Mikhail Sobolev Date: 2014-11-28 (Fri, 28 Nov 2014) Changed paths: M www/base/test/scripts/mocks/http.mock.coffee Log Message: ----------- Merge pull request #1393 from benallard/patch-4 Fix the karma tests Compare: https://github.com/buildbot/buildbot/compare/2adab5c396bc...a20ef329f141 From noreply at github.com Fri Nov 28 18:11:10 2014 From: noreply at github.com (GitHub) Date: Fri, 28 Nov 2014 10:11:10 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ce31a7: Add MySQL implied indexes Message-ID: <5478babe34ba6_2c393fc7fcdfb2a0263c1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ce31a72eb72a1684b95edf08f315f4e994de4a18 https://github.com/buildbot/buildbot/commit/ce31a72eb72a1684b95edf08f315f4e994de4a18 Author: Dustin J. Mitchell Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M master/buildbot/db/model.py Log Message: ----------- Add MySQL implied indexes Commit: 80d7a03d9e0340782c159b510e1447b5d071389c https://github.com/buildbot/buildbot/commit/80d7a03d9e0340782c159b510e1447b5d071389c Author: Mikhail Sobolev Date: 2014-11-28 (Fri, 28 Nov 2014) Changed paths: M master/buildbot/db/model.py Log Message: ----------- Merge pull request #1390 from djmitche/mysql-implied-indexes Add MySQL implied indexes Compare: https://github.com/buildbot/buildbot/compare/a20ef329f141...80d7a03d9e03 From noreply at github.com Sat Nov 29 16:35:13 2014 From: noreply at github.com (GitHub) Date: Sat, 29 Nov 2014 08:35:13 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b089ca: Add source to unsourced properties Message-ID: <5479f5c18d398_13af3fe854fa92a013379@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b089ca949d1e374319aa875eca6797a536771150 https://github.com/buildbot/buildbot/commit/b089ca949d1e374319aa875eca6797a536771150 Author: Beno?t Allard Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M master/buildbot/steps/cppcheck.py M master/buildbot/steps/python.py Log Message: ----------- Add source to unsourced properties Commit: 086c81f858fec24c2f5d659e60e974ca8b983f6e https://github.com/buildbot/buildbot/commit/086c81f858fec24c2f5d659e60e974ca8b983f6e Author: Mikhail Sobolev Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M master/buildbot/steps/cppcheck.py M master/buildbot/steps/python.py Log Message: ----------- Merge pull request #1397 from benallard/properties_source Add source to unsourced properties Compare: https://github.com/buildbot/buildbot/compare/80d7a03d9e03...086c81f858fe