From noreply at github.com Sun Aug 3 03:09:38 2014 From: noreply at github.com (GitHub) Date: Sat, 02 Aug 2014 20:09:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 438dcc: Update waterfall view Message-ID: <53dda7f269e4_255b693d402408a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 438dcc82f5823be1b65553388e967ebbfab32686 https://github.com/buildbot/buildbot/commit/438dcc82f5823be1b65553388e967ebbfab32686 Author: Andras Toth Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M www/console_view/src/styles/styles.less M www/waterfall_view/src/module/data/data.service.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/src/module/waterfall.tpl.jade M www/waterfall_view/src/styles/styles.less Log Message: ----------- Update waterfall view Commit: 6189bb8551a7580819da5c3200ce199530acd012 https://github.com/buildbot/buildbot/commit/6189bb8551a7580819da5c3200ce199530acd012 Author: Dustin J. Mitchell Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M www/console_view/src/styles/styles.less M www/waterfall_view/src/module/data/data.service.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/src/module/waterfall.tpl.jade M www/waterfall_view/src/styles/styles.less Log Message: ----------- Merge tothandras/buildbot:waterfall_view (PR #1191) Compare: https://github.com/buildbot/buildbot/compare/f209176838d0...6189bb8551a7 From noreply at github.com Sun Aug 3 03:18:40 2014 From: noreply at github.com (GitHub) Date: Sat, 02 Aug 2014 20:18:40 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ee1351: remove reference to non-existent class Message-ID: <53ddaa10e8cd7_25b41031d34107528@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ee13519e64d7def76fcf528b51417963b4a69410 https://github.com/buildbot/buildbot/commit/ee13519e64d7def76fcf528b51417963b4a69410 Author: Mikhail Sobolev Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- remove reference to non-existent class Commit: 3b97263fefecb937a48002747ccefa9a7b9b7b9c https://github.com/buildbot/buildbot/commit/3b97263fefecb937a48002747ccefa9a7b9b7b9c Author: Mikhail Sobolev Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- fix location of EC2 latent build slave Commit: 194b11b271828bb94a9cdf698b635b899c4fde15 https://github.com/buildbot/buildbot/commit/194b11b271828bb94a9cdf698b635b899c4fde15 Author: Mikhail Sobolev Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M master/buildbot/ec2buildslave.py Log Message: ----------- fix module name Commit: c42cd1b94d426520c132058002abbd0b3ba86a24 https://github.com/buildbot/buildbot/commit/c42cd1b94d426520c132058002abbd0b3ba86a24 Author: Mikhail Sobolev Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M master/buildbot/buildslave/ec2.py Log Message: ----------- make ec2 not to bail when boto is not installed * however make it bail if EC2LatentBuildSlave is used anyway Commit: e6d1bdd43244766b925ea488558faa6b7f1f7581 https://github.com/buildbot/buildbot/commit/e6d1bdd43244766b925ea488558faa6b7f1f7581 Author: Dustin J. Mitchell Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M master/buildbot/buildslave/ec2.py M master/buildbot/ec2buildslave.py M master/docs/manual/customization.rst Log Message: ----------- Merge sa2ajj/buildbot:fix-misc-latent-slave (PR #1190) Commit: 42d46652915df6a0a4e3663dcf3878677ba099db https://github.com/buildbot/buildbot/commit/42d46652915df6a0a4e3663dcf3878677ba099db Author: Dustin J. Mitchell Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py Log Message: ----------- remove tests for absence of dateutil (it's required now) Compare: https://github.com/buildbot/buildbot/compare/6189bb8551a7...42d46652915d From noreply at github.com Sun Aug 3 19:05:36 2014 From: noreply at github.com (GitHub) Date: Sun, 03 Aug 2014 12:05:36 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 94a865: remove master-side support for old-style source st... Message-ID: <53de880018c06_6f4767bd442686f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 94a8652b09593da11c2fc91cdfdceb59ccb03fb6 https://github.com/buildbot/buildbot/commit/94a8652b09593da11c2fc91cdfdceb59ccb03fb6 Author: Dustin J. Mitchell Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M master/buildbot/steps/source/__init__.py R master/buildbot/steps/source/oldsource.py M master/buildbot/test/regressions/test_oldpaths.py R master/buildbot/test/unit/test_steps_source_oldsource.py R master/buildbot/test/unit/test_steps_source_oldsource_ComputeRepositoryURL.py R master/buildbot/test/unit/test_steps_source_oldsource_Repo.py M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/index.rst Log Message: ----------- remove master-side support for old-style source steps Fixes #2842. Commit: a9cf75171e139bf0019aa2bc731f2cb012dc3d2a https://github.com/buildbot/buildbot/commit/a9cf75171e139bf0019aa2bc731f2cb012dc3d2a Author: Dustin J. Mitchell Date: 2014-08-02 (Sat, 02 Aug 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- remove docs for old-style source steps, too Commit: b90b7aab11747b85c5d8f69b3c832e86bc77e167 https://github.com/buildbot/buildbot/commit/b90b7aab11747b85c5d8f69b3c832e86bc77e167 Author: Dustin J. Mitchell Date: 2014-08-03 (Sun, 03 Aug 2014) Changed paths: M master/buildbot/steps/source/__init__.py R master/buildbot/steps/source/oldsource.py M master/buildbot/test/regressions/test_oldpaths.py R master/buildbot/test/unit/test_steps_source_oldsource.py R master/buildbot/test/unit/test_steps_source_oldsource_ComputeRepositoryURL.py R master/buildbot/test/unit/test_steps_source_oldsource_Repo.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge djmitche/buildbot:bug2842 (PR #1189) Fixes #2842. Compare: https://github.com/buildbot/buildbot/compare/42d46652915d...b90b7aab1174 From noreply at github.com Fri Aug 8 15:01:13 2014 From: noreply at github.com (GitHub) Date: Fri, 08 Aug 2014 08:01:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 1646d4: first guanlecoja build Message-ID: <53e4e639d5bfa_16a011d5d34207ce@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 1646d445a57a0068f90fa57ebbc0fef7d91f924d https://github.com/buildbot/buildbot/commit/1646d445a57a0068f90fa57ebbc0fef7d91f924d Author: Pierre Tardy Date: 2014-08-05 (Tue, 05 Aug 2014) Changed paths: M master/buildbot/scripts/dataspec.py M www/codeparameter/src/module/codefield.directive.coffee R www/grunt/coffeelint.json R www/grunt/config.coffee R www/grunt/customtasks.coffee A www/guanlecoja/coffeelint.json A www/guanlecoja/config.coffee A www/guanlecoja/customtasks.coffee A www/gulpfile.js A www/karma.conf.js M www/src/app/app.module.coffee M www/src/app/app.run.coffee M www/src/app/common/services/mq/mq.service.coffee M www/src/app/common/services/recentStorage/recentStorage.service.coffee M www/src/app/common/services/results/results.service.coffee M www/src/app/layout.jade R www/test/scripts/main.coffee Log Message: ----------- first guanlecoja build Signed-off-by: Pierre Tardy Commit: da24ac5d8a7c2402d6fca6afe951ef3452ec5cc3 https://github.com/buildbot/buildbot/commit/da24ac5d8a7c2402d6fca6afe951ef3452ec5cc3 Author: Pierre Tardy Date: 2014-08-05 (Tue, 05 Aug 2014) Changed paths: M master/buildbot/www/config.py M master/buildbot/www/service.py M www/.gitignore M www/README.txt M www/buildbot_www.py M www/codeparameter/.gitignore R www/codeparameter/Gruntfile.coffee M www/codeparameter/MANIFEST.in M www/codeparameter/buildbot_codeparameter.py R www/codeparameter/grunt/coffeelint.json R www/codeparameter/grunt/config.coffee R www/codeparameter/grunt/customtasks.coffee A www/codeparameter/guanlecoja/config.coffee A www/codeparameter/gulpfile.js M www/codeparameter/setup.py M www/codeparameter/src/module/codefield.directive.coffee A www/codeparameter/test/main.coffee R www/console_view/grunt/coffeelint.json R www/console_view/grunt/config.coffee A www/console_view/guanlecoja/coffeelint.json A www/console_view/guanlecoja/config.coffee A www/console_view/gulpfile.js M www/console_view/setup.py M www/console_view/src/module/main.module.spec.coffee M www/console_view/src/module/view/change-row/changerow.directive.spec.coffee M www/console_view/test/main.coffee M www/guanlecoja/config.coffee M www/gulpfile.js R www/karma.conf.js M www/setup.py M www/src/app/builders/buildrequest/buildrequest.controller.spec.coffee M www/src/app/index.jade M www/src/app/layout.jade M www/src/styles/styles.less R www/test/scripts/scenarios/devapp.module.coffee Log Message: ----------- guanlecoja for plugins Signed-off-by: Pierre Tardy Commit: 4609dbb0fb6a24198ee765f5c5d608fcbc37ed80 https://github.com/buildbot/buildbot/commit/4609dbb0fb6a24198ee765f5c5d608fcbc37ed80 Author: Pierre Tardy Date: 2014-08-05 (Tue, 05 Aug 2014) Changed paths: M www/console_view/src/module/main.module.coffee M www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee M www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee M www/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee M www/src/app/common/services/buildbot/buildbot.service.spec.coffee M www/src/app/common/services/mq/mq.service.spec.coffee M www/src/app/common/services/recentStorage/recentstorage.service.spec.coffee M www/src/app/common/services/results/results.service.spec.coffee Log Message: ----------- remove reference to __karma__ Signed-off-by: Pierre Tardy Commit: ae94971746b512fbb8db70708f5575a089dd209a https://github.com/buildbot/buildbot/commit/ae94971746b512fbb8db70708f5575a089dd209a Author: Pierre Tardy Date: 2014-08-05 (Tue, 05 Aug 2014) Changed paths: R www/waterfall_view/Gruntfile.coffee M www/waterfall_view/buildbot_waterfall_view.py R www/waterfall_view/grunt/coffeelint.json R www/waterfall_view/grunt/config.coffee A www/waterfall_view/guanlecoja/config.coffee A www/waterfall_view/gulpfile.js M www/waterfall_view/test/main.coffee Log Message: ----------- update waterfall for guanlecoja Signed-off-by: Pierre Tardy Commit: d4cac3186c7b892d692e07991b93501340c13c84 https://github.com/buildbot/buildbot/commit/d4cac3186c7b892d692e07991b93501340c13c84 Author: Pierre Tardy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M www/console_view/src/module/main.module.spec.coffee M www/guanlecoja/config.coffee A www/src/app/d3/d3.service.coffee M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/setup.py R www/waterfall_view/src/module/d3/d3.service.coffee M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- make d3 part of the main app We dont get d3 from the main d3 site anymore (they might not like us to steal bw, and this works better for airplane hacking ;) ) We rather ship d3 as a standalone js file, and lazy load it when needed Signed-off-by: Pierre Tardy Commit: 2dafe0f6d29000f56a22a69e08beaa1ca20b150b https://github.com/buildbot/buildbot/commit/2dafe0f6d29000f56a22a69e08beaa1ca20b150b Author: Pierre Tardy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M www/codeparameter/setup.py M www/console_view/setup.py R www/sample_plugin/.gitignore R www/sample_plugin/Gruntfile.coffee R www/sample_plugin/buildbot_sample_plugin.py R www/sample_plugin/grunt/coffeelint.json R www/sample_plugin/grunt/config.coffee R www/sample_plugin/setup.py R www/sample_plugin/src/img/logo.png R www/sample_plugin/src/module/d3demo/d3demo.directive.coffee R www/sample_plugin/src/module/demo.module.coffee R www/sample_plugin/src/module/demo.tpl.jade R www/sample_plugin/src/styles/styles.less M www/setup.py M www/waterfall_view/setup.py Log Message: ----------- Simplify setup.py Current version is far too much boilerplate for a plugin Its obsolete with the change to gulp, and has proven to be very unreliable. We need to find something more simple that does not feel like black magic Delete old sample_plugin. It is obsolete, now we have good examples with waterfall and console Signed-off-by: Pierre Tardy Commit: 5f153f45da187fff300dde20a68bc7884558946b https://github.com/buildbot/buildbot/commit/5f153f45da187fff300dde20a68bc7884558946b Author: Pierre Tardy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: A pkg/buildbot_pkg.py A pkg/setup.py A pkg/test_buildbot_pkg.py R www/Gruntfile.coffee M www/MANIFEST.in M www/codeparameter/setup.py M www/console_view/setup.py M www/setup.py M www/waterfall_view/setup.py Log Message: ----------- factorized setup.py for www plugins Commit: f0dc21eef27cf2ed3136c7827a78a8199273c7c6 https://github.com/buildbot/buildbot/commit/f0dc21eef27cf2ed3136c7827a78a8199273c7c6 Author: Pierre Tardy Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M common/validate.sh M master/buildbot/test/unit/test_www_config.py M pkg/buildbot_pkg.py M pkg/setup.py M pkg/test_buildbot_pkg.py M www/.gitignore A www/codeparameter/package.json M www/codeparameter/setup.py R www/console_view/.gitignore A www/console_view/package.json M www/console_view/src/module/main.module.spec.coffee A www/package.json R www/waterfall_view/.gitignore A www/waterfall_view/package.json Log Message: ----------- some small fixes Signed-off-by: Pierre Tardy Commit: a1bb3f250fd340a6b0238c3d165dea2e76533046 https://github.com/buildbot/buildbot/commit/a1bb3f250fd340a6b0238c3d165dea2e76533046 Author: Pierre Tardy Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M master/buildbot/changes/bitbucket.py Log Message: ----------- fix bitbucket unit tests no idea why I detect this now, and not metabb Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/b90b7aab1174...a1bb3f250fd3 From noreply at github.com Fri Aug 8 15:07:16 2014 From: noreply at github.com (GitHub) Date: Fri, 08 Aug 2014 08:07:16 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b6b094: add more helpful message in setup.py boilerplates Message-ID: <53e4e7a44913d_33d98f5d40323f2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b6b09405909c478b50d18a08e3ad92a448a37047 https://github.com/buildbot/buildbot/commit/b6b09405909c478b50d18a08e3ad92a448a37047 Author: Pierre Tardy Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M www/codeparameter/setup.py M www/console_view/setup.py M www/setup.py M www/waterfall_view/setup.py Log Message: ----------- add more helpful message in setup.py boilerplates Signed-off-by: Pierre Tardy From noreply at github.com Fri Aug 8 20:10:57 2014 From: noreply at github.com (GitHub) Date: Fri, 08 Aug 2014 13:10:57 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a4da76: more cleanups Message-ID: <53e52ed116ddc_b911395d40757f7@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a4da76274d73304cc7decac379007a6bff7a9a9f https://github.com/buildbot/buildbot/commit/a4da76274d73304cc7decac379007a6bff7a9a9f Author: Pierre Tardy Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M www/MANIFEST.in R www/guanlecoja/coffeelint.json M www/guanlecoja/config.coffee R www/guanlecoja/customtasks.coffee M www/src/app/about/about.module.coffee M www/src/app/app.run.coffee M www/src/app/layout.jade A www/test/scripts/mocks/config.mock.coffee Log Message: ----------- more cleanups Signed-off-by: Pierre Tardy Commit: 2a912fe4b90b12befec008c9c4d54e923a53956b https://github.com/buildbot/buildbot/commit/2a912fe4b90b12befec008c9c4d54e923a53956b Author: Andras Toth Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M www/console_view/src/module/main.module.coffee M www/console_view/src/module/main.module.spec.coffee Log Message: ----------- Fix console view tests Commit: 46d162d2f1d765c58fe43ca409f74d0806f3ba5e https://github.com/buildbot/buildbot/commit/46d162d2f1d765c58fe43ca409f74d0806f3ba5e Author: Pierre Tardy Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M www/console_view/src/module/main.module.coffee Log Message: ----------- restore annotation for class based module Need to use ng-classify, for annotation of coffee classes. We need to wait for better support of multiple module in ng-classify Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/b6b09405909c...46d162d2f1d7 From noreply at github.com Sat Aug 9 17:21:42 2014 From: noreply at github.com (GitHub) Date: Sat, 09 Aug 2014 10:21:42 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5cf25a: update comments where I confused myself Message-ID: <53e658a6bd334_4db51475d3c798f1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5cf25a053ccfeec693114d300cc85d08233f0c05 https://github.com/buildbot/buildbot/commit/5cf25a053ccfeec693114d300cc85d08233f0c05 Author: Dustin J. Mitchell Date: 2014-08-09 (Sat, 09 Aug 2014) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- update comments where I confused myself From noreply at github.com Sat Aug 9 23:13:59 2014 From: noreply at github.com (GitHub) Date: Sat, 09 Aug 2014 16:13:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0e42d2: fix setup.py endpoints Message-ID: <53e6ab37e4a59_28029cdd4492847@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0e42d2dd86527cfdfb721acc72fef3019d0b00f0 https://github.com/buildbot/buildbot/commit/0e42d2dd86527cfdfb721acc72fef3019d0b00f0 Author: Pierre Tardy Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M www/codeparameter/setup.py M www/console_view/setup.py M www/src/app/d3/d3.service.coffee M www/waterfall_view/setup.py Log Message: ----------- fix setup.py endpoints Signed-off-by: Pierre Tardy Commit: f68f1b952a002449b50c457747dd1859901d3732 https://github.com/buildbot/buildbot/commit/f68f1b952a002449b50c457747dd1859901d3732 Author: Pierre Tardy Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- Merge branch 'master' of https://github.com/buildbot/buildbot into guanlecoja Compare: https://github.com/buildbot/buildbot/compare/5cf25a053ccf...f68f1b952a00 From noreply at github.com Sun Aug 10 22:17:27 2014 From: noreply at github.com (GitHub) Date: Sun, 10 Aug 2014 15:17:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b6614a: fix travis Message-ID: <53e7ef7774676_5afece9d347121f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b6614a51324aae95790e5b718f9f106c52cc8f58 https://github.com/buildbot/buildbot/commit/b6614a51324aae95790e5b718f9f106c52cc8f58 Author: Pierre Tardy Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M .travis.yml Log Message: ----------- fix travis install pkg first Signed-off-by: Pierre Tardy From noreply at github.com Sun Aug 10 22:18:09 2014 From: noreply at github.com (GitHub) Date: Sun, 10 Aug 2014 15:18:09 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9c05c8: Add maximum column width Message-ID: <53e7efa173813_7c8e116bd441347@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9c05c8d824741b1e35e892807964c5aac3f6e796 https://github.com/buildbot/buildbot/commit/9c05c8d824741b1e35e892807964c5aac3f6e796 Author: Andras Toth Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- Add maximum column width Commit: cbd1d40e5449a6074be36c9a0b9bf76500263475 https://github.com/buildbot/buildbot/commit/cbd1d40e5449a6074be36c9a0b9bf76500263475 Author: Pierre Tardy Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- Merge pull request #1194 from tothandras/guanlecoja2 Add maximum column width Compare: https://github.com/buildbot/buildbot/compare/b6614a51324a...cbd1d40e5449 From noreply at github.com Sun Aug 10 22:49:30 2014 From: noreply at github.com (GitHub) Date: Sun, 10 Aug 2014 15:49:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c76de0: travis fix, with latest version of guanlecoja Message-ID: <53e7f6fa98e5_69ccb63d34321b4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c76de0c33f4b0a6887166d768c985abb6ecdbdbf https://github.com/buildbot/buildbot/commit/c76de0c33f4b0a6887166d768c985abb6ecdbdbf Author: Pierre Tardy Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M www/codeparameter/guanlecoja/config.coffee M www/codeparameter/src/module/codefield.directive.coffee M www/console_view/Gruntfile.coffee M www/console_view/guanlecoja/config.coffee M www/console_view/src/module/main.module.coffee M www/console_view/src/module/main.module.spec.coffee M www/console_view/src/module/view/builders-header/buildersheader.directive.coffee M www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee M www/console_view/src/module/view/change-row/changerow.directive.coffee M www/console_view/src/module/view/change-row/changerow.directive.spec.coffee M www/console_view/src/module/view/change-row/modal/modal.controller.coffee M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- travis fix, with latest version of guanlecoja Signed-off-by: Pierre Tardy From noreply at github.com Mon Aug 11 10:11:08 2014 From: noreply at github.com (GitHub) Date: Mon, 11 Aug 2014 03:11:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0a9691: fix getCurrentSummary for some steps Message-ID: <53e896bcde749_78b8a9d3c10237e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0a969162f40a903b775703165ca9a3f32ef4e40e https://github.com/buildbot/buildbot/commit/0a969162f40a903b775703165ca9a3f32ef4e40e Author: Pierre Tardy Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/trigger.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- fix getCurrentSummary for some steps adding a better message, with more info of who's wrong Signed-off-by: Pierre Tardy From noreply at github.com Mon Aug 11 15:53:38 2014 From: noreply at github.com (GitHub) Date: Mon, 11 Aug 2014 08:53:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] caaa5c: issues are no longer active Message-ID: <53e8e7026c477_262f1105d3c89376@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: caaa5c1b10c15d1a3600dd16b0b76ddd64b14de4 https://github.com/buildbot/buildbot/commit/caaa5c1b10c15d1a3600dd16b0b76ddd64b14de4 Author: Dustin J. Mitchell Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M CONTRIBUTING.md Log Message: ----------- issues are no longer active Commit: 62716b088437c36bf9cc72b877022c8e4c0a88be https://github.com/buildbot/buildbot/commit/62716b088437c36bf9cc72b877022c8e4c0a88be Author: Dustin J. Mitchell Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M CONTRIBUTING.md Log Message: ----------- update Commit: bfc8d9ccaf13549e71fac7f95c2b1e6982fb611a https://github.com/buildbot/buildbot/commit/bfc8d9ccaf13549e71fac7f95c2b1e6982fb611a Author: Dustin J. Mitchell Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M CONTRIBUTING.md Log Message: ----------- more updates Commit: 846e2eb79ee68f56295e21dc4e9f96232df9b8c0 https://github.com/buildbot/buildbot/commit/846e2eb79ee68f56295e21dc4e9f96232df9b8c0 Author: Dustin J. Mitchell Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M CONTRIBUTING.md Log Message: ----------- Merge djmitche/buildbot:testbranch (PR #1195) Compare: https://github.com/buildbot/buildbot/compare/0a969162f40a...846e2eb79ee6 From noreply at github.com Tue Aug 12 19:27:39 2014 From: noreply at github.com (GitHub) Date: Tue, 12 Aug 2014 12:27:39 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b0bcb9: Classify modules Message-ID: <53ea6aab4d5d9_3be6100dd4413008c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b0bcb9edd1a63b6be5b9119992ff41cbdad0989d https://github.com/buildbot/buildbot/commit/b0bcb9edd1a63b6be5b9119992ff41cbdad0989d Author: Andras Toth Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M www/codeparameter/src/module/codefield.directive.coffee M www/codeparameter/test/main.coffee M www/console_view/buildbot_console_view.py M www/console_view/guanlecoja/config.coffee M www/console_view/src/module/main.module.coffee M www/console_view/src/module/main.module.spec.coffee M www/console_view/src/module/view/builders-header/buildersheader.directive.coffee M www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee M www/console_view/src/module/view/change-row/changerow.directive.coffee M www/console_view/src/module/view/change-row/changerow.directive.spec.coffee M www/console_view/src/module/view/change-row/modal/modal.controller.coffee M www/src/app/about/about.controller.coffee R www/src/app/about/about.module.coffee M www/src/app/about/about.route.coffee A www/src/app/alert-panel/alert.factory.coffee R www/src/app/alert-panel/alert.service.coffee A www/src/app/alert-panel/alertpanel.config.coffee M www/src/app/alert-panel/alertpanel.controller.coffee R www/src/app/alert-panel/alertpanel.module.coffee M www/src/app/app.module.coffee M www/src/app/app.route.coffee M www/src/app/app.run.coffee M www/src/app/builders/build/build.route.coffee A www/src/app/builders/builder/builder.controller.coffee M www/src/app/builders/builder/builder.route.coffee A www/src/app/builders/builders.controller.coffee R www/src/app/builders/builders.module.coffee A www/src/app/builders/builders.route.coffee A www/src/app/builders/buildrequest/buildrequest.controller.coffee M www/src/app/builders/buildrequest/buildrequest.route.coffee M www/src/app/builders/buildrequest/forcedialog/forcedialog.config.coffee M www/src/app/builders/buildrequest/forcedialog/forcedialog.controller.coffee A www/src/app/builders/log/log.controller.coffee M www/src/app/builders/log/log.route.coffee M www/src/app/builders/log/logviewer/logviewer.directive.coffee A www/src/app/builders/services/findbuilds.factory.coffee R www/src/app/builders/services/findbuilds.service.coffee A www/src/app/builders/services/timeout.factory.coffee R www/src/app/builders/services/timeout.service.coffee A www/src/app/builders/step/step.controller.coffee M www/src/app/builders/step/step.route.coffee A www/src/app/buildslaves/buildslaves.controller.coffee R www/src/app/buildslaves/buildslaves.module.coffee A www/src/app/buildslaves/buildslaves.route.coffee A www/src/app/changes/changes.controller.coffee R www/src/app/changes/changes.module.coffee A www/src/app/changes/changes.route.coffee M www/src/app/common/common.constant.coffee M www/src/app/common/common.module.coffee M www/src/app/common/directives/basefield/basefield.directive.coffee M www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.coffee M www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee M www/src/app/common/directives/buildsummary/buildsummary.directive.coffee M www/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee M www/src/app/common/directives/forcefields/forcefields.directive.coffee M www/src/app/common/directives/loginbar/loginbar.directive.coffee M www/src/app/common/directives/rawdata/rawdata.directive.coffee R www/src/app/common/directives/topmenu/topmenu.controller.coffee M www/src/app/common/directives/topmenu/topmenu.directive.coffee M www/src/app/common/filters/moment/moment.constant.coffee M www/src/app/common/filters/moment/moment.filter.coffee M www/src/app/common/services/buildbot/buildbot.service.coffee M www/src/app/common/services/buildbot/buildbot.service.spec.coffee M www/src/app/common/services/mq/mq.service.coffee M www/src/app/common/services/recentStorage/recentStorage.service.coffee M www/src/app/common/services/results/results.service.coffee M www/src/app/common/services/results/results.service.spec.coffee M www/src/app/d3/d3.service.coffee A www/src/app/home/home.controller.coffee R www/src/app/home/home.module.coffee A www/src/app/home/home.route.coffee M www/src/app/index.jade M www/src/app/layout.jade A www/src/app/masters/masters.controller.coffee R www/src/app/masters/masters.module.coffee A www/src/app/masters/masters.route.coffee A www/src/app/schedulers/schedulers.controller.coffee R www/src/app/schedulers/schedulers.module.coffee A www/src/app/schedulers/schedulers.route.coffee M www/waterfall_view/src/module/data/data.service.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/src/module/modal/modal.controller.coffee M www/waterfall_view/src/module/scale/scale.service.coffee Log Message: ----------- Classify modules Commit: 520ee7b3eeb2f3af0bc09565a463a01d8e315ac2 https://github.com/buildbot/buildbot/commit/520ee7b3eeb2f3af0bc09565a463a01d8e315ac2 Author: Andras Toth Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M www/codeparameter/guanlecoja/config.coffee Log Message: ----------- Fix plugin name Signed-off-by: Andras Toth Commit: d8ffef519af0428a3480f62df3e56c9d2bb6e624 https://github.com/buildbot/buildbot/commit/d8ffef519af0428a3480f62df3e56c9d2bb6e624 Author: Pierre Tardy Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M www/package.json M www/waterfall_view/package.json Log Message: ----------- upgrade guanlecoja Signed-off-by: Pierre Tardy Commit: dbd8239c42dc21a8e1be7bc7805c5dbbfb4a7b3d https://github.com/buildbot/buildbot/commit/dbd8239c42dc21a8e1be7bc7805c5dbbfb4a7b3d Author: Andras Toth Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M www/console_view/guanlecoja/config.coffee M www/console_view/src/module/main.module.spec.coffee M www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- Fix plugin names and tests Signed-off-by: Andras Toth Commit: 0416900c360c2a17d0740118fa41067a4eebfb94 https://github.com/buildbot/buildbot/commit/0416900c360c2a17d0740118fa41067a4eebfb94 Author: Pierre Tardy Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M www/codeparameter/guanlecoja/config.coffee M www/console_view/guanlecoja/config.coffee M www/console_view/src/module/main.module.spec.coffee M www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee M www/package.json M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/package.json M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- upgrade guanlecoja Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/846e2eb79ee6...0416900c360c From noreply at github.com Tue Aug 12 22:25:08 2014 From: noreply at github.com (GitHub) Date: Tue, 12 Aug 2014 15:25:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 24a996: fix moment constant Message-ID: <53ea9444417ef_4515107bd4498730@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 24a9966d9c4691ef68607e22c51e7e2be160d470 https://github.com/buildbot/buildbot/commit/24a9966d9c4691ef68607e22c51e7e2be160d470 Author: Pierre Tardy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M www/.gitignore A www/src/app/builders/build/build.controller.coffee M www/src/app/common/directives/buildsummary/buildsummary.directive.coffee M www/src/app/common/filters/moment/moment.constant.coffee Log Message: ----------- fix moment constant fix missing files Signed-off-by: Pierre Tardy From noreply at github.com Wed Aug 13 13:47:10 2014 From: noreply at github.com (GitHub) Date: Wed, 13 Aug 2014 06:47:10 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3f9973: Fix some typos in the documentation Message-ID: <53eb6c5e5a9da_6ffbddbd3c553d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3f9973fb7e43308ccacfe55041b41d630d42197f https://github.com/buildbot/buildbot/commit/3f9973fb7e43308ccacfe55041b41d630d42197f Author: Michal Sojka Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M master/docs/manual/cfg-buildfactories.rst Log Message: ----------- Fix some typos in the documentation Commit: ee6745b8a57e26c848508d1e4145f46dc735e45a https://github.com/buildbot/buildbot/commit/ee6745b8a57e26c848508d1e4145f46dc735e45a Author: Dustin J. Mitchell Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M master/docs/manual/cfg-buildfactories.rst Log Message: ----------- Merge wentasah/buildbot:doc-typos (PR #1200) Compare: https://github.com/buildbot/buildbot/compare/24a9966d9c46...ee6745b8a57e From noreply at github.com Fri Aug 15 15:52:40 2014 From: noreply at github.com (GitHub) Date: Fri, 15 Aug 2014 08:52:40 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 796d4e: Fixing revlink in bitbucket-hook. Message-ID: <53ee2cc8963b4_5673fb2b23392b8585f7@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 796d4ee69f8383ab7d3795d50ef4b799dfe1465e https://github.com/buildbot/buildbot/commit/796d4ee69f8383ab7d3795d50ef4b799dfe1465e Author: Anders Bennehag Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M master/buildbot/status/web/hooks/bitbucket.py M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py M master/docs/relnotes/index.rst Log Message: ----------- Fixing revlink in bitbucket-hook. Commit: 1bcd6cb45691c894910b4b59b1d1c9b4de9fa246 https://github.com/buildbot/buildbot/commit/1bcd6cb45691c894910b4b59b1d1c9b4de9fa246 Author: Dustin J. Mitchell Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M master/buildbot/status/web/hooks/bitbucket.py M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py M master/docs/relnotes/index.rst Log Message: ----------- Merge PureW/buildbot:master (PR #1202) + relnotes update Compare: https://github.com/buildbot/buildbot/compare/ee6745b8a57e...1bcd6cb45691 From noreply at github.com Fri Aug 15 15:57:39 2014 From: noreply at github.com (GitHub) Date: Fri, 15 Aug 2014 08:57:39 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 4566d2: re-format config to make it easier to review Message-ID: <53ee2df37c8c1_5fdd3f96c61df2bc58817@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4566d23f51894473479b393943e530ebbf16fecc https://github.com/buildbot/buildbot/commit/4566d23f51894473479b393943e530ebbf16fecc Author: Mikhail Sobolev Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M master/docs/conf.py Log Message: ----------- re-format config to make it easier to review Commit: 8277df9a8091bc6013e33b372b04945d5c0ac75c https://github.com/buildbot/buildbot/commit/8277df9a8091bc6013e33b372b04945d5c0ac75c Author: Mikhail Sobolev Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M master/docs/bbdocs/ext.py M master/docs/conf.py M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/0.8.9.rst Log Message: ----------- replace :bb:bug: with sphinx's extlinks Commit: 2b8f47913672f1b36b658ebe5757d38869629c2a https://github.com/buildbot/buildbot/commit/2b8f47913672f1b36b658ebe5757d38869629c2a Author: Mikhail Sobolev Date: 2014-08-12 (Tue, 12 Aug 2014) Changed paths: M master/docs/bbdocs/ext.py M master/docs/conf.py M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/0.8.9.rst Log Message: ----------- replace :bb:pull: with sphinx's extlinks Commit: 5f4a149bd9cc7e5b6167af8a0403bb685260ae69 https://github.com/buildbot/buildbot/commit/5f4a149bd9cc7e5b6167af8a0403bb685260ae69 Author: Mikhail Sobolev Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M master/docs/bbdocs/ext.py M master/docs/conf.py M master/docs/developer/cls-forcesched.rst M master/docs/developer/cls-www.rst M master/docs/developer/data.rst M master/docs/developer/database.rst M master/docs/developer/tests.rst M master/docs/developer/www.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/customization.rst M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/0.8.9.rst M master/docs/relnotes/index.rst Log Message: ----------- replace :bb:src: with sphinx's extlinks Commit: 85505933c1633d7f3e106fc206d8882093e6af10 https://github.com/buildbot/buildbot/commit/85505933c1633d7f3e106fc206d8882093e6af10 Author: Dustin J. Mitchell Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M master/docs/bbdocs/ext.py M master/docs/conf.py M master/docs/developer/cls-forcesched.rst M master/docs/developer/cls-www.rst M master/docs/developer/data.rst M master/docs/developer/database.rst M master/docs/developer/tests.rst M master/docs/developer/www.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/customization.rst M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/0.8.9.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge sa2ajj/buildbot:clean-bb-ext-up (PR #1201) Compare: https://github.com/buildbot/buildbot/compare/1bcd6cb45691...85505933c163 From noreply at github.com Mon Aug 18 13:49:23 2014 From: noreply at github.com (GitHub) Date: Mon, 18 Aug 2014 06:49:23 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e7bcaa: docs/developer/www.rst: update link to Bootstrap's... Message-ID: <53f20463a7e95_42c93ff96bcb12a0731f2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e7bcaaa135e606680f09223540987c81314951eb https://github.com/buildbot/buildbot/commit/e7bcaaa135e606680f09223540987c81314951eb Author: Chris Rebert Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M master/docs/developer/www.rst Log Message: ----------- docs/developer/www.rst: update link to Bootstrap's website Commit: 2347afc4bca2efc234dbb76467750f29bd695d59 https://github.com/buildbot/buildbot/commit/2347afc4bca2efc234dbb76467750f29bd695d59 Author: Dustin J. Mitchell Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M master/docs/developer/www.rst Log Message: ----------- Merge pull request #1204 from cvrebert/patch-1 docs/developer/www.rst: update link to Bootstrap's website Compare: https://github.com/buildbot/buildbot/compare/85505933c163...2347afc4bca2 From noreply at github.com Mon Aug 18 20:09:03 2014 From: noreply at github.com (GitHub) Date: Mon, 18 Aug 2014 13:09:03 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9fe62b: remove compiled python modules Message-ID: <53f25d5f4d83b_70083fdb13b352bc6294c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9fe62b4ff0dcd02de52b7d9b9c260229b152f24f https://github.com/buildbot/buildbot/commit/9fe62b4ff0dcd02de52b7d9b9c260229b152f24f Author: Mikhail Sobolev Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M Makefile M master/Makefile Log Message: ----------- remove compiled python modules * quite helpful when you do module re-factoring Commit: abace21bc315c841152bb009c21276bdd07d6aed https://github.com/buildbot/buildbot/commit/abace21bc315c841152bb009c21276bdd07d6aed Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: A master/buildbot/errors.py M master/buildbot/interfaces.py A master/buildbot/plugins/__init__.py A master/buildbot/plugins/db.py A master/buildbot/test/unit/test_plugins.py Log Message: ----------- add plugin infrastructure for Buildbot * add IPlugin interface that should be a base for all interfaces that can be delivered as a plugin * add `buildbot.plugins.db` to load and check plugins * add basic unit tests Commit: e2486e36ddafde896231d0ba6de31055b953483a https://github.com/buildbot/buildbot/commit/e2486e36ddafde896231d0ba6de31055b953483a Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/www/service.py M www/buildbot_www.py Log Message: ----------- adopt plugin system for www service Commit: 8951622092e41456df5d4a5ab7cadf7928f83be8 https://github.com/buildbot/buildbot/commit/8951622092e41456df5d4a5ab7cadf7928f83be8 Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/plugins/__init__.py M master/setup.py Log Message: ----------- provide bundled change sources as plugins * this should help to "unify" the way changes sources are defined Commit: d13237069ca3538b8d5df485864a9b5764003dea https://github.com/buildbot/buildbot/commit/d13237069ca3538b8d5df485864a9b5764003dea Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/plugins/__init__.py M master/setup.py Log Message: ----------- provide bundled schedulers as plugins Commit: 272ca20e35b335be24f202f2ae9edcbe45010ac2 https://github.com/buildbot/buildbot/commit/272ca20e35b335be24f202f2ae9edcbe45010ac2 Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/plugins/__init__.py M master/setup.py Log Message: ----------- provide bundled build slaves as plugins Commit: dcda4b74be713396c4da456a0210add462f08fec https://github.com/buildbot/buildbot/commit/dcda4b74be713396c4da456a0210add462f08fec Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/plugins/__init__.py Log Message: ----------- be explicit about wildcard import * this allows to inject them into configuration file and access necessary bits in a bit shorter way Commit: af5e11243c598722d7530ab203d5114e4c3c3808 https://github.com/buildbot/buildbot/commit/af5e11243c598722d7530ab203d5114e4c3c3808 Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/plugins/__init__.py M master/buildbot/process/buildstep.py M master/setup.py Log Message: ----------- provide bundled steps as plugins Commit: e05c6485586515d4f7a1284f2a5acf1c4fb1b22a https://github.com/buildbot/buildbot/commit/e05c6485586515d4f7a1284f2a5acf1c4fb1b22a Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/plugins/__init__.py Log Message: ----------- provide bundled status receivers as plugins Commit: 3a8126f1024d071302d751d17c226ce4dc0cc6e3 https://github.com/buildbot/buildbot/commit/3a8126f1024d071302d751d17c226ce4dc0cc6e3 Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/plugins/__init__.py M master/setup.py Log Message: ----------- introduce 'util' category of plugins * this will help to make master.cfg files that only use core functinality to look much simpler Commit: 186529a09672961942a9b26c19707412abbc5e3b https://github.com/buildbot/buildbot/commit/186529a09672961942a9b26c19707412abbc5e3b Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/buildbot/scripts/sample.cfg Log Message: ----------- update sample for master.cfg to use plugins Commit: e2f35482f17e1bf188c710b3d346af19e3537dcb https://github.com/buildbot/buildbot/commit/e2f35482f17e1bf188c710b3d346af19e3537dcb Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/docs/developer/index.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-interlocks.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cfg-www.rst M master/docs/manual/customization.rst M master/docs/tutorial/fiveminutes.rst Log Message: ----------- make formatting related changes to the affected documents * this will help the rebase should they have changed in the base branch * do some whitespace cleanup (trailing whitespaces, empty lines) * move change hooks to the end of customization.rst (relies on non-existent feature, hence it's not clear how to use it) * a bit of extra formatting (not part of this change, but anyway) Commit: 6f497b4d8e3f4ab2f2bb8bbb6e5c21f92e6784b4 https://github.com/buildbot/buildbot/commit/6f497b4d8e3f4ab2f2bb8bbb6e5c21f92e6784b4 Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/docs/developer/general.rst A master/docs/developer/plugins-publish.rst M master/docs/examples/git_gerrit.cfg M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-interlocks.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cfg-www.rst M master/docs/manual/customization.rst M master/docs/manual/index.rst A master/docs/manual/plugins.rst Log Message: ----------- update user documentation Commit: 7ebf0355e9b4691e844d8c3cf5aff1722616ea61 https://github.com/buildbot/buildbot/commit/7ebf0355e9b4691e844d8c3cf5aff1722616ea61 Author: Mikhail Sobolev Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- update release notes Commit: e5f9f73cce36a17782348bac35a3c7798c3fb7f6 https://github.com/buildbot/buildbot/commit/e5f9f73cce36a17782348bac35a3c7798c3fb7f6 Author: Pierre Tardy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M Makefile M master/Makefile A master/buildbot/errors.py M master/buildbot/interfaces.py A master/buildbot/plugins/__init__.py A master/buildbot/plugins/db.py M master/buildbot/process/buildstep.py M master/buildbot/scripts/sample.cfg A master/buildbot/test/unit/test_plugins.py M master/buildbot/www/service.py M master/docs/developer/general.rst M master/docs/developer/index.rst A master/docs/developer/plugins-publish.rst M master/docs/examples/git_gerrit.cfg M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-interlocks.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cfg-www.rst M master/docs/manual/customization.rst M master/docs/manual/index.rst A master/docs/manual/plugins.rst M master/docs/relnotes/index.rst M master/docs/tutorial/fiveminutes.rst M master/setup.py M www/buildbot_www.py Log Message: ----------- Merge branch 'plugins' of https://github.com/sa2ajj/buildbot into plugins Conflicts: master/docs/manual/cfg-statustargets.rst Compare: https://github.com/buildbot/buildbot/compare/2347afc4bca2...e5f9f73cce36 From noreply at github.com Mon Aug 18 20:14:41 2014 From: noreply at github.com (GitHub) Date: Mon, 18 Aug 2014 13:14:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fa6850: guanlecoja-ui integration Message-ID: <53f25eb1a701e_716c3ffcc32dd2a0640a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fa6850ac9a019bdd2e274681fdda2ba05f06f8ba https://github.com/buildbot/buildbot/commit/fa6850ac9a019bdd2e274681fdda2ba05f06f8ba Author: Pierre Tardy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M www/console_view/guanlecoja/config.coffee M www/console_view/src/module/main.module.coffee M www/console_view/src/module/main.module.spec.coffee M www/guanlecoja/config.coffee M www/src/app/about/about.controller.coffee M www/src/app/about/about.route.coffee M www/src/app/about/about.tpl.jade M www/src/app/app.module.coffee M www/src/app/app.route.coffee M www/src/app/builders/build/build.route.coffee M www/src/app/builders/build/build.tpl.jade M www/src/app/builders/builder/builder.controller.coffee M www/src/app/builders/builder/builder.tpl.jade M www/src/app/builders/builders.route.coffee M www/src/app/builders/builders.tpl.jade M www/src/app/builders/buildrequest/buildrequest.tpl.jade M www/src/app/builders/log/log.tpl.jade M www/src/app/builders/step/step.tpl.jade M www/src/app/buildslaves/buildslave/buildslave.route.coffee M www/src/app/buildslaves/buildslaves.route.coffee M www/src/app/buildslaves/buildslaves.tpl.jade M www/src/app/changes/changes.route.coffee M www/src/app/changes/changes.tpl.jade M www/src/app/home/home.route.coffee M www/src/app/home/home.tpl.jade M www/src/app/index.jade M www/src/app/masters/masters.route.coffee M www/src/app/masters/masters.tpl.jade M www/src/app/schedulers/schedulers.route.coffee M www/src/app/schedulers/schedulers.tpl.jade M www/src/styles/styles.less M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- guanlecoja-ui integration Signed-off-by: Pierre Tardy Commit: 9dec40515027c3cb845960d7963798009ac17de3 https://github.com/buildbot/buildbot/commit/9dec40515027c3cb845960d7963798009ac17de3 Author: Andras Toth Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M www/waterfall_view/src/styles/styles.less Log Message: ----------- Waterfall with guanlecoja-ui Commit: 9c43e5bc3f19291accd509ffff01814f93c18b68 https://github.com/buildbot/buildbot/commit/9c43e5bc3f19291accd509ffff01814f93c18b68 Author: Andras Toth Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M www/console_view/src/styles/styles.less Log Message: ----------- Console with guanlecoja-ui Commit: b1c961b958e12ca35cba04a25c95823ea931e014 https://github.com/buildbot/buildbot/commit/b1c961b958e12ca35cba04a25c95823ea931e014 Author: Pierre Tardy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: A master/buildbot/www/plugin.py M pkg/buildbot_pkg.py M pkg/test_buildbot_pkg.py M www/.gitignore R www/MANIFEST.in R www/buildbot_www.py A www/buildbot_www/__init__.py R www/codeparameter/MANIFEST.in R www/codeparameter/buildbot_codeparameter.py A www/codeparameter/buildbot_codeparameter/__init__.py M www/codeparameter/guanlecoja/config.coffee M www/codeparameter/setup.py R www/console_view/buildbot_console_view.py A www/console_view/buildbot_console_view/__init__.py M www/console_view/guanlecoja/config.coffee M www/console_view/setup.py M www/guanlecoja/config.coffee M www/setup.py R www/waterfall_view/buildbot_waterfall_view.py A www/waterfall_view/buildbot_waterfall_view/__init__.py M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/setup.py Log Message: ----------- rework www plugin pkg creation (again) With previous version, the plugins shared "static" directory inside site-package dir! We create one real module dir per plugin, so that we can use pkg_resource to store the built js. This way, we even have bdist_egg working and are ready for py2exe :) Signed-off-by: Pierre Tardy Commit: 6111db804c555c131ca6bbdb3e9366a89c995174 https://github.com/buildbot/buildbot/commit/6111db804c555c131ca6bbdb3e9366a89c995174 Author: Andras Toth Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M www/codeparameter/buildbot_codeparameter/__init__.py M www/guanlecoja/config.coffee M www/waterfall_view/src/styles/styles.less Log Message: ----------- Waterfall with guanlecoja-ui Waterfall with guanlecoja-ui Commit: 14733bed806ecf34ed9eaf3e63888e2444c840ec https://github.com/buildbot/buildbot/commit/14733bed806ecf34ed9eaf3e63888e2444c840ec Author: Andras Toth Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M www/console_view/src/styles/styles.less Log Message: ----------- Console with guanlecoja-ui Commit: 2fd0d63f2aa9da301145dd634b2bfeb223c71e96 https://github.com/buildbot/buildbot/commit/2fd0d63f2aa9da301145dd634b2bfeb223c71e96 Author: Pierre Tardy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M pkg/buildbot_pkg.py Log Message: ----------- compile pkg in prod mode Signed-off-by: Pierre Tardy Commit: 92ce77c6e74c073c960e1432d603763b1808c808 https://github.com/buildbot/buildbot/commit/92ce77c6e74c073c960e1432d603763b1808c808 Author: Pierre Tardy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- remove /3 Signed-off-by: Pierre Tardy Commit: dc025a3c1e2439677171beb931b2c8312cd1635a https://github.com/buildbot/buildbot/commit/dc025a3c1e2439677171beb931b2c8312cd1635a Author: Andras Toth Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee A www/waterfall_view/src/module/scale/scale.service.spec.coffee A www/waterfall_view/src/module/waterfall.route.coffee A www/waterfall_view/src/module/waterfall.route.spec.coffee A www/waterfall_view/test/buildbot/buildbot.service.coffee A www/waterfall_view/test/d3.service.coffee A www/waterfall_view/test/d3/d3.service.coffee M www/waterfall_view/test/main.coffee Log Message: ----------- testing Commit: 5586c3086b1f0cf9db493f36eb9063e02e7015e3 https://github.com/buildbot/buildbot/commit/5586c3086b1f0cf9db493f36eb9063e02e7015e3 Author: Pierre Tardy Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M Makefile M master/buildbot/www/plugin.py M pkg/buildbot_pkg.py M www/codeparameter/buildbot_codeparameter/__init__.py Log Message: ----------- minor coding style fixes Signed-off-by: Pierre Tardy Commit: e84721c1801918db1566f6d439ad77e97ae2318c https://github.com/buildbot/buildbot/commit/e84721c1801918db1566f6d439ad77e97ae2318c Author: Pierre Tardy Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M www/waterfall_view/guanlecoja/config.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee A www/waterfall_view/src/module/scale/scale.service.spec.coffee A www/waterfall_view/src/module/waterfall.route.coffee A www/waterfall_view/src/module/waterfall.route.spec.coffee A www/waterfall_view/test/buildbot/buildbot.service.coffee A www/waterfall_view/test/d3.service.coffee A www/waterfall_view/test/d3/d3.service.coffee M www/waterfall_view/test/main.coffee Log Message: ----------- Merge remote-tracking branch 'tothandras/unit_test' into guanlecoja-ui Commit: 05419c4e97eef9ab829fb800b03714e0b256125d https://github.com/buildbot/buildbot/commit/05419c4e97eef9ab829fb800b03714e0b256125d Author: Pierre Tardy Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- fix tests Signed-off-by: Pierre Tardy Commit: 50f45330eea44c99d2a58a67f38f66dffef6bb71 https://github.com/buildbot/buildbot/commit/50f45330eea44c99d2a58a67f38f66dffef6bb71 Author: Andras Toth Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M www/waterfall_view/src/module/data/data.service.coffee A www/waterfall_view/src/module/data/data.service.spec.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/src/module/scale/scale.service.coffee M www/waterfall_view/src/module/scale/scale.service.spec.coffee M www/waterfall_view/src/module/waterfall.route.spec.coffee Log Message: ----------- more tests Commit: 5347f12d8447c8c826edf7bd60923a836c3e8d72 https://github.com/buildbot/buildbot/commit/5347f12d8447c8c826edf7bd60923a836c3e8d72 Author: Andras Toth Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M www/waterfall_view/src/module/waterfall.route.spec.coffee Log Message: ----------- remove Commit: 1ff21c64823412de345fe2908fe062e6cd11b82e https://github.com/buildbot/buildbot/commit/1ff21c64823412de345fe2908fe062e6cd11b82e Author: Pierre Tardy Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M www/.gitignore M www/waterfall_view/package.json M www/waterfall_view/src/module/data/data.service.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/src/module/scale/scale.service.coffee Log Message: ----------- update waterfall for coverage Signed-off-by: Pierre Tardy Commit: ab2f5cb410da5265723a78206e32a55c3dca86cd https://github.com/buildbot/buildbot/commit/ab2f5cb410da5265723a78206e32a55c3dca86cd Author: Pierre Tardy Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M .travis.yml M Makefile M common/validate.sh A www/base/buildbot_www/__init__.py A www/base/guanlecoja/config.coffee A www/base/gulpfile.js A www/base/package.json A www/base/setup.py A www/base/src/app/about/about.controller.coffee A www/base/src/app/about/about.route.coffee A www/base/src/app/about/about.tpl.jade A www/base/src/app/alert-panel/alert.factory.coffee A www/base/src/app/alert-panel/alertpanel.config.coffee A www/base/src/app/alert-panel/alertpanel.controller.coffee A www/base/src/app/app.module.coffee A www/base/src/app/app.route.coffee A www/base/src/app/app.run.coffee A www/base/src/app/builders/builder/builder.controller.coffee A www/base/src/app/builders/builder/builder.route.coffee A www/base/src/app/builders/builder/builder.tpl.jade A www/base/src/app/builders/builders.controller.coffee A www/base/src/app/builders/builders.route.coffee A www/base/src/app/builders/builders.tpl.jade A www/base/src/app/builders/buildrequest/buildrequest.controller.coffee A www/base/src/app/builders/buildrequest/buildrequest.controller.spec.coffee A www/base/src/app/builders/buildrequest/buildrequest.route.coffee A www/base/src/app/builders/buildrequest/buildrequest.tpl.jade A www/base/src/app/builders/buildrequest/forcedialog/forcedialog.config.coffee A www/base/src/app/builders/buildrequest/forcedialog/forcedialog.controller.coffee A www/base/src/app/builders/buildrequest/forcedialog/forcedialog.tpl.jade A www/base/src/app/builders/log/log.controller.coffee A www/base/src/app/builders/log/log.route.coffee A www/base/src/app/builders/log/log.tpl.jade A www/base/src/app/builders/log/logviewer/logviewer.directive.coffee A www/base/src/app/builders/log/logviewer/logviewer.tpl.jade A www/base/src/app/builders/services/findbuilds.factory.coffee A www/base/src/app/builders/services/timeout.factory.coffee A www/base/src/app/builders/step/step.controller.coffee A www/base/src/app/builders/step/step.route.coffee A www/base/src/app/builders/step/step.tpl.jade A www/base/src/app/buildslaves/buildslave/buildslave.route.coffee A www/base/src/app/buildslaves/buildslaves.controller.coffee A www/base/src/app/buildslaves/buildslaves.route.coffee A www/base/src/app/buildslaves/buildslaves.tpl.jade A www/base/src/app/changes/changes.controller.coffee A www/base/src/app/changes/changes.route.coffee A www/base/src/app/changes/changes.tpl.jade A www/base/src/app/common/common.constant.coffee A www/base/src/app/common/common.module.coffee A www/base/src/app/common/directives/basefield/basefield.directive.coffee A www/base/src/app/common/directives/basefield/basefield.tpl.jade A www/base/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.coffee A www/base/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee A www/base/src/app/common/directives/buildrequestsummary/buildrequestsummary.tpl.jade A www/base/src/app/common/directives/buildsummary/buildsummary.directive.coffee A www/base/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee A www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade A www/base/src/app/common/directives/forcefields/boolfield.tpl.jade A www/base/src/app/common/directives/forcefields/forcefields.directive.coffee A www/base/src/app/common/directives/forcefields/intfield.tpl.jade A www/base/src/app/common/directives/forcefields/listfield.tpl.jade A www/base/src/app/common/directives/forcefields/nestedfield.tpl.jade A www/base/src/app/common/directives/forcefields/simplelayout.tpl.jade A www/base/src/app/common/directives/forcefields/tabslayout.tpl.jade A www/base/src/app/common/directives/forcefields/textareafield.tpl.jade A www/base/src/app/common/directives/forcefields/textfield.tpl.jade A www/base/src/app/common/directives/forcefields/verticallayout.tpl.jade A www/base/src/app/common/directives/loginbar/loginbar.directive.coffee A www/base/src/app/common/directives/loginbar/loginbar.tpl.jade A www/base/src/app/common/directives/rawdata/rawdata.directive.coffee A www/base/src/app/common/directives/rawdata/rawdata.tpl.jade A www/base/src/app/common/directives/topmenu/topmenu.directive.coffee A www/base/src/app/common/directives/topmenu/topmenu.tpl.jade A www/base/src/app/common/filters/moment/moment.constant.coffee A www/base/src/app/common/filters/moment/moment.filter.coffee A www/base/src/app/common/services/buildbot/buildbot.service.coffee A www/base/src/app/common/services/buildbot/buildbot.service.spec.coffee A www/base/src/app/common/services/mq/mq.service.coffee A www/base/src/app/common/services/mq/mq.service.spec.coffee A www/base/src/app/common/services/recentStorage/recentStorage.service.coffee A www/base/src/app/common/services/recentStorage/recentstorage.service.spec.coffee A www/base/src/app/common/services/results/results.service.coffee A www/base/src/app/common/services/results/results.service.spec.coffee A www/base/src/app/d3/d3.service.coffee A www/base/src/app/home/home.controller.coffee A www/base/src/app/home/home.route.coffee A www/base/src/app/home/home.tpl.jade A www/base/src/app/index.jade A www/base/src/app/layout.jade A www/base/src/app/masters/master/master.route.coffee A www/base/src/app/masters/masters.controller.coffee A www/base/src/app/masters/masters.route.coffee A www/base/src/app/masters/masters.tpl.jade A www/base/src/app/schedulers/schedulers.controller.coffee A www/base/src/app/schedulers/schedulers.route.coffee A www/base/src/app/schedulers/schedulers.tpl.jade A www/base/src/img/favicon.ico A www/base/src/img/nobody.png A www/base/src/styles/animations.less A www/base/src/styles/colors.less A www/base/src/styles/styles.less A www/base/test/scripts/mocks/config.mock.coffee A www/base/test/scripts/mocks/eventsource.mock.coffee A www/base/test/scripts/mocks/http.mock.coffee R www/buildbot_www/__init__.py R www/guanlecoja/config.coffee R www/gulpfile.js R www/package.json R www/setup.py R www/src/app/about/about.controller.coffee R www/src/app/about/about.route.coffee R www/src/app/about/about.tpl.jade R www/src/app/alert-panel/alert.factory.coffee R www/src/app/alert-panel/alertpanel.config.coffee R www/src/app/alert-panel/alertpanel.controller.coffee R www/src/app/app.module.coffee R www/src/app/app.route.coffee R www/src/app/app.run.coffee R www/src/app/builders/build/build.controller.coffee R www/src/app/builders/build/build.route.coffee R www/src/app/builders/build/build.tpl.jade R www/src/app/builders/builder/builder.controller.coffee R www/src/app/builders/builder/builder.route.coffee R www/src/app/builders/builder/builder.tpl.jade R www/src/app/builders/builders.controller.coffee R www/src/app/builders/builders.route.coffee R www/src/app/builders/builders.tpl.jade R www/src/app/builders/buildrequest/buildrequest.controller.coffee R www/src/app/builders/buildrequest/buildrequest.controller.spec.coffee R www/src/app/builders/buildrequest/buildrequest.route.coffee R www/src/app/builders/buildrequest/buildrequest.tpl.jade R www/src/app/builders/buildrequest/forcedialog/forcedialog.config.coffee R www/src/app/builders/buildrequest/forcedialog/forcedialog.controller.coffee R www/src/app/builders/buildrequest/forcedialog/forcedialog.tpl.jade R www/src/app/builders/log/log.controller.coffee R www/src/app/builders/log/log.route.coffee R www/src/app/builders/log/log.tpl.jade R www/src/app/builders/log/logviewer/logviewer.directive.coffee R www/src/app/builders/log/logviewer/logviewer.tpl.jade R www/src/app/builders/services/findbuilds.factory.coffee R www/src/app/builders/services/timeout.factory.coffee R www/src/app/builders/step/step.controller.coffee R www/src/app/builders/step/step.route.coffee R www/src/app/builders/step/step.tpl.jade R www/src/app/buildslaves/buildslave/buildslave.route.coffee R www/src/app/buildslaves/buildslaves.controller.coffee R www/src/app/buildslaves/buildslaves.route.coffee R www/src/app/buildslaves/buildslaves.tpl.jade R www/src/app/changes/changes.controller.coffee R www/src/app/changes/changes.route.coffee R www/src/app/changes/changes.tpl.jade R www/src/app/common/common.constant.coffee R www/src/app/common/common.module.coffee R www/src/app/common/directives/basefield/basefield.directive.coffee R www/src/app/common/directives/basefield/basefield.tpl.jade R www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.coffee R www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee R www/src/app/common/directives/buildrequestsummary/buildrequestsummary.tpl.jade R www/src/app/common/directives/buildsummary/buildsummary.directive.coffee R www/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee R www/src/app/common/directives/buildsummary/buildsummary.tpl.jade R www/src/app/common/directives/forcefields/boolfield.tpl.jade R www/src/app/common/directives/forcefields/forcefields.directive.coffee R www/src/app/common/directives/forcefields/intfield.tpl.jade R www/src/app/common/directives/forcefields/listfield.tpl.jade R www/src/app/common/directives/forcefields/nestedfield.tpl.jade R www/src/app/common/directives/forcefields/simplelayout.tpl.jade R www/src/app/common/directives/forcefields/tabslayout.tpl.jade R www/src/app/common/directives/forcefields/textareafield.tpl.jade R www/src/app/common/directives/forcefields/textfield.tpl.jade R www/src/app/common/directives/forcefields/verticallayout.tpl.jade R www/src/app/common/directives/loginbar/loginbar.directive.coffee R www/src/app/common/directives/loginbar/loginbar.tpl.jade R www/src/app/common/directives/rawdata/rawdata.directive.coffee R www/src/app/common/directives/rawdata/rawdata.tpl.jade R www/src/app/common/directives/topmenu/topmenu.directive.coffee R www/src/app/common/directives/topmenu/topmenu.tpl.jade R www/src/app/common/filters/moment/moment.constant.coffee R www/src/app/common/filters/moment/moment.filter.coffee R www/src/app/common/services/buildbot/buildbot.service.coffee R www/src/app/common/services/buildbot/buildbot.service.spec.coffee R www/src/app/common/services/mq/mq.service.coffee R www/src/app/common/services/mq/mq.service.spec.coffee R www/src/app/common/services/recentStorage/recentStorage.service.coffee R www/src/app/common/services/recentStorage/recentstorage.service.spec.coffee R www/src/app/common/services/results/results.service.coffee R www/src/app/common/services/results/results.service.spec.coffee R www/src/app/d3/d3.service.coffee R www/src/app/home/home.controller.coffee R www/src/app/home/home.route.coffee R www/src/app/home/home.tpl.jade R www/src/app/index.jade R www/src/app/layout.jade R www/src/app/masters/master/master.route.coffee R www/src/app/masters/masters.controller.coffee R www/src/app/masters/masters.route.coffee R www/src/app/masters/masters.tpl.jade R www/src/app/schedulers/schedulers.controller.coffee R www/src/app/schedulers/schedulers.route.coffee R www/src/app/schedulers/schedulers.tpl.jade R www/src/img/favicon.ico R www/src/img/nobody.png R www/src/styles/animations.less R www/src/styles/colors.less R www/src/styles/styles.less R www/test/scripts/mocks/config.mock.coffee R www/test/scripts/mocks/eventsource.mock.coffee R www/test/scripts/mocks/http.mock.coffee R www/tosource Log Message: ----------- moved www to www/base Signed-off-by: Pierre Tardy Commit: f1f07edbc6d3fa25732aa38667494a88d72567bf https://github.com/buildbot/buildbot/commit/f1f07edbc6d3fa25732aa38667494a88d72567bf Author: Andras Toth Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M www/waterfall_view/src/module/data/data.service.spec.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee A www/waterfall_view/src/module/modal/modal.controller.spec.coffee M www/waterfall_view/src/module/scale/scale.service.coffee M www/waterfall_view/src/module/scale/scale.service.spec.coffee M www/waterfall_view/src/module/waterfall.route.spec.coffee M www/waterfall_view/test/buildbot/buildbot.service.coffee Log Message: ----------- even more tests Commit: 73c561d33fe04f219f9cc26494687418acda77ff https://github.com/buildbot/buildbot/commit/73c561d33fe04f219f9cc26494687418acda77ff Author: Andras Toth Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M .travis.yml M Makefile M common/validate.sh M www/.gitignore A www/base/buildbot_www/__init__.py A www/base/guanlecoja/config.coffee A www/base/gulpfile.js A www/base/package.json A www/base/setup.py A www/base/src/app/about/about.controller.coffee A www/base/src/app/about/about.route.coffee A www/base/src/app/about/about.tpl.jade A www/base/src/app/alert-panel/alert.factory.coffee A www/base/src/app/alert-panel/alertpanel.config.coffee A www/base/src/app/alert-panel/alertpanel.controller.coffee A www/base/src/app/app.module.coffee A www/base/src/app/app.route.coffee A www/base/src/app/app.run.coffee A www/base/src/app/builders/builder/builder.controller.coffee A www/base/src/app/builders/builder/builder.route.coffee A www/base/src/app/builders/builder/builder.tpl.jade A www/base/src/app/builders/builders.controller.coffee A www/base/src/app/builders/builders.route.coffee A www/base/src/app/builders/builders.tpl.jade A www/base/src/app/builders/buildrequest/buildrequest.controller.coffee A www/base/src/app/builders/buildrequest/buildrequest.controller.spec.coffee A www/base/src/app/builders/buildrequest/buildrequest.route.coffee A www/base/src/app/builders/buildrequest/buildrequest.tpl.jade A www/base/src/app/builders/buildrequest/forcedialog/forcedialog.config.coffee A www/base/src/app/builders/buildrequest/forcedialog/forcedialog.controller.coffee A www/base/src/app/builders/buildrequest/forcedialog/forcedialog.tpl.jade A www/base/src/app/builders/log/log.controller.coffee A www/base/src/app/builders/log/log.route.coffee A www/base/src/app/builders/log/log.tpl.jade A www/base/src/app/builders/log/logviewer/logviewer.directive.coffee A www/base/src/app/builders/log/logviewer/logviewer.tpl.jade A www/base/src/app/builders/services/findbuilds.factory.coffee A www/base/src/app/builders/services/timeout.factory.coffee A www/base/src/app/builders/step/step.controller.coffee A www/base/src/app/builders/step/step.route.coffee A www/base/src/app/builders/step/step.tpl.jade A www/base/src/app/buildslaves/buildslave/buildslave.route.coffee A www/base/src/app/buildslaves/buildslaves.controller.coffee A www/base/src/app/buildslaves/buildslaves.route.coffee A www/base/src/app/buildslaves/buildslaves.tpl.jade A www/base/src/app/changes/changes.controller.coffee A www/base/src/app/changes/changes.route.coffee A www/base/src/app/changes/changes.tpl.jade A www/base/src/app/common/common.constant.coffee A www/base/src/app/common/common.module.coffee A www/base/src/app/common/directives/basefield/basefield.directive.coffee A www/base/src/app/common/directives/basefield/basefield.tpl.jade A www/base/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.coffee A www/base/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee A www/base/src/app/common/directives/buildrequestsummary/buildrequestsummary.tpl.jade A www/base/src/app/common/directives/buildsummary/buildsummary.directive.coffee A www/base/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee A www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade A www/base/src/app/common/directives/forcefields/boolfield.tpl.jade A www/base/src/app/common/directives/forcefields/forcefields.directive.coffee A www/base/src/app/common/directives/forcefields/intfield.tpl.jade A www/base/src/app/common/directives/forcefields/listfield.tpl.jade A www/base/src/app/common/directives/forcefields/nestedfield.tpl.jade A www/base/src/app/common/directives/forcefields/simplelayout.tpl.jade A www/base/src/app/common/directives/forcefields/tabslayout.tpl.jade A www/base/src/app/common/directives/forcefields/textareafield.tpl.jade A www/base/src/app/common/directives/forcefields/textfield.tpl.jade A www/base/src/app/common/directives/forcefields/verticallayout.tpl.jade A www/base/src/app/common/directives/loginbar/loginbar.directive.coffee A www/base/src/app/common/directives/loginbar/loginbar.tpl.jade A www/base/src/app/common/directives/rawdata/rawdata.directive.coffee A www/base/src/app/common/directives/rawdata/rawdata.tpl.jade A www/base/src/app/common/directives/topmenu/topmenu.directive.coffee A www/base/src/app/common/directives/topmenu/topmenu.tpl.jade A www/base/src/app/common/filters/moment/moment.constant.coffee A www/base/src/app/common/filters/moment/moment.filter.coffee A www/base/src/app/common/services/buildbot/buildbot.service.coffee A www/base/src/app/common/services/buildbot/buildbot.service.spec.coffee A www/base/src/app/common/services/mq/mq.service.coffee A www/base/src/app/common/services/mq/mq.service.spec.coffee A www/base/src/app/common/services/recentStorage/recentStorage.service.coffee A www/base/src/app/common/services/recentStorage/recentstorage.service.spec.coffee A www/base/src/app/common/services/results/results.service.coffee A www/base/src/app/common/services/results/results.service.spec.coffee A www/base/src/app/d3/d3.service.coffee A www/base/src/app/home/home.controller.coffee A www/base/src/app/home/home.route.coffee A www/base/src/app/home/home.tpl.jade A www/base/src/app/index.jade A www/base/src/app/layout.jade A www/base/src/app/masters/master/master.route.coffee A www/base/src/app/masters/masters.controller.coffee A www/base/src/app/masters/masters.route.coffee A www/base/src/app/masters/masters.tpl.jade A www/base/src/app/schedulers/schedulers.controller.coffee A www/base/src/app/schedulers/schedulers.route.coffee A www/base/src/app/schedulers/schedulers.tpl.jade A www/base/src/img/favicon.ico A www/base/src/img/nobody.png A www/base/src/styles/animations.less A www/base/src/styles/colors.less A www/base/src/styles/styles.less A www/base/test/scripts/mocks/config.mock.coffee A www/base/test/scripts/mocks/eventsource.mock.coffee A www/base/test/scripts/mocks/http.mock.coffee R www/buildbot_www/__init__.py R www/guanlecoja/config.coffee R www/gulpfile.js R www/package.json R www/setup.py R www/src/app/about/about.controller.coffee R www/src/app/about/about.route.coffee R www/src/app/about/about.tpl.jade R www/src/app/alert-panel/alert.factory.coffee R www/src/app/alert-panel/alertpanel.config.coffee R www/src/app/alert-panel/alertpanel.controller.coffee R www/src/app/app.module.coffee R www/src/app/app.route.coffee R www/src/app/app.run.coffee R www/src/app/builders/build/build.controller.coffee R www/src/app/builders/build/build.route.coffee R www/src/app/builders/build/build.tpl.jade R www/src/app/builders/builder/builder.controller.coffee R www/src/app/builders/builder/builder.route.coffee R www/src/app/builders/builder/builder.tpl.jade R www/src/app/builders/builders.controller.coffee R www/src/app/builders/builders.route.coffee R www/src/app/builders/builders.tpl.jade R www/src/app/builders/buildrequest/buildrequest.controller.coffee R www/src/app/builders/buildrequest/buildrequest.controller.spec.coffee R www/src/app/builders/buildrequest/buildrequest.route.coffee R www/src/app/builders/buildrequest/buildrequest.tpl.jade R www/src/app/builders/buildrequest/forcedialog/forcedialog.config.coffee R www/src/app/builders/buildrequest/forcedialog/forcedialog.controller.coffee R www/src/app/builders/buildrequest/forcedialog/forcedialog.tpl.jade R www/src/app/builders/log/log.controller.coffee R www/src/app/builders/log/log.route.coffee R www/src/app/builders/log/log.tpl.jade R www/src/app/builders/log/logviewer/logviewer.directive.coffee R www/src/app/builders/log/logviewer/logviewer.tpl.jade R www/src/app/builders/services/findbuilds.factory.coffee R www/src/app/builders/services/timeout.factory.coffee R www/src/app/builders/step/step.controller.coffee R www/src/app/builders/step/step.route.coffee R www/src/app/builders/step/step.tpl.jade R www/src/app/buildslaves/buildslave/buildslave.route.coffee R www/src/app/buildslaves/buildslaves.controller.coffee R www/src/app/buildslaves/buildslaves.route.coffee R www/src/app/buildslaves/buildslaves.tpl.jade R www/src/app/changes/changes.controller.coffee R www/src/app/changes/changes.route.coffee R www/src/app/changes/changes.tpl.jade R www/src/app/common/common.constant.coffee R www/src/app/common/common.module.coffee R www/src/app/common/directives/basefield/basefield.directive.coffee R www/src/app/common/directives/basefield/basefield.tpl.jade R www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.coffee R www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee R www/src/app/common/directives/buildrequestsummary/buildrequestsummary.tpl.jade R www/src/app/common/directives/buildsummary/buildsummary.directive.coffee R www/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee R www/src/app/common/directives/buildsummary/buildsummary.tpl.jade R www/src/app/common/directives/forcefields/boolfield.tpl.jade R www/src/app/common/directives/forcefields/forcefields.directive.coffee R www/src/app/common/directives/forcefields/intfield.tpl.jade R www/src/app/common/directives/forcefields/listfield.tpl.jade R www/src/app/common/directives/forcefields/nestedfield.tpl.jade R www/src/app/common/directives/forcefields/simplelayout.tpl.jade R www/src/app/common/directives/forcefields/tabslayout.tpl.jade R www/src/app/common/directives/forcefields/textareafield.tpl.jade R www/src/app/common/directives/forcefields/textfield.tpl.jade R www/src/app/common/directives/forcefields/verticallayout.tpl.jade R www/src/app/common/directives/loginbar/loginbar.directive.coffee R www/src/app/common/directives/loginbar/loginbar.tpl.jade R www/src/app/common/directives/rawdata/rawdata.directive.coffee R www/src/app/common/directives/rawdata/rawdata.tpl.jade R www/src/app/common/directives/topmenu/topmenu.directive.coffee R www/src/app/common/directives/topmenu/topmenu.tpl.jade R www/src/app/common/filters/moment/moment.constant.coffee R www/src/app/common/filters/moment/moment.filter.coffee R www/src/app/common/services/buildbot/buildbot.service.coffee R www/src/app/common/services/buildbot/buildbot.service.spec.coffee R www/src/app/common/services/mq/mq.service.coffee R www/src/app/common/services/mq/mq.service.spec.coffee R www/src/app/common/services/recentStorage/recentStorage.service.coffee R www/src/app/common/services/recentStorage/recentstorage.service.spec.coffee R www/src/app/common/services/results/results.service.coffee R www/src/app/common/services/results/results.service.spec.coffee R www/src/app/d3/d3.service.coffee R www/src/app/home/home.controller.coffee R www/src/app/home/home.route.coffee R www/src/app/home/home.tpl.jade R www/src/app/index.jade R www/src/app/layout.jade R www/src/app/masters/master/master.route.coffee R www/src/app/masters/masters.controller.coffee R www/src/app/masters/masters.route.coffee R www/src/app/masters/masters.tpl.jade R www/src/app/schedulers/schedulers.controller.coffee R www/src/app/schedulers/schedulers.route.coffee R www/src/app/schedulers/schedulers.tpl.jade R www/src/img/favicon.ico R www/src/img/nobody.png R www/src/styles/animations.less R www/src/styles/colors.less R www/src/styles/styles.less R www/test/scripts/mocks/config.mock.coffee R www/test/scripts/mocks/eventsource.mock.coffee R www/test/scripts/mocks/http.mock.coffee R www/tosource M www/waterfall_view/package.json M www/waterfall_view/src/module/data/data.service.coffee M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/src/module/scale/scale.service.coffee Log Message: ----------- Merge commit 'ab2f5cb410da5265723a78206e32a55c3dca86cd' into unit_test Commit: 5e1cdd47b4365b1f7fb137db3acc79d846453337 https://github.com/buildbot/buildbot/commit/5e1cdd47b4365b1f7fb137db3acc79d846453337 Author: Andras Toth Date: 2014-08-17 (Sun, 17 Aug 2014) Changed paths: M www/waterfall_view/package.json M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/src/module/modal/modal.controller.spec.coffee M www/waterfall_view/src/module/scale/scale.service.spec.coffee M www/waterfall_view/test/buildbot/buildbot.service.coffee R www/waterfall_view/test/d3.service.coffee M www/waterfall_view/test/main.coffee Log Message: ----------- tests Commit: b5093d286dcf640ded528db299e0c0b02eb32271 https://github.com/buildbot/buildbot/commit/b5093d286dcf640ded528db299e0c0b02eb32271 Author: Andras Toth Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee M www/waterfall_view/test/buildbot/buildbot.service.coffee Log Message: ----------- over 9000 Commit: 0b3bb5b37a7e53013c5f8994c91b793ff12fa5fe https://github.com/buildbot/buildbot/commit/0b3bb5b37a7e53013c5f8994c91b793ff12fa5fe Author: Pierre Tardy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/app/about/about.controller.coffee R www/base/src/app/alert-panel/alert.factory.coffee R www/base/src/app/alert-panel/alertpanel.config.coffee R www/base/src/app/alert-panel/alertpanel.controller.coffee M www/base/src/app/app.run.coffee R www/base/src/app/common/directives/topmenu/topmenu.directive.coffee R www/base/src/app/common/directives/topmenu/topmenu.tpl.jade M www/base/src/app/index.jade Log Message: ----------- integrate with guanlecoja-ui 1.1 (notifications) Signed-off-by: Pierre Tardy Commit: 54e7adcaf1df2fcaabe0e01d905a89444719fd27 https://github.com/buildbot/buildbot/commit/54e7adcaf1df2fcaabe0e01d905a89444719fd27 Author: Pierre Tardy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M master/buildbot/status/web/hooks/bitbucket.py M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py M master/docs/bbdocs/ext.py M master/docs/conf.py M master/docs/developer/cls-forcesched.rst M master/docs/developer/cls-www.rst M master/docs/developer/data.rst M master/docs/developer/database.rst M master/docs/developer/tests.rst M master/docs/developer/www.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/customization.rst M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/0.8.9.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge remote-tracking branch 'buildbot/master' into guanlecoja-ui Commit: 0dccfb490c62a72ee9a56531153d1c736f8b0301 https://github.com/buildbot/buildbot/commit/0dccfb490c62a72ee9a56531153d1c736f8b0301 Author: Pierre Tardy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M Makefile M master/Makefile A master/buildbot/errors.py M master/buildbot/interfaces.py A master/buildbot/plugins/__init__.py A master/buildbot/plugins/db.py M master/buildbot/process/buildstep.py M master/buildbot/scripts/sample.cfg A master/buildbot/test/unit/test_plugins.py M master/buildbot/www/service.py M master/docs/developer/general.rst M master/docs/developer/index.rst A master/docs/developer/plugins-publish.rst M master/docs/examples/git_gerrit.cfg M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-interlocks.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cfg-www.rst M master/docs/manual/customization.rst M master/docs/manual/index.rst A master/docs/manual/plugins.rst M master/docs/relnotes/index.rst M master/docs/tutorial/fiveminutes.rst M master/setup.py Log Message: ----------- Merge remote-tracking branch 'buildbot/master' into guanlecoja-ui Conflicts: Makefile www/waterfall_view/buildbot_waterfall_view/__init__.py Compare: https://github.com/buildbot/buildbot/compare/e5f9f73cce36...0dccfb490c62 From noreply at github.com Mon Aug 18 20:16:44 2014 From: noreply at github.com (GitHub) Date: Mon, 18 Aug 2014 13:16:44 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 56f435: fix travis.yml Message-ID: <53f25f2c51f2_42013fdcbbcb12b8430b6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 56f435ddeedef77d1e361db42db2baf4fe456196 https://github.com/buildbot/buildbot/commit/56f435ddeedef77d1e361db42db2baf4fe456196 Author: Pierre Tardy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M .travis.yml Log Message: ----------- fix travis.yml Signed-off-by: Pierre Tardy From noreply at github.com Mon Aug 18 21:44:26 2014 From: noreply at github.com (GitHub) Date: Mon, 18 Aug 2014 14:44:26 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b8477e: fix merge resolution mistake Message-ID: <53f273ba2e4b6_67af3faaacd012b850238@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b8477e9ce78495c9217a3288b753865977fd0d9e https://github.com/buildbot/buildbot/commit/b8477e9ce78495c9217a3288b753865977fd0d9e Author: Pierre Tardy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- fix merge resolution mistake Signed-off-by: Pierre Tardy From noreply at github.com Tue Aug 19 03:09:05 2014 From: noreply at github.com (GitHub) Date: Mon, 18 Aug 2014 20:09:05 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 376c3c: disable pylint warnings that fail for buildbot.tes... Message-ID: <53f2bfd1ca644_190c3fd9a56cb2b8104583@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 376c3c0ccf99597a88fa3d77577cf1616956e1b9 https://github.com/buildbot/buildbot/commit/376c3c0ccf99597a88fa3d77577cf1616956e1b9 Author: Dustin J. Mitchell Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M common/pylintrc Log Message: ----------- disable pylint warnings that fail for buildbot.test.unit.test_plugins From noreply at github.com Tue Aug 19 22:47:41 2014 From: noreply at github.com (GitHub) Date: Tue, 19 Aug 2014 15:47:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8d8fe2: removed somehow left behind section Message-ID: <53f3d40d989a0_23173fe9027d12b8480fd@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8d8fe2b406ddb7bbb651081e735b480ea0ca2728 https://github.com/buildbot/buildbot/commit/8d8fe2b406ddb7bbb651081e735b480ea0ca2728 Author: Mikhail Sobolev Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- removed somehow left behind section Commit: 31ec5910c0f03317dc6e467e2acbe324ae58ff73 https://github.com/buildbot/buildbot/commit/31ec5910c0f03317dc6e467e2acbe324ae58ff73 Author: Dustin J. Mitchell Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge sa2ajj/buildbot:fix-statustargets (PR #1205) Compare: https://github.com/buildbot/buildbot/compare/376c3c0ccf99...31ec5910c0f0 From noreply at github.com Fri Aug 22 23:35:30 2014 From: noreply at github.com (GitHub) Date: Fri, 22 Aug 2014 16:35:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0cbbaf: re-format packages section Message-ID: <53f7d3c2169cd_6af93fe703d4329c19183@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0cbbaff390bfbe94b583e565598840c8e8ee71d5 https://github.com/buildbot/buildbot/commit/0cbbaff390bfbe94b583e565598840c8e8ee71d5 Author: Mikhail Sobolev Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M master/setup.py Log Message: ----------- re-format packages section Commit: ce9534eee8de6d86c25108014715079768dcbba8 https://github.com/buildbot/buildbot/commit/ce9534eee8de6d86c25108014715079768dcbba8 Author: Mikhail Sobolev Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M master/setup.py Log Message: ----------- sort package list to make it easier see missing items Commit: 4d6ef725427aafc1592f94037f93807b86152cff https://github.com/buildbot/buildbot/commit/4d6ef725427aafc1592f94037f93807b86152cff Author: Mikhail Sobolev Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M master/setup.py Log Message: ----------- added missing buildbot.plugins to packages Commit: dc99872f0042cb7282d20e73f8ce4566be4f5e74 https://github.com/buildbot/buildbot/commit/dc99872f0042cb7282d20e73f8ce4566be4f5e74 Author: Dustin J. Mitchell Date: 2014-08-22 (Fri, 22 Aug 2014) Changed paths: M master/setup.py Log Message: ----------- Merge sa2ajj/buildbot:fix-plugins (PR #1206) Compare: https://github.com/buildbot/buildbot/compare/31ec5910c0f0...dc99872f0042 From noreply at github.com Wed Aug 27 01:16:21 2014 From: noreply at github.com (GitHub) Date: Tue, 26 Aug 2014 18:16:21 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 1478a2: strip whitespace from npm version Message-ID: <53fd3165cfdff_4fc13fa871d352bc722ba@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 1478a2a47148c8729966d143104b02b69a0e82ed https://github.com/buildbot/buildbot/commit/1478a2a47148c8729966d143104b02b69a0e82ed Author: Dustin J. Mitchell Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M pkg/buildbot_pkg.py Log Message: ----------- strip whitespace from npm version From noreply at github.com Thu Aug 28 14:28:10 2014 From: noreply at github.com (GitHub) Date: Thu, 28 Aug 2014 07:28:10 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c50dd2: svnUriCanonicalize should never fail, even on inva... Message-ID: <53ff3c7a39455_1c8a3fcd1561129c10868c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c50dd2ea462ad7ace1b740e4d08cc5c5a1abb1a1 https://github.com/buildbot/buildbot/commit/c50dd2ea462ad7ace1b740e4d08cc5c5a1abb1a1 Author: Dustin J. Mitchell Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M master/buildbot/steps/source/svn.py M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- svnUriCanonicalize should never fail, even on invalid uris From noreply at github.com Thu Aug 28 14:31:20 2014 From: noreply at github.com (GitHub) Date: Thu, 28 Aug 2014 07:31:20 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 051cdd: add branch name to hgpoller default name. Fixes #2... Message-ID: <53ff3d3824961_1b903fe90210329c43331@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 051cdd5bf0cacc1dddf639371fd4697458abbd55 https://github.com/buildbot/buildbot/commit/051cdd5bf0cacc1dddf639371fd4697458abbd55 Author: dvinella Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M master/buildbot/changes/hgpoller.py M master/buildbot/test/unit/test_changes_hgpoller.py Log Message: ----------- add branch name to hgpoller default name. Fixes #2469 this allows multiple hgpoller for different branches of the same repo Commit: 5447f6c1c6d69c563b2bc87de98bcc27cda80f2c https://github.com/buildbot/buildbot/commit/5447f6c1c6d69c563b2bc87de98bcc27cda80f2c Author: Dustin J. Mitchell Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M master/buildbot/changes/hgpoller.py M master/buildbot/test/unit/test_changes_hgpoller.py Log Message: ----------- Merge dvinella/buildbot:fix-hgpollername (PR #1208) Compare: https://github.com/buildbot/buildbot/compare/c50dd2ea462a...5447f6c1c6d6 From noreply at github.com Thu Aug 28 14:38:45 2014 From: noreply at github.com (GitHub) Date: Thu, 28 Aug 2014 07:38:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] acceeb: Dockerfile: Fixes unmet dependencies Message-ID: <53ff3ef538dd4_260f3fdbaf1a52a022759@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: acceeb0c6f3e96c01b5cecd48460b6a5c014030b https://github.com/buildbot/buildbot/commit/acceeb0c6f3e96c01b5cecd48460b6a5c014030b Author: Nikolai Kristiansen Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M master/contrib/Dockerfile Log Message: ----------- Dockerfile: Fixes unmet dependencies Commit: 57ca8361bfe03fd360dd75d42a45a13ca7f0f08d https://github.com/buildbot/buildbot/commit/57ca8361bfe03fd360dd75d42a45a13ca7f0f08d Author: Dustin J. Mitchell Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M master/contrib/Dockerfile Log Message: ----------- Merge pull request #1210 from nikolaik/master Dockerfile: Fixes unmet dependencies Compare: https://github.com/buildbot/buildbot/compare/5447f6c1c6d6...57ca8361bfe0 From noreply at github.com Sat Aug 30 00:42:02 2014 From: noreply at github.com (GitHub) Date: Fri, 29 Aug 2014 17:42:02 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] bc9858: add support for git tags in bit_buildbot.py Message-ID: <54011ddaeeb07_e553fdddcb352a06459f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bc98589452afe7fa4bc67badcc022b5c93aaf42a https://github.com/buildbot/buildbot/commit/bc98589452afe7fa4bc67badcc022b5c93aaf42a Author: Joshua Clayton Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- add support for git tags in bit_buildbot.py Tags are treated as branches, but only one change is sent to buildbot Commit: e80d1f553c059716fd3e548d7d4f8f5d746700d8 https://github.com/buildbot/buildbot/commit/e80d1f553c059716fd3e548d7d4f8f5d746700d8 Author: Joshua Clayton Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- Refactor process_changes() in git_buildbot.py Split out the loop body, and separate branch and tag processing Commit: 462e88312cc2810829c15424d80bd19d61da78ed https://github.com/buildbot/buildbot/commit/462e88312cc2810829c15424d80bd19d61da78ed Author: Joshua Clayton Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- Split process_changes() in git_buildbot.py Separate harvesting changes from sending changes, which go into send_changes() Commit: 8a3d025f31fb176addaf468961096b29cf248875 https://github.com/buildbot/buildbot/commit/8a3d025f31fb176addaf468961096b29cf248875 Author: Joshua Clayton Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Add a release note for git_buildbot.py tag support Commit: dd2c879bf986c3b4e5f2502afea7841272b8ff2d https://github.com/buildbot/buildbot/commit/dd2c879bf986c3b4e5f2502afea7841272b8ff2d Author: Mikhail Sobolev Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- re-format change source docs according to one-line-per-sentence policy Commit: 2152dc6bded03f97bd91d168e706907c7c049860 https://github.com/buildbot/buildbot/commit/2152dc6bded03f97bd91d168e706907c7c049860 Author: Mikhail Sobolev Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- remove some extra spaces Commit: c795c4e9f74b145e0c6eac75b41e4c19046135ef https://github.com/buildbot/buildbot/commit/c795c4e9f74b145e0c6eac75b41e4c19046135ef Author: Mikhail Sobolev Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- fix documentation about change sources related to Mercurial Commit: e8454442257a0475f8d08ab18f38f1ce32050baf https://github.com/buildbot/buildbot/commit/e8454442257a0475f8d08ab18f38f1ce32050baf Author: Mikhail Sobolev Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- add a reference to the BitBucket change hook for Mercurial Commit: d6dc1c0e7257c6abd6646aff23f3d507d42011d8 https://github.com/buildbot/buildbot/commit/d6dc1c0e7257c6abd6646aff23f3d507d42011d8 Author: Dustin J. Mitchell Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M master/contrib/git_buildbot.py M master/docs/relnotes/index.rst Log Message: ----------- Merge d4ddi0/buildbot:git_buildbot_tags (PR #1207) Commit: 8d88db0387b9c65e39df0c22e0100bbb0e5e4237 https://github.com/buildbot/buildbot/commit/8d88db0387b9c65e39df0c22e0100bbb0e5e4237 Author: Dustin J. Mitchell Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M master/contrib/Dockerfile M master/docs/manual/cfg-changesources.rst Log Message: ----------- Merge sa2ajj/buildbot:hg-docs-fix (PR #1211) Commit: 54ae86c26901921ead719f32f2902990b2267bb4 https://github.com/buildbot/buildbot/commit/54ae86c26901921ead719f32f2902990b2267bb4 Author: Dustin J. Mitchell Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- pep8, pyflakes Compare: https://github.com/buildbot/buildbot/compare/57ca8361bfe0...54ae86c26901 From noreply at github.com Sat Aug 30 15:44:30 2014 From: noreply at github.com (GitHub) Date: Sat, 30 Aug 2014 08:44:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5721b8: make the default warning pattern case insensitive Message-ID: <5401f15e328b_7ef23f7fa0fbb29c91986@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5721b8042721267316b282f2f3332e134684d2a3 https://github.com/buildbot/buildbot/commit/5721b8042721267316b282f2f3332e134684d2a3 Author: Mikhail Sobolev Date: 2014-08-30 (Sat, 30 Aug 2014) Changed paths: M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- make the default warning pattern case insensitive * WarningCountingShellCommand is a generic class so it seems reasonable to catch as many warnings as possible Commit: aeef4e3853d34bfb350a9b53a059794d907c7db7 https://github.com/buildbot/buildbot/commit/aeef4e3853d34bfb350a9b53a059794d907c7db7 Author: Dustin J. Mitchell Date: 2014-08-30 (Sat, 30 Aug 2014) Changed paths: M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- Merge sa2ajj/buildbot:default-warning-pattern (PR #1212) Compare: https://github.com/buildbot/buildbot/compare/54ae86c26901...aeef4e3853d3 From noreply at github.com Sun Aug 31 18:16:15 2014 From: noreply at github.com (GitHub) Date: Sun, 31 Aug 2014 11:16:15 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6f85a4: update manual/introduction to follow one-sentence-... Message-ID: <5403666f1b3c9_36a93ff734b7729c87131@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6f85a4daebd1eaaba55d7f7805027caeae3218fa https://github.com/buildbot/buildbot/commit/6f85a4daebd1eaaba55d7f7805027caeae3218fa Author: Mikhail Sobolev Date: 2014-08-30 (Sat, 30 Aug 2014) Changed paths: M master/docs/manual/introduction.rst Log Message: ----------- update manual/introduction to follow one-sentence-per-line policy Commit: 742f40e49e582c4fee22654ebc886d1b2c0e28d4 https://github.com/buildbot/buildbot/commit/742f40e49e582c4fee22654ebc886d1b2c0e28d4 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/installation.rst Log Message: ----------- update manual/installation Commit: 49ccfbe1923cc02a614f0a21c7a860838c7a108b https://github.com/buildbot/buildbot/commit/49ccfbe1923cc02a614f0a21c7a860838c7a108b Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-builders.rst Log Message: ----------- update manual/cfg-builders Commit: 8ad66128cf6f67de8bbbc75e9f68d3e2dfca4c32 https://github.com/buildbot/buildbot/commit/8ad66128cf6f67de8bbbc75e9f68d3e2dfca4c32 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-buildfactories.rst Log Message: ----------- update manual/cfg-buildfactories Commit: 7ca93e1ea1b035033dc9366109d09c32f5c83cc1 https://github.com/buildbot/buildbot/commit/7ca93e1ea1b035033dc9366109d09c32f5c83cc1 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-buildslaves.rst Log Message: ----------- update manual/cfg-buildslaves Commit: c5336dd8d461659735d16e9531a9546491ef23aa https://github.com/buildbot/buildbot/commit/c5336dd8d461659735d16e9531a9546491ef23aa Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- update manual/cfg-buildsteps Commit: 835da0b530d80dd3512b710a6215a058c6e8cf27 https://github.com/buildbot/buildbot/commit/835da0b530d80dd3512b710a6215a058c6e8cf27 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-global.rst Log Message: ----------- update manual/cfg-global Commit: f66275babf3cac58614e35f656694156424d561a https://github.com/buildbot/buildbot/commit/f66275babf3cac58614e35f656694156424d561a Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-interlocks.rst Log Message: ----------- update manual/cfg-interlocks Commit: 62816ceba51cc37f2b45d720b02ee132451813e0 https://github.com/buildbot/buildbot/commit/62816ceba51cc37f2b45d720b02ee132451813e0 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-intro.rst Log Message: ----------- update manual/cfg-intro Commit: 893cc833900fcdba3ebd467f20e2a9812acf3960 https://github.com/buildbot/buildbot/commit/893cc833900fcdba3ebd467f20e2a9812acf3960 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-properties.rst Log Message: ----------- update manual/cfg-properties Commit: b9523de0c5211aad5dba6f4c005313e12c796ec1 https://github.com/buildbot/buildbot/commit/b9523de0c5211aad5dba6f4c005313e12c796ec1 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- update manual/cfg-schedulers Commit: 827936d5364cf4443aa068d793daa556ed13d1b1 https://github.com/buildbot/buildbot/commit/827936d5364cf4443aa068d793daa556ed13d1b1 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- update manual/cfg-statustargets Commit: 92c3f38881543dcf0c667a47ef7f3b0171414aef https://github.com/buildbot/buildbot/commit/92c3f38881543dcf0c667a47ef7f3b0171414aef Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- update manual/cfg-www Commit: 66ee9c6584b35f139b73367524c6e5062c8a0a39 https://github.com/buildbot/buildbot/commit/66ee9c6584b35f139b73367524c6e5062c8a0a39 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cmdline.rst Log Message: ----------- update manual/cmdline Commit: 76944e49475135cb1606361e30591ea592326ef0 https://github.com/buildbot/buildbot/commit/76944e49475135cb1606361e30591ea592326ef0 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/concepts.rst Log Message: ----------- update manual/concepts Commit: ffbc7f173a34e1d1e085f97883867f1b0c937612 https://github.com/buildbot/buildbot/commit/ffbc7f173a34e1d1e085f97883867f1b0c937612 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/configuration.rst Log Message: ----------- update manual/configuration Commit: 77d7994b82da5a2dc0a36ce472a2506d9703bf80 https://github.com/buildbot/buildbot/commit/77d7994b82da5a2dc0a36ce472a2506d9703bf80 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- update manual/customization Commit: ae86d19433e92339bb51d1ce7ef7fac79523d377 https://github.com/buildbot/buildbot/commit/ae86d19433e92339bb51d1ce7ef7fac79523d377 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/optimization.rst Log Message: ----------- update manual/optimization Commit: 7c93d688e758a5ece8fabdd225ba2aa625a23904 https://github.com/buildbot/buildbot/commit/7c93d688e758a5ece8fabdd225ba2aa625a23904 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/plugins.rst Log Message: ----------- update manual/plugins Commit: 0a85d65ccceb4f16fb9075973ff2737e85705126 https://github.com/buildbot/buildbot/commit/0a85d65ccceb4f16fb9075973ff2737e85705126 Author: Mikhail Sobolev Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/resources.rst Log Message: ----------- update manual/resources Commit: ff325955c3d44302a6200b7b3eeecf4e0b53a73d https://github.com/buildbot/buildbot/commit/ff325955c3d44302a6200b7b3eeecf4e0b53a73d Author: Dustin J. Mitchell Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-interlocks.rst M master/docs/manual/cfg-intro.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cfg-www.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/manual/configuration.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst M master/docs/manual/introduction.rst M master/docs/manual/optimization.rst M master/docs/manual/plugins.rst M master/docs/manual/resources.rst Log Message: ----------- Merge sa2ajj/buildbot:one-sentence-per-line (PR #1213) Compare: https://github.com/buildbot/buildbot/compare/aeef4e3853d3...ff325955c3d4 From noreply at github.com Sun Aug 31 20:45:02 2014 From: noreply at github.com (GitHub) Date: Sun, 31 Aug 2014 13:45:02 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a0464e: add back the build part, that was in .gitignore Message-ID: <5403894ed3641_71c43fc051a312bc573e6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a0464ec4cc0a2c3a3f93d05775da6d94753ba220 https://github.com/buildbot/buildbot/commit/a0464ec4cc0a2c3a3f93d05775da6d94753ba220 Author: Pierre Tardy Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M www/.gitignore A www/base/src/app/builders/build/build.controller.coffee A www/base/src/app/builders/build/build.route.coffee A www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- add back the build part, that was in .gitignore Signed-off-by: Pierre Tardy Commit: 93244ef2550896cab248ebd9978f6295d62520bd https://github.com/buildbot/buildbot/commit/93244ef2550896cab248ebd9978f6295d62520bd Author: Pierre Tardy Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- fix color for step mouseover popup Signed-off-by: Pierre Tardy Commit: 0b485d2969379ee8a9382b80d9463defc6ab7f79 https://github.com/buildbot/buildbot/commit/0b485d2969379ee8a9382b80d9463defc6ab7f79 Author: Pierre Tardy Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M www/base/setup.py M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- make message to say www/base/setup.py depends on mock and buildbot as well Fix some review comments from prev commit Signed-off-by: Pierre Tardy Commit: b7b710cf3c3c9aab2a02a3e656c754f16b0c3b03 https://github.com/buildbot/buildbot/commit/b7b710cf3c3c9aab2a02a3e656c754f16b0c3b03 Author: Pierre Tardy Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/styles/styles.less Log Message: ----------- update to guanlecoja 1.2 Signed-off-by: Pierre Tardy Commit: 6ab7980f95a68cddc28ba07bb7d81d3dcc677c74 https://github.com/buildbot/buildbot/commit/6ab7980f95a68cddc28ba07bb7d81d3dcc677c74 Author: Dustin J. Mitchell Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M www/.gitignore M www/base/guanlecoja/config.coffee M www/base/setup.py A www/base/src/app/builders/build/build.controller.coffee A www/base/src/app/builders/build/build.route.coffee A www/base/src/app/builders/build/build.tpl.jade M www/base/src/styles/styles.less M www/waterfall_view/src/module/main.module.coffee M www/waterfall_view/src/module/main.module.spec.coffee Log Message: ----------- Merge tardyp/buildbot:uifixes (PR #1209) Compare: https://github.com/buildbot/buildbot/compare/ff325955c3d4...6ab7980f95a6 From noreply at github.com Sun Aug 31 21:24:47 2014 From: noreply at github.com (GitHub) Date: Sun, 31 Aug 2014 14:24:47 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c4021c: allow version to be given with BUILDBOT_VERSION=.. Message-ID: <5403929fd4f98_36a93ff734b7729c87572@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c4021caf48ccd394e15ffff510d0a7056538ffc2 https://github.com/buildbot/buildbot/commit/c4021caf48ccd394e15ffff510d0a7056538ffc2 Author: Dustin J. Mitchell Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: M master/buildbot/__init__.py M pkg/buildbot_pkg.py M slave/buildslave/__init__.py Log Message: ----------- allow version to be given with BUILDBOT_VERSION=.. From noreply at github.com Sun Aug 31 21:32:55 2014 From: noreply at github.com (GitHub) Date: Sun, 31 Aug 2014 14:32:55 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9cd390: add README Message-ID: <5403948744e7a_63793fb5aa3e32b87515c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9cd3902e93fe0ac996a45d1b67dac0810b20f438 https://github.com/buildbot/buildbot/commit/9cd3902e93fe0ac996a45d1b67dac0810b20f438 Author: Dustin J. Mitchell Date: 2014-08-31 (Sun, 31 Aug 2014) Changed paths: A pkg/README Log Message: ----------- add README