From noreply at github.com Wed Apr 1 15:30:08 2015 From: noreply at github.com (GitHub) Date: Wed, 01 Apr 2015 08:30:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b5f24d: Fix merge #2. Message-ID: <551c0f00eaeeb_2f6a3fb1816c12a01003d8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b5f24dfe082ed2b779c4b3279242416f28edb301 https://github.com/buildbot/buildbot/commit/b5f24dfe082ed2b779c4b3279242416f28edb301 Author: Edmund Wong Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M master/docs/examples/hello.cfg M master/docs/examples/twisted_master.cfg M master/docs/manual/cfg-buildfactories.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-statustargets.rst M master/docs/manual/concepts.rst M master/docs/manual/customization.rst M master/docs/tutorial/fiveminutes.rst Log Message: ----------- Fix merge #2. Commit: 8e9baf96bfefa13dd7e5a8dbb1728c8dbd9668ef https://github.com/buildbot/buildbot/commit/8e9baf96bfefa13dd7e5a8dbb1728c8dbd9668ef Author: Edmund Wong Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Added relnote to document the change. Commit: 207a141de4c1b80dd6bb94f739e308cac8fc0d10 https://github.com/buildbot/buildbot/commit/207a141de4c1b80dd6bb94f739e308cac8fc0d10 Author: Mikhail Sobolev Date: 2015-04-01 (Wed, 01 Apr 2015) Changed paths: M master/docs/examples/hello.cfg M master/docs/examples/twisted_master.cfg M master/docs/manual/cfg-buildfactories.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-statustargets.rst M master/docs/manual/concepts.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst M master/docs/tutorial/fiveminutes.rst Log Message: ----------- Merge pull request #1595 from ewongbb/ticket2944_2 Change svnurl to repourl in SVNPoller() - doc changes Compare: https://github.com/buildbot/buildbot/compare/e8b0624f3211...207a141de4c1 From noreply at github.com Fri Apr 3 06:14:55 2015 From: noreply at github.com (GitHub) Date: Thu, 02 Apr 2015 23:14:55 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2b0dda: Git: Do 'submoduly sync' before 'submodule update' Message-ID: <551e2fdfc872e_26f43fa3c24692b8619f0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 2b0dda1956cf872e3bc3c76bfaae9bcd4fb19f48 https://github.com/buildbot/buildbot/commit/2b0dda1956cf872e3bc3c76bfaae9bcd4fb19f48 Author: Kevin Funk Date: 2015-04-02 (Thu, 02 Apr 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- Git: Do 'submoduly sync' before 'submodule update' See 'git submodule sync' man page: "This is useful when submodule URLs change upstream and you need to update your local repositories accordingly." Fixes #2155 Commit: 3d47f1668fcd6b37e1d502b5b194a4187f8accd1 https://github.com/buildbot/buildbot/commit/3d47f1668fcd6b37e1d502b5b194a4187f8accd1 Author: Mikhail Sobolev Date: 2015-04-03 (Fri, 03 Apr 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1618 from krf/git-submodule-sync Git: Do 'submodule sync' before 'submodule update' Fixes ticket:2155 Compare: https://github.com/buildbot/buildbot/compare/fac64522ffa4...3d47f1668fcd From noreply at github.com Fri Apr 3 06:20:04 2015 From: noreply at github.com (GitHub) Date: Thu, 02 Apr 2015 23:20:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 81fc38: stop try to reconnect when buildbot tab is hidden Message-ID: <551e31144f940_28983fefddb9929c470b0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 81fc38f9f8dd1b91a94bb94693d0f351c307e12f https://github.com/buildbot/buildbot/commit/81fc38f9f8dd1b91a94bb94693d0f351c307e12f Author: Pierre Tardy Date: 2015-03-27 (Fri, 27 Mar 2015) Changed paths: M www/base/src/app/common/services/mq/mq.service.coffee Log Message: ----------- stop try to reconnect when buildbot tab is hidden use html5 visibility api to do this add a debug setting This try to workaround and add debugability for http://trac.buildbot.net/ticket/3242#ticket Signed-off-by: Pierre Tardy Commit: eafc54e045a56f148a2e3c6e63d9ab77c42bf814 https://github.com/buildbot/buildbot/commit/eafc54e045a56f148a2e3c6e63d9ab77c42bf814 Author: Pierre Tardy Date: 2015-03-27 (Fri, 27 Mar 2015) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- raise proxy timeout in the doc Signed-off-by: Pierre Tardy Commit: 09d0b31ef3fd9118e21ef7074f2e344659d5886c https://github.com/buildbot/buildbot/commit/09d0b31ef3fd9118e21ef7074f2e344659d5886c Author: Mikhail Sobolev Date: 2015-04-03 (Fri, 03 Apr 2015) Changed paths: M master/docs/manual/cfg-www.rst M www/base/src/app/common/services/mq/mq.service.coffee Log Message: ----------- Merge pull request #1615 from tardyp/websockets stop try to reconnect when buildbot tab is hidden Compare: https://github.com/buildbot/buildbot/compare/207a141de4c1...09d0b31ef3fd From noreply at github.com Fri Apr 3 07:04:05 2015 From: noreply at github.com (GitHub) Date: Fri, 03 Apr 2015 00:04:05 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 1b868a: Git: Do 'submoduly sync' before 'submodule update' Message-ID: <551e3b65e1282_2b183fda5f2a929c43ec@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 1b868ae3be5ab21b3b3c34bd8a9b1ecbb4fe2186 https://github.com/buildbot/buildbot/commit/1b868ae3be5ab21b3b3c34bd8a9b1ecbb4fe2186 Author: Kevin Funk Date: 2015-04-03 (Fri, 03 Apr 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Git: Do 'submoduly sync' before 'submodule update' See 'git submodule sync' man page: "This is useful when submodule URLs change upstream and you need to update your local repositories accordingly." Release notes update did happen in eight branch. Fixes #2155 Commit: 47b0be7e3e796d2443e30b42e1e7fc7dda7d45c1 https://github.com/buildbot/buildbot/commit/47b0be7e3e796d2443e30b42e1e7fc7dda7d45c1 Author: Mikhail Sobolev Date: 2015-04-03 (Fri, 03 Apr 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Merge pull request #1621 from sa2ajj/port-1618 Git: Do 'submoduly sync' before 'submodule update' Compare: https://github.com/buildbot/buildbot/compare/09d0b31ef3fd...47b0be7e3e79 From noreply at github.com Sat Apr 4 06:49:59 2015 From: noreply at github.com (GitHub) Date: Fri, 03 Apr 2015 23:49:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] da2966: Pass correct number of args to constructor for bk Message-ID: <551f8997b02e9_675f3fe68e3fd2c01046bd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: da2966967d6c48a7088d56c2aa8fb5f3f2a4b068 https://github.com/buildbot/buildbot/commit/da2966967d6c48a7088d56c2aa8fb5f3f2a4b068 Author: Thomas Vander Stichele Date: 2015-04-03 (Fri, 03 Apr 2015) Changed paths: M master/buildbot/steps/source/oldsource.py Log Message: ----------- Pass correct number of args to constructor for bk Commit: d7b0e976a080d31d26989721ab780d1b8736be1d https://github.com/buildbot/buildbot/commit/d7b0e976a080d31d26989721ab780d1b8736be1d Author: Mikhail Sobolev Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M master/buildbot/steps/source/oldsource.py Log Message: ----------- Merge pull request #1623 from thomasvs/bug-bitkeeper Pass correct number of args to constructor for bk Compare: https://github.com/buildbot/buildbot/compare/3d47f1668fcd...d7b0e976a080 From noreply at github.com Tue Apr 7 18:21:14 2015 From: noreply at github.com (GitHub) Date: Tue, 07 Apr 2015 11:21:14 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 24c375: buildbotServiceManager: factorize for buildslave m... Message-ID: <5524201ad92be_79af3ff4e2b0b2bc34418@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 24c3756344c4ff846155536b9e2bb13f716c7259 https://github.com/buildbot/buildbot/commit/24c3756344c4ff846155536b9e2bb13f716c7259 Author: Pierre Tardy Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/master.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/util/service.py Log Message: ----------- buildbotServiceManager: factorize for buildslave manager This factorize the buildslave manager child management code to be used by other managers. Buildslaves are becoming BuildbotServices, with generic constructor, checkConfig(), and reconfigService() Notable changes: - slave.slavename -> slave.name This makes naming more generic. slave.slavename is kept as an aliased property - slave.master -> property Special property of BuildbotService climb up the parents until master is found Signed-off-by: Pierre Tardy Commit: d16fd3944343327f300382019c462f9dc3cf287f https://github.com/buildbot/buildbot/commit/d16fd3944343327f300382019c462f9dc3cf287f Author: Pierre Tardy Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/util/service.py Log Message: ----------- add reconfigWithSibling make sure service is first configured before started Signed-off-by: Pierre Tardy Commit: 978ba04daa27bea7621c04e0b9d3fb93ffd8abff https://github.com/buildbot/buildbot/commit/978ba04daa27bea7621c04e0b9d3fb93ffd8abff Author: Pierre Tardy Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M master/buildbot/master.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py Log Message: ----------- Some more factorization. Unit tests for BuildbotServiceManager Signed-off-by: Pierre Tardy Commit: 3a57b0f4fd58331efc139fb26ad210d390602384 https://github.com/buildbot/buildbot/commit/3a57b0f4fd58331efc139fb26ad210d390602384 Author: Pierre Tardy Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/master.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_customservices.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- integrate buildbotservicemanager in master.py to manage custom services Signed-off-by: Pierre Tardy Commit: 87f51dd519aa2654ded0b93d57adccf063973896 https://github.com/buildbot/buildbot/commit/87f51dd519aa2654ded0b93d57adccf063973896 Author: Pierre Tardy Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/master.py M master/buildbot/util/service.py Log Message: ----------- address review comments Signed-off-by: Pierre Tardy Commit: e0e4a310d1d1d2e2e3ff5478733821315ecaa1cf https://github.com/buildbot/buildbot/commit/e0e4a310d1d1d2e2e3ff5478733821315ecaa1cf Author: Pierre Tardy Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M master/buildbot/status/mail.py M master/buildbot/status/status_gerrit.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_status_gerrit.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/util/service.py Log Message: ----------- pass more unit tests Signed-off-by: Pierre Tardy Commit: 237862ea0891ec0585c54f2dbca15e812b33db73 https://github.com/buildbot/buildbot/commit/237862ea0891ec0585c54f2dbca15e812b33db73 Author: Pierre Tardy Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/util/changesource.py M master/buildbot/util/service.py Log Message: ----------- last cleanups and unit test fixes Signed-off-by: Pierre Tardy Commit: acd7c7b6596eada637fd4d932cb2401b3c57b63d https://github.com/buildbot/buildbot/commit/acd7c7b6596eada637fd4d932cb2401b3c57b63d Author: Pierre Tardy Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- fix the slavecomm integration test Signed-off-by: Pierre Tardy Commit: 646f311e6f0cd2c72d2319df16a2491cca489618 https://github.com/buildbot/buildbot/commit/646f311e6f0cd2c72d2319df16a2491cca489618 Author: Pierre Tardy Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M master/buildbot/buildslave/manager.py Log Message: ----------- pylint fix Signed-off-by: Pierre Tardy Commit: 892d397f0138e50e61b1cce2d2f8b3e8c1d05881 https://github.com/buildbot/buildbot/commit/892d397f0138e50e61b1cce2d2f8b3e8c1d05881 Author: Mikhail Sobolev Date: 2015-04-07 (Tue, 07 Apr 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/master.py M master/buildbot/status/mail.py M master/buildbot/status/status_gerrit.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_customservices.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_status_gerrit.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/util/changesource.py M master/buildbot/util/service.py Log Message: ----------- Merge pull request #1607 from tardyp/buildbotservice buildbotServiceManager: factorize for buildslave manager Compare: https://github.com/buildbot/buildbot/compare/47b0be7e3e79...892d397f0138 From noreply at github.com Tue Apr 7 18:22:23 2015 From: noreply at github.com (GitHub) Date: Tue, 07 Apr 2015 11:22:23 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 584b07: Don't use custom font for log view Message-ID: <5524205f5a8ce_7fb13faee7c532a0850f4@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 584b077c1a8c2acab91f50c674a1639f63aeac06 https://github.com/buildbot/buildbot/commit/584b077c1a8c2acab91f50c674a1639f63aeac06 Author: Kevin Funk Date: 2015-04-02 (Thu, 02 Apr 2015) Changed paths: M master/buildbot/status/web/files/default.css Log Message: ----------- Don't use custom font for log view Possibly a controversial change, here's my reasoning: - Let's not force a specific monospace font on the user,
 already renders the text accordingly
- This is an almost raw plain text view, so use the browser defaults
- Courier New is just an awful font


  Commit: 8813fbfcd9d8690c66a75f307b52f803a0054288
      https://github.com/buildbot/buildbot/commit/8813fbfcd9d8690c66a75f307b52f803a0054288
  Author: Mikhail Sobolev 
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M master/buildbot/status/web/files/default.css

  Log Message:
  -----------
  Merge pull request #1619 from krf/logview-fixfont

Don't use custom font for log view


Compare: https://github.com/buildbot/buildbot/compare/d7b0e976a080...8813fbfcd9d8

From noreply at github.com  Thu Apr  9 23:01:50 2015
From: noreply at github.com (GitHub)
Date: Thu, 09 Apr 2015 16:01:50 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 8868f1: add a script to
 check smtp with starttls connectiv...
Message-ID: <552704de6f957_14c13fe41b9752b8673be@hookshot-fe4-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 8868f1e9d6af0250fe58dc230ab9480cda90c78b
      https://github.com/buildbot/buildbot/commit/8868f1e9d6af0250fe58dc230ab9480cda90c78b
  Author: Mikhail Sobolev 
  Date:   2015-04-10 (Fri, 10 Apr 2015)

  Changed paths:
    A master/contrib/check_smtp.py
    M master/docs/manual/cfg-statustargets.rst

  Log Message:
  -----------
  add a script to check smtp with starttls connectivity


  Commit: 2fec9e72a2619625da7b0a278ac897d1b2229966
      https://github.com/buildbot/buildbot/commit/2fec9e72a2619625da7b0a278ac897d1b2229966
  Author: Mikhail Sobolev 
  Date:   2015-04-10 (Fri, 10 Apr 2015)

  Changed paths:
    A master/contrib/check_smtp.py
    M master/docs/manual/cfg-statustargets.rst

  Log Message:
  -----------
  Merge pull request #1628 from sa2ajj/smtp-check-script

add a script to check smtp with starttls connectivity


Compare: https://github.com/buildbot/buildbot/compare/892d397f0138...2fec9e72a261

From noreply at github.com  Thu Apr  9 23:02:43 2015
From: noreply at github.com (GitHub)
Date: Thu, 09 Apr 2015 16:02:43 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 37097e: include txgithub in
 'latest' configuration
Message-ID: <5527051315eaa_70003fc6afe172a07358c@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 37097e0a9a259b8e99c1cbd4b72d9ce6fee5db18
      https://github.com/buildbot/buildbot/commit/37097e0a9a259b8e99c1cbd4b72d9ce6fee5db18
  Author: Mikhail Sobolev 
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  include txgithub in 'latest' configuration


  Commit: 4e22c08aa6e4c766c96b424cbfcdb5ecb01e72f4
      https://github.com/buildbot/buildbot/commit/4e22c08aa6e4c766c96b424cbfcdb5ecb01e72f4
  Author: Mikhail Sobolev 
  Date:   2015-04-10 (Fri, 10 Apr 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge pull request #1627 from sa2ajj/latest-means-txgithub

include txgithub in 'latest' configuration


Compare: https://github.com/buildbot/buildbot/compare/2fec9e72a261...4e22c08aa6e4

From noreply at github.com  Fri Apr 10 06:12:52 2015
From: noreply at github.com (GitHub)
Date: Thu, 09 Apr 2015 23:12:52 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 2d42d5: Use args.workdir in
 StatFile if it exists
Message-ID: <552769e451d6b_1e863f8fe1ff52c046261@hookshot-fe2-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 2d42d5c25782a9bcbf9b1060d05c4b75f5a34884
      https://github.com/buildbot/buildbot/commit/2d42d5c25782a9bcbf9b1060d05c4b75f5a34884
  Author: Matvey Kruglov 
  Date:   2015-04-04 (Sat, 04 Apr 2015)

  Changed paths:
    M slave/buildslave/commands/fs.py
    M slave/buildslave/test/unit/test_commands_fs.py

  Log Message:
  -----------
  Use args.workdir in StatFile if it exists


  Commit: 5dfcb62a857ceb85e774f2ff2fc3b13219c68fe9
      https://github.com/buildbot/buildbot/commit/5dfcb62a857ceb85e774f2ff2fc3b13219c68fe9
  Author: Mikhail Sobolev 
  Date:   2015-04-10 (Fri, 10 Apr 2015)

  Changed paths:
    M slave/buildslave/commands/fs.py
    M slave/buildslave/test/unit/test_commands_fs.py

  Log Message:
  -----------
  Merge pull request #1624 from subuk/master

Use args.workdir in StatFile if it exists

Fixes: ticket:3009


Compare: https://github.com/buildbot/buildbot/compare/4e22c08aa6e4...5dfcb62a857c

From noreply at github.com  Sat Apr 11 16:38:45 2015
From: noreply at github.com (GitHub)
Date: Sat, 11 Apr 2015 09:38:45 -0700
Subject: [Buildbot-commits] [buildbot/buildbot-infra] 146d99: Point relevant
 hosts to certificate
Message-ID: <55294e15711d1_77f83fd2d800f2b871b1@hookshot-fe2-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: 146d9978a7cf40baa7d8fa6eda14bfe582e1dce3
      https://github.com/buildbot/buildbot-infra/commit/146d9978a7cf40baa7d8fa6eda14bfe582e1dce3
  Author: Sean Kelly 
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M secrets.yml

  Log Message:
  -----------
  Point relevant hosts to certificate

Point buildbot.net, docs, ftp, nine, and trac to the certificate. Once
enabled in the relevant spots, these hosts will be using the correct
certificate.


  Commit: 1d86e89a06657432d4018f7a7ec97f49fba3545b
      https://github.com/buildbot/buildbot-infra/commit/1d86e89a06657432d4018f7a7ec97f49fba3545b
  Author: Sean Kelly 
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M jail-buildbot.yml
    M jail-docs.yml
    M jail-nine.yml
    M jail-www.yml

  Log Message:
  -----------
  Convert sites to enable TLS

The only one missing is trac.


  Commit: ee167c28df198fa7f83b488adc35f635e506bf90
      https://github.com/buildbot/buildbot-infra/commit/ee167c28df198fa7f83b488adc35f635e506bf90
  Author: Mikhail Sobolev 
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M jail-buildbot.yml
    M jail-docs.yml
    M jail-nine.yml
    M jail-www.yml
    M secrets.yml

  Log Message:
  -----------
  Merge pull request #90 from seankelly/tls-almost-everything

TLS almost everything


Compare: https://github.com/buildbot/buildbot-infra/compare/b21dd2b6a64b...ee167c28df19

From noreply at github.com  Sat Apr 11 20:24:45 2015
From: noreply at github.com (GitHub)
Date: Sat, 11 Apr 2015 13:24:45 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] a0d1e4: fix for 3246
Message-ID: <5529830da29a2_6f803fcbd14b32a0122f8@hookshot-fe1-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: a0d1e4b91f8d272ea34ececd01a6719d9f7ac2d3
      https://github.com/buildbot/buildbot/commit/a0d1e4b91f8d272ea34ececd01a6719d9f7ac2d3
  Author: Pierre Tardy 
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M master/buildbot/test/integration/test_try_client.py

  Log Message:
  -----------
  fix for 3246

not a good idea to reuse the same BuildbotServices between tests
They wont be reconfigured between tests


  Commit: f9b3a6565b5a1de9f6874d5b6a87626a2ec036c8
      https://github.com/buildbot/buildbot/commit/f9b3a6565b5a1de9f6874d5b6a87626a2ec036c8
  Author: Pierre Tardy 
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M master/buildbot/util/service.py

  Log Message:
  -----------
  attempt to clarify the magic use of ComparableMixin


  Commit: 5ddd8878f0b8de4f7328a89c851459e86e9e51aa
      https://github.com/buildbot/buildbot/commit/5ddd8878f0b8de4f7328a89c851459e86e9e51aa
  Author: Mikhail Sobolev 
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M master/buildbot/test/integration/test_try_client.py
    M master/buildbot/util/service.py

  Log Message:
  -----------
  Merge pull request #1630 from tardyp/b3246

fix for ticket:3246


Compare: https://github.com/buildbot/buildbot/compare/5dfcb62a857c...5ddd8878f0b8

From noreply at github.com  Sat Apr 11 20:51:54 2015
From: noreply at github.com (GitHub)
Date: Sat, 11 Apr 2015 13:51:54 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] cd545d: Don't hardcode TLS
	version to SSLv3
Message-ID: <5529896ac6bd4_5abe3fa3ff54d2a047470@hookshot-fe4-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: cd545d20dfdcf64c50aa40a24264eb157d916f41
      https://github.com/buildbot/buildbot/commit/cd545d20dfdcf64c50aa40a24264eb157d916f41
  Author: ????? ???????? 
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M master/buildbot/status/mail.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Don't hardcode TLS version to SSLv3

SSL 3.0 is now considered insecure (because of the POODLE attack), and
servers are starting to turn it off. In any case, hardcoding a particular
version is a bad idea - let Twisted figure out which version to use.


  Commit: 0f01dc0b19c7f9198ec75dd2cfd1aa033cd322de
      https://github.com/buildbot/buildbot/commit/0f01dc0b19c7f9198ec75dd2cfd1aa033cd322de
  Author: Dustin J. Mitchell 
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M master/buildbot/status/mail.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'pull1612'


Compare: https://github.com/buildbot/buildbot/compare/5ddd8878f0b8...0f01dc0b19c7

From noreply at github.com  Sun Apr 12 18:34:45 2015
From: noreply at github.com (GitHub)
Date: Sun, 12 Apr 2015 11:34:45 -0700
Subject: [Buildbot-commits] [buildbot/buildbot-infra] 3cc960: Fix
 certificate chain issue and add buildbot.build...
Message-ID: <552abac5f14e6_5a193fd6509192c023882@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: 3cc960b011e1ddbc4e3c19a91e683f320efffe20
      https://github.com/buildbot/buildbot-infra/commit/3cc960b011e1ddbc4e3c19a91e683f320efffe20
  Author: Sean Kelly 
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M secrets.yml

  Log Message:
  -----------
  Fix certificate chain issue and add buildbot.buildbot.net

Forgot to add the DomainSSL intermediate certificate and missed adding
buildbot.buildbot.net to the list of domains to support for TLS, so fix
both of those.


  Commit: 81d7493ae26b30bd419f5d22b5c8d6ce678d7a34
      https://github.com/buildbot/buildbot-infra/commit/81d7493ae26b30bd419f5d22b5c8d6ce678d7a34
  Author: Dustin J. Mitchell 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M secrets.yml

  Log Message:
  -----------
  Merge seankelly/buildbot-infra:fix-cert-chain (PR #91)


Compare: https://github.com/buildbot/buildbot-infra/compare/ee167c28df19...81d7493ae26b

From noreply at github.com  Tue Apr 14 16:56:02 2015
From: noreply at github.com (GitHub)
Date: Tue, 14 Apr 2015 09:56:02 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 3fd04f: Add unit test for
 github change hook codebase para...
Message-ID: <552d46a2ee371_4d4d3f7e87b8b2b84093@hookshot-fe2-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 3fd04fd4e8f7e208a489e25f5deb0ff844c4a81f
      https://github.com/buildbot/buildbot/commit/3fd04fd4e8f7e208a489e25f5deb0ff844c4a81f
  Author: Esben Haabendal 
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M master/buildbot/test/unit/test_status_web_hooks_github.py

  Log Message:
  -----------
  Add unit test for github change hook codebase parameter


  Commit: 475cced1027d257deeeef358c36f5d468c42870b
      https://github.com/buildbot/buildbot/commit/475cced1027d257deeeef358c36f5d468c42870b
  Author: Esben Haabendal 
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M master/buildbot/status/web/hooks/github.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Allow function callback for setting codebase in github hook

With this, you can give a function (any callable) as parameter to github
change_hook_dialects, and it will be called with the github event payload
and should return the codebase.

Signed-off-by: Esben Haabendal 


  Commit: 1571f39bb60411a4bea8270bbddf31b8ba6e4df6
      https://github.com/buildbot/buildbot/commit/1571f39bb60411a4bea8270bbddf31b8ba6e4df6
  Author: Mikhail Sobolev 
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M master/buildbot/status/web/hooks/github.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1631 from esben/github-codebase-callback

Allow function callback for setting codebase in github hook


Compare: https://github.com/buildbot/buildbot/compare/8813fbfcd9d8...1571f39bb604

From noreply at github.com  Wed Apr 15 03:59:45 2015
From: noreply at github.com (GitHub)
Date: Tue, 14 Apr 2015 20:59:45 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] b0af2f: Add pull_request
 support for github change hook ha...
Message-ID: <552de23190607_2f3c3fed5895f29c979ce@hookshot-fe5-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: b0af2f9f9803244c11a23c453ba8862838af85bc
      https://github.com/buildbot/buildbot/commit/b0af2f9f9803244c11a23c453ba8862838af85bc
  Author: Esben Haabendal 
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M master/buildbot/status/web/hooks/github.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/docs/manual/cfg-statustargets.rst

  Log Message:
  -----------
  Add pull_request support for github change hook handler

Signed-off-by: Esben Haabendal 


  Commit: f9b7dd681129a39d49e6f40f9e30fc84f6a569f4
      https://github.com/buildbot/buildbot/commit/f9b7dd681129a39d49e6f40f9e30fc84f6a569f4
  Author: Esben Haabendal 
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Update release notes


  Commit: f9cddecb8c5fab6de7add917857a55b0cc7232d3
      https://github.com/buildbot/buildbot/commit/f9cddecb8c5fab6de7add917857a55b0cc7232d3
  Author: Mikhail Sobolev 
  Date:   2015-04-15 (Wed, 15 Apr 2015)

  Changed paths:
    M master/buildbot/status/web/hooks/github.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1632 from esben/github-pr

Add pull_request support for github change hook handler


Compare: https://github.com/buildbot/buildbot/compare/1571f39bb604...f9cddecb8c5f

From noreply at github.com  Wed Apr 15 04:09:16 2015
From: noreply at github.com (GitHub)
Date: Tue, 14 Apr 2015 21:09:16 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 31851c: Rewrite github
 change hook unit tests to use @defe...
Message-ID: <552de46c9f7e0_6c3c3fd5d9e0d2bc1200a9@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 31851c46ede00fd52361d0237c5dd4581d888d96
      https://github.com/buildbot/buildbot/commit/31851c46ede00fd52361d0237c5dd4581d888d96
  Author: Esben Haabendal 
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M master/buildbot/test/unit/test_status_web_hooks_github.py

  Log Message:
  -----------
  Rewrite github change hook unit tests to use @defer.inlineCallbacks

This also fixes the tests to actually fail when things are wrong.

Signed-off-by: Esben Haabendal 


  Commit: 4e9d3601918282be1807d3974f450d8341c8eba5
      https://github.com/buildbot/buildbot/commit/4e9d3601918282be1807d3974f450d8341c8eba5
  Author: Mikhail Sobolev 
  Date:   2015-04-15 (Wed, 15 Apr 2015)

  Changed paths:
    M master/buildbot/test/unit/test_status_web_hooks_github.py

  Log Message:
  -----------
  Merge pull request #1633 from esben/github-change-hook-unittest-fixup

Rewrite github change hook unit tests to use @defer.inlineCallbacks


Compare: https://github.com/buildbot/buildbot/compare/f9cddecb8c5f...4e9d36019182

From noreply at github.com  Fri Apr 17 19:01:03 2015
From: noreply at github.com (GitHub)
Date: Fri, 17 Apr 2015 12:01:03 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] e5053d: init md web UI base
Message-ID: <5531586f7b487_541e3fe59a8592a01016d6@hookshot-fe2-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: e5053d32e5453b0abbcfffef636129dae0e8a223
      https://github.com/buildbot/buildbot/commit/e5053d32e5453b0abbcfffef636129dae0e8a223
  Author: Chase Zhang 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    A www/md_base/.gitignore
    A www/md_base/.yo-rc.json
    A www/md_base/README.md
    A www/md_base/buildbot_www/__init__.py
    A www/md_base/guanlecoja/config.coffee
    A www/md_base/gulpfile.js
    A www/md_base/package.json
    A www/md_base/setup.py
    A www/md_base/src/app/app.module.coffee
    A www/md_base/src/app/app.spec.coffee
    A www/md_base/src/app/index.jade
    A www/md_base/src/app/layout.jade
    A www/md_base/src/styles/styles.less

  Log Message:
  -----------
  init md web UI base


  Commit: a33d7a5e5456e788d40a5a856560654991062df8
      https://github.com/buildbot/buildbot/commit/a33d7a5e5456e788d40a5a856560654991062df8
  Author: Chase Zhang 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/buildbot_www/__init__.py
    M www/md_base/src/app/app.module.coffee
    M www/md_base/src/app/index.jade
    M www/md_base/src/styles/styles.less

  Log Message:
  -----------
  add material dependencies and let buildbot load www


  Commit: 78c80629d1c3998587c22cd48715ddf66c77693d
      https://github.com/buildbot/buildbot/commit/78c80629d1c3998587c22cd48715ddf66c77693d
  Author: chase 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/guanlecoja/config.coffee
    M www/md_base/package.json
    A www/md_base/src/app/app.controller.coffee
    M www/md_base/src/app/app.module.coffee
    M www/md_base/src/app/index.jade
    R www/md_base/src/app/layout.jade
    A www/md_base/src/icons/gear-outline.svg
    A www/md_base/src/icons/home-outline.svg
    A www/md_base/src/icons/iconset.svg
    A www/md_base/src/icons/info-outline.svg
    A www/md_base/src/icons/toggle-outline.svg

  Log Message:
  -----------
  add icon support


  Commit: 8d9bf3278dbcf55018715fc1fe5258f022b4a2d3
      https://github.com/buildbot/buildbot/commit/8d9bf3278dbcf55018715fc1fe5258f022b4a2d3
  Author: chase 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/src/app/app.controller.coffee
    M www/md_base/src/app/index.jade

  Log Message:
  -----------
  displaying title


  Commit: 85a5a315a89458ad779ea275d55d0493d21e7341
      https://github.com/buildbot/buildbot/commit/85a5a315a89458ad779ea275d55d0493d21e7341
  Author: Chase Zhang 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/src/app/app.module.coffee
    M www/md_base/src/app/index.jade
    A www/md_base/src/app/sidenav/sidenav.jade
    A www/md_base/src/icons/navicon.svg
    A www/md_base/src/styles/sidenav.less
    M www/md_base/src/styles/styles.less

  Log Message:
  -----------
  add styles for sidenav


  Commit: da062ac600348c7d2d1a8cf613d07dbe11bebc8c
      https://github.com/buildbot/buildbot/commit/da062ac600348c7d2d1a8cf613d07dbe11bebc8c
  Author: Chase Zhang 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/src/app/index.jade
    M www/md_base/src/styles/sidenav.less
    M www/md_base/src/styles/styles.less
    A www/md_base/src/styles/topbar.less

  Log Message:
  -----------
  customize topbar's style


  Commit: ef5b0126e26abeabcb55cac06b4f3ea7adf42112
      https://github.com/buildbot/buildbot/commit/ef5b0126e26abeabcb55cac06b4f3ea7adf42112
  Author: Chase Zhang 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/src/app/index.jade

  Log Message:
  -----------
  alias appController as app


  Commit: 7b4157573418deff83f66a02ea674963adf76cb1
      https://github.com/buildbot/buildbot/commit/7b4157573418deff83f66a02ea674963adf76cb1
  Author: chase 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/guanlecoja/config.coffee
    A www/md_base/src/app/about/about.controller.coffee
    A www/md_base/src/app/about/about.route.coffee
    A www/md_base/src/app/about/about.tpl.jade
    M www/md_base/src/app/app.controller.coffee
    M www/md_base/src/app/app.module.coffee
    A www/md_base/src/app/app.route.coffee
    A www/md_base/src/app/builds/builds.controller.coffee
    A www/md_base/src/app/builds/builds.route.coffee
    A www/md_base/src/app/builds/builds.tpl.jade
    A www/md_base/src/app/home/home.controller.coffee
    A www/md_base/src/app/home/home.route.coffee
    A www/md_base/src/app/home/home.tpl.jade
    M www/md_base/src/app/index.jade
    A www/md_base/src/app/settings/settings.controller.coffee
    A www/md_base/src/app/settings/settings.route.coffee
    A www/md_base/src/app/settings/settings.tpl.jade
    R www/md_base/src/app/sidenav/sidenav.jade

  Log Message:
  -----------
  add ui-route and make four basic page work


  Commit: 483fbc23aa7b5aa33480e03dc25841e57ef0cda7
      https://github.com/buildbot/buildbot/commit/483fbc23aa7b5aa33480e03dc25841e57ef0cda7
  Author: chase 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/src/app/index.jade
    R www/md_base/src/icons/gear-outline.svg
    A www/md_base/src/icons/gear.svg
    R www/md_base/src/icons/home-outline.svg
    A www/md_base/src/icons/home.svg
    R www/md_base/src/icons/info-outline.svg
    A www/md_base/src/icons/info.svg
    R www/md_base/src/icons/toggle-outline.svg
    A www/md_base/src/icons/toggle.svg
    A www/md_base/src/styles/main-content.less
    M www/md_base/src/styles/sidenav.less
    M www/md_base/src/styles/styles.less
    R www/md_base/src/styles/topbar.less

  Log Message:
  -----------
  modified visualization effect


  Commit: 5ae014c35bfb9d23026cd4f575e35db66be65579
      https://github.com/buildbot/buildbot/commit/5ae014c35bfb9d23026cd4f575e35db66be65579
  Author: chase 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/src/app/app.controller.coffee
    M www/md_base/src/app/app.module.coffee
    M www/md_base/src/app/builds/builds.tpl.jade
    M www/md_base/src/app/index.jade
    A www/md_base/src/app/sidenav/sidenav.directive.coffee
    A www/md_base/src/app/sidenav/sidenav.tpl.jade
    M www/md_base/src/styles/main-content.less
    M www/md_base/src/styles/sidenav.less

  Log Message:
  -----------
  sidenav directive and highlighting


  Commit: a599d481fac92ffdd597300de92f80dbede7a7d9
      https://github.com/buildbot/buildbot/commit/a599d481fac92ffdd597300de92f80dbede7a7d9
  Author: chase 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M www/md_base/guanlecoja/config.coffee
    M www/md_base/package.json
    A www/md_base/src/app/sidenav/sidenav.directive.spec.coffee
    A www/md_base/test/scripts/mocks/config.mock.coffee
    A www/md_base/test/scripts/mocks/eventsource.mock.coffee
    A www/md_base/test/scripts/mocks/http.mock.coffee

  Log Message:
  -----------
  include old test mocks, finish sidenav tests


  Commit: 035e98b7fb12f4a806b8328aeea4391bf3a2053b
      https://github.com/buildbot/buildbot/commit/035e98b7fb12f4a806b8328aeea4391bf3a2053b
  Author: Chase Zhang 
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M pkg/test_buildbot_pkg.py

  Log Message:
  -----------
  add md_base to test_buildbot_pkg


  Commit: adde45864cbc1a41a13226a8a1a00dabf2978c8f
      https://github.com/buildbot/buildbot/commit/adde45864cbc1a41a13226a8a1a00dabf2978c8f
  Author: Chase Zhang 
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.route.coffee
    M www/md_base/src/app/app.controller.coffee
    M www/md_base/src/app/builds/builds.route.coffee
    A www/md_base/src/app/common/directives/sidenav/sidenav.directive.coffee
    A www/md_base/src/app/common/directives/sidenav/sidenav.directive.spec.coffee
    A www/md_base/src/app/common/directives/sidenav/sidenav.tpl.jade
    A www/md_base/src/app/common/services/menu/menu.service.coffee
    M www/md_base/src/app/home/home.route.coffee
    M www/md_base/src/app/index.jade
    M www/md_base/src/app/settings/settings.route.coffee
    R www/md_base/src/app/sidenav/sidenav.directive.coffee
    R www/md_base/src/app/sidenav/sidenav.directive.spec.coffee
    R www/md_base/src/app/sidenav/sidenav.tpl.jade
    M www/md_base/src/styles/sidenav.less

  Log Message:
  -----------
  add menu service provider


  Commit: d2a054814295caf3863a62e820f344db58c05770
      https://github.com/buildbot/buildbot/commit/d2a054814295caf3863a62e820f344db58c05770
  Author: Chase Zhang 
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/services/menu/menu.service.coffee

  Log Message:
  -----------
  add glMenuServiceProxy


  Commit: 47a6ea6faba4bb0390058177c49c45302e535571
      https://github.com/buildbot/buildbot/commit/47a6ea6faba4bb0390058177c49c45302e535571
  Author: Chase Zhang 
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/directives/sidenav/sidenav.directive.coffee
    M www/md_base/src/app/common/directives/sidenav/sidenav.directive.spec.coffee
    M www/md_base/src/app/common/directives/sidenav/sidenav.tpl.jade
    M www/md_base/src/app/common/services/menu/menu.service.coffee
    M www/md_base/src/app/index.jade

  Log Message:
  -----------
  tests for sidenav with menuservice


  Commit: 40fb44367792d60d2d9427ecc6bb6f0a3847ae6a
      https://github.com/buildbot/buildbot/commit/40fb44367792d60d2d9427ecc6bb6f0a3847ae6a
  Author: Chase Zhang 
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    A www/md_base/src/app/common/services/menu/menu.service.spec.coffee

  Log Message:
  -----------
  add tests for menu service


  Commit: d76c5d4a823358166e18d080817f8ecaa68f9252
      https://github.com/buildbot/buildbot/commit/d76c5d4a823358166e18d080817f8ecaa68f9252
  Author: Chase Zhang 
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/services/menu/menu.service.spec.coffee

  Log Message:
  -----------
  edit test describe


  Commit: 31010cf6efaf289180657577b1eceb03c1accc9f
      https://github.com/buildbot/buildbot/commit/31010cf6efaf289180657577b1eceb03c1accc9f
  Author: Chase Zhang 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/services/menu/menu.service.coffee

  Log Message:
  -----------
  avoid compress in prod affect dep injection


  Commit: 84a9cff73fce3b36b73202e22b02cf8fc1f00e5d
      https://github.com/buildbot/buildbot/commit/84a9cff73fce3b36b73202e22b02cf8fc1f00e5d
  Author: Chase Zhang 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
    M www/md_base/src/app/index.jade

  Log Message:
  -----------
  rebinding title


  Commit: 9a22121c5320902689b4f4bf2ababd6adb56ae4f
      https://github.com/buildbot/buildbot/commit/9a22121c5320902689b4f4bf2ababd6adb56ae4f
  Author: chase 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
    M www/md_base/src/app/app.controller.coffee
    M www/md_base/src/app/common/directives/sidenav/sidenav.tpl.jade
    M www/md_base/src/app/index.jade
    M www/md_base/src/styles/main-content.less
    M www/md_base/src/styles/sidenav.less

  Log Message:
  -----------
  show and hide sidenav according to device width. add nav button


  Commit: 4d450014480ae253082d0d113afc426ace462ada
      https://github.com/buildbot/buildbot/commit/4d450014480ae253082d0d113afc426ace462ada
  Author: Chase Zhang 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
    M www/md_base/src/app/app.controller.coffee

  Log Message:
  -----------
  hide sidenav on stateChangeSuccess if not locked open


  Commit: 66374ce4eea5e636e4d2f26a978c58cde37a7218
      https://github.com/buildbot/buildbot/commit/66374ce4eea5e636e4d2f26a978c58cde37a7218
  Author: Pierre Tardy 
  Date:   2015-04-17 (Fri, 17 Apr 2015)

  Changed paths:
    M pkg/test_buildbot_pkg.py
    A www/md_base/.gitignore
    A www/md_base/.yo-rc.json
    A www/md_base/README.md
    A www/md_base/buildbot_www/__init__.py
    A www/md_base/guanlecoja/config.coffee
    A www/md_base/gulpfile.js
    A www/md_base/package.json
    A www/md_base/setup.py
    A www/md_base/src/app/about/about.controller.coffee
    A www/md_base/src/app/about/about.route.coffee
    A www/md_base/src/app/about/about.tpl.jade
    A www/md_base/src/app/app.controller.coffee
    A www/md_base/src/app/app.module.coffee
    A www/md_base/src/app/app.route.coffee
    A www/md_base/src/app/app.spec.coffee
    A www/md_base/src/app/builds/builds.controller.coffee
    A www/md_base/src/app/builds/builds.route.coffee
    A www/md_base/src/app/builds/builds.tpl.jade
    A www/md_base/src/app/common/directives/sidenav/sidenav.directive.coffee
    A www/md_base/src/app/common/directives/sidenav/sidenav.directive.spec.coffee
    A www/md_base/src/app/common/directives/sidenav/sidenav.tpl.jade
    A www/md_base/src/app/common/services/menu/menu.service.coffee
    A www/md_base/src/app/common/services/menu/menu.service.spec.coffee
    A www/md_base/src/app/home/home.controller.coffee
    A www/md_base/src/app/home/home.route.coffee
    A www/md_base/src/app/home/home.tpl.jade
    A www/md_base/src/app/index.jade
    A www/md_base/src/app/settings/settings.controller.coffee
    A www/md_base/src/app/settings/settings.route.coffee
    A www/md_base/src/app/settings/settings.tpl.jade
    A www/md_base/src/icons/gear.svg
    A www/md_base/src/icons/home.svg
    A www/md_base/src/icons/iconset.svg
    A www/md_base/src/icons/info.svg
    A www/md_base/src/icons/navicon.svg
    A www/md_base/src/icons/toggle.svg
    A www/md_base/src/styles/main-content.less
    A www/md_base/src/styles/sidenav.less
    A www/md_base/src/styles/styles.less
    A www/md_base/test/scripts/mocks/config.mock.coffee
    A www/md_base/test/scripts/mocks/eventsource.mock.coffee
    A www/md_base/test/scripts/mocks/http.mock.coffee

  Log Message:
  -----------
  Merge pull request #1626 from shanzi/md

Booting web UI in Material Design


Compare: https://github.com/buildbot/buildbot/compare/0f01dc0b19c7...66374ce4eea5

From noreply at github.com  Sun Apr 19 04:31:34 2015
From: noreply at github.com (GitHub)
Date: Sat, 18 Apr 2015 21:31:34 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 644854: Sphinx: fix warnings
Message-ID: <55332fa611d6f_7a6b3fa80ab4b29c3973f@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 644854266fa2044c6c5c77af0ce32ee3daf9c459
      https://github.com/buildbot/buildbot/commit/644854266fa2044c6c5c77af0ce32ee3daf9c459
  Author: Jared Grubb 
  Date:   2015-04-18 (Sat, 18 Apr 2015)

  Changed paths:
    M master/docs/developer/plugins-publish.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/cmdline.rst
    M master/docs/manual/customization.rst

  Log Message:
  -----------
  Sphinx: fix warnings


  Commit: f629facd2debff66a17739fce1c586601c24b8e2
      https://github.com/buildbot/buildbot/commit/f629facd2debff66a17739fce1c586601c24b8e2
  Author: Mikhail Sobolev 
  Date:   2015-04-19 (Sun, 19 Apr 2015)

  Changed paths:
    M master/docs/developer/plugins-publish.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/cmdline.rst
    M master/docs/manual/customization.rst

  Log Message:
  -----------
  Merge pull request #1635 from jaredgrubb/jgrubb-fix-sphinx

[eight] FIx sphinx errors


Compare: https://github.com/buildbot/buildbot/compare/4e9d36019182...f629facd2deb

From noreply at github.com  Mon Apr 20 03:34:47 2015
From: noreply at github.com (GitHub)
Date: Sun, 19 Apr 2015 20:34:47 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 20b311: Dynamic trigger:
	backport from nine
Message-ID: <553473d77667e_573a3feb334572bc9939a@hookshot-fe5-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 20b311c52402cf1cc02284ac73aab6e258e484eb
      https://github.com/buildbot/buildbot/commit/20b311c52402cf1cc02284ac73aab6e258e484eb
  Author: Jared Grubb 
  Date:   2015-04-19 (Sun, 19 Apr 2015)

  Changed paths:
    M master/buildbot/steps/trigger.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Dynamic trigger: backport from nine


  Commit: 6b3a81ad5119851d099ab364d1738f610ae65035
      https://github.com/buildbot/buildbot/commit/6b3a81ad5119851d099ab364d1738f610ae65035
  Author: Jared Grubb 
  Date:   2015-04-19 (Sun, 19 Apr 2015)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Trigger doc: add note about properties in dynamic triggers


  Commit: f01f2d4cd0e5138ccc86419efeadd3ce6a47a9c6
      https://github.com/buildbot/buildbot/commit/f01f2d4cd0e5138ccc86419efeadd3ce6a47a9c6
  Author: Jared Grubb 
  Date:   2015-04-19 (Sun, 19 Apr 2015)

  Changed paths:
    M master/buildbot/steps/trigger.py

  Log Message:
  -----------
  Address review comments


  Commit: 532cf498759a24ba37fa9f6acf3a589abb9084f7
      https://github.com/buildbot/buildbot/commit/532cf498759a24ba37fa9f6acf3a589abb9084f7
  Author: Mikhail Sobolev 
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    M master/buildbot/steps/trigger.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1636 from jaredgrubb/jgrubb-backport-dyn-scheduler

Backport the "dynamic trigger" from nine


Compare: https://github.com/buildbot/buildbot/compare/f629facd2deb...532cf498759a

From noreply at github.com  Mon Apr 20 16:38:27 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 09:38:27 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] f79fdb: Trigger doc: add
 note about properties in dynamic ...
Message-ID: <55352b83863a0_4a243f911f71b2a010611e@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: f79fdb3fd4ce91ee659944ce42c9436a0df3e9dd
      https://github.com/buildbot/buildbot/commit/f79fdb3fd4ce91ee659944ce42c9436a0df3e9dd
  Author: Jared Grubb 
  Date:   2015-04-19 (Sun, 19 Apr 2015)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Trigger doc: add note about properties in dynamic triggers


  Commit: f7050f8a2fc98c985ea27302aafd97a857f9d92d
      https://github.com/buildbot/buildbot/commit/f7050f8a2fc98c985ea27302aafd97a857f9d92d
  Author: Mikhail Sobolev 
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Merge pull request #1637 from jaredgrubb/jgrubb-nine-doc

Trigger doc: add note about properties in dynamic triggers


Compare: https://github.com/buildbot/buildbot/compare/66374ce4eea5...f7050f8a2fc9

From noreply at github.com  Mon Apr 20 17:14:17 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:14:17 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <553533e9ee39_7c263fa4d042b29c1098c5@hookshot-fe4-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/tempo/bad-dynamic-builds
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Mon Apr 20 17:13:49 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:13:49 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 3cf2de: archive release
	release notes
Message-ID: <553533cdde711_7b883fc27ba452b86964@hookshot-fe4-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 3cf2debab49cff2747705ac91306811c15cb07a6
      https://github.com/buildbot/buildbot/commit/3cf2debab49cff2747705ac91306811c15cb07a6
  Author: Mikhail Sobolev 
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    A master/docs/relnotes/0.8.11.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  archive release release notes



From noreply at github.com  Mon Apr 20 17:13:58 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:13:58 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <553533d6858d_1a123f958a3d129c41312@hookshot-fe5-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/v0.8.12-pre
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Mon Apr 20 17:13:58 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:13:58 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <553533d632780_49ea3faba7e272b82581@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/tempo/bad-dynamic-builds
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Mon Apr 20 17:16:50 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:16:50 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <55353482c4a8e_13543fcba994d2c082782@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/tempo/bad-dynamic-builds
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Mon Apr 20 17:16:32 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:16:32 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <55353470871d8_4aad3f87695a929c944a6@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/v0.8.12-pre
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Mon Apr 20 17:16:24 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:16:24 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 892063: archive release
	release notes
Message-ID: <553534683fbd9_50183fe6fa73929c401fa@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 892063c7b2a4c979a897045de1e00450a0a01310
      https://github.com/buildbot/buildbot/commit/892063c7b2a4c979a897045de1e00450a0a01310
  Author: Mikhail Sobolev 
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    A master/docs/relnotes/0.8.11.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  archive release release notes



From noreply at github.com  Mon Apr 20 17:16:27 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:16:27 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <5535346bed90c_14843f875102b29c1601a@hookshot-fe5-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/tempo/bad-dynamic-builds
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Mon Apr 20 17:34:31 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:34:31 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] bc8432: add the release date
Message-ID: <553538a73f84b_8c53fd22e0912b88628f@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/v0.8.11
  Home:   https://github.com/buildbot/buildbot
  Commit: bc8432c4122cc5e87b6e448ba2d0e20fdcd767eb
      https://github.com/buildbot/buildbot/commit/bc8432c4122cc5e87b6e448ba2d0e20fdcd767eb
  Author: Mikhail Sobolev 
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    M master/docs/relnotes/0.8.11.rst

  Log Message:
  -----------
  add the release date



From noreply at github.com  Mon Apr 20 17:34:38 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 10:34:38 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <553538ae71819_111d3fab065ab2c080088@hookshot-fe5-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/v0.8.12-pre
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Tue Apr 21 05:58:55 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 22:58:55 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 93c216: prepare release
	notes for release
Message-ID: <5535e71fe18d7_8263fd53dd1129c61726@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 93c216d8ecc5a4262f2c5e91890053b3f967a306
      https://github.com/buildbot/buildbot/commit/93c216d8ecc5a4262f2c5e91890053b3f967a306
  Author: Mikhail Sobolev 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  prepare release notes for release


  Commit: f0fb752d1c3c289a939b20488117579d4de5a833
      https://github.com/buildbot/buildbot/commit/f0fb752d1c3c289a939b20488117579d4de5a833
  Author: Mikhail Sobolev 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    A master/docs/relnotes/0.8.11.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  archive release notes


Compare: https://github.com/buildbot/buildbot/compare/892063c7b2a4...f0fb752d1c3c

From noreply at github.com  Tue Apr 21 06:01:49 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 23:01:49 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <5535e7cdaf9a5_5fc33f9fd43b12b820172@hookshot-fe2-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/0.8.12-pre
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Tue Apr 21 06:01:49 2015
From: noreply at github.com (GitHub)
Date: Mon, 20 Apr 2015 23:01:49 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] d5dd2e: update release date
Message-ID: <5535e7cdbcf88_4b4d3fe0c5bab2c089339@hookshot-fe4-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/v0.8.11
  Home:   https://github.com/buildbot/buildbot
  Commit: d5dd2e820517f4f2758fce319ef247c8dbdaa9fa
      https://github.com/buildbot/buildbot/commit/d5dd2e820517f4f2758fce319ef247c8dbdaa9fa
  Author: Mikhail Sobolev 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  update release date



From noreply at github.com  Tue Apr 21 17:34:04 2015
From: noreply at github.com (GitHub)
Date: Tue, 21 Apr 2015 10:34:04 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <55368a0cd8239_14f83fddfe1572c0978e8@hookshot-fe4-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/0.8.12-pre
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Tue Apr 21 17:34:04 2015
From: noreply at github.com (GitHub)
Date: Tue, 21 Apr 2015 10:34:04 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] d5dd2e: update release date
Message-ID: <55368a0cd8232_451c3fcda2c3729c848ca@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/v0.8.12
  Home:   https://github.com/buildbot/buildbot
  Commit: d5dd2e820517f4f2758fce319ef247c8dbdaa9fa
      https://github.com/buildbot/buildbot/commit/d5dd2e820517f4f2758fce319ef247c8dbdaa9fa
  Author: Mikhail Sobolev 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  update release date


  Commit: d2dbaddd84248b3585e530e843a68141eafdc8d7
      https://github.com/buildbot/buildbot/commit/d2dbaddd84248b3585e530e843a68141eafdc8d7
  Author: Mikhail Sobolev 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  push the version

(since I made a mistake)


Compare: https://github.com/buildbot/buildbot/compare/d5dd2e820517^...d2dbaddd8424

From noreply at github.com  Tue Apr 21 17:34:04 2015
From: noreply at github.com (GitHub)
Date: Tue, 21 Apr 2015 10:34:04 -0700
Subject: [Buildbot-commits] [buildbot/buildbot]
Message-ID: <55368a0cb6e56_15c43f8e544672c084147@hookshot-fe2-cp1-prd.iad.github.net.mail>

  Branch: refs/tags/0.8.13-pre
  Home:   https://github.com/buildbot/buildbot

From noreply at github.com  Tue Apr 21 17:36:09 2015
From: noreply at github.com (GitHub)
Date: Tue, 21 Apr 2015 10:36:09 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 205dee: fix the version
Message-ID: <55368a894ce13_3fb03fca6cbc129c93071@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 205deee611fb6d6f90cbac26fb6606caff071b4a
      https://github.com/buildbot/buildbot/commit/205deee611fb6d6f90cbac26fb6606caff071b4a
  Author: Mikhail Sobolev 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    R master/docs/relnotes/0.8.11.rst
    A master/docs/relnotes/0.8.12.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  fix the version



From noreply at github.com  Wed Apr 22 04:31:56 2015
From: noreply at github.com (GitHub)
Date: Tue, 21 Apr 2015 21:31:56 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] e9da15: remove logfile info
	from docs
Message-ID: <5537243c855d4_7ccd3ffbd860f2c07594e@hookshot-fe5-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: e9da15110821dce4d2658277ce20f6ebc38cce89
      https://github.com/buildbot/buildbot/commit/e9da15110821dce4d2658277ce20f6ebc38cce89
  Author: Elmir Jagudin 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    R master/docs/developer/formats.rst
    M master/docs/developer/general.rst

  Log Message:
  -----------
  remove logfile info from docs

The logs are now stored in the database, remove
outdated section about log files from the docs.


  Commit: 757264f38d6800a4b34f23983fb7638e195c6e8a
      https://github.com/buildbot/buildbot/commit/757264f38d6800a4b34f23983fb7638e195c6e8a
  Author: Mikhail Sobolev 
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    R master/docs/developer/formats.rst
    M master/docs/developer/general.rst

  Log Message:
  -----------
  Merge pull request #1638 from elmirjagudin/rm-logfile-doc

remove logfile info from docs


Compare: https://github.com/buildbot/buildbot/compare/f7050f8a2fc9...757264f38d68

From noreply at github.com  Thu Apr 23 16:37:07 2015
From: noreply at github.com (GitHub)
Date: Thu, 23 Apr 2015 09:37:07 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] d9a8e1: manual/cfg-www.rst:
 remove misleading sentences
Message-ID: <55391fb3ca9c7_59e93fc851a1d2a01491e@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: d9a8e15ffb4f71cb4295bf03ce44055468b6a735
      https://github.com/buildbot/buildbot/commit/d9a8e15ffb4f71cb4295bf03ce44055468b6a735
  Author: Olof Johansson 
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M master/docs/manual/cfg-www.rst

  Log Message:
  -----------
  manual/cfg-www.rst: remove misleading sentences

The sentences removed are likely placed under the "json_cache_seconds"
by accident. The sentences are repeated under rest_minimum_version where
they make more sense.


  Commit: 94bfb1fb9ddc22e7eb30b1198b4ba8eb2ff82c98
      https://github.com/buildbot/buildbot/commit/94bfb1fb9ddc22e7eb30b1198b4ba8eb2ff82c98
  Author: Olof Johansson 
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M www/README.txt

  Log Message:
  -----------
  www/README.txt: Fix typo: prebuilt-frontend -> prebuilt_frontend


  Commit: b31b59ab0b3e42bc6b2634d5ff0ebfdee3c3747e
      https://github.com/buildbot/buildbot/commit/b31b59ab0b3e42bc6b2634d5ff0ebfdee3c3747e
  Author: Mikhail Sobolev 
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M master/docs/manual/cfg-www.rst
    M www/README.txt

  Log Message:
  -----------
  Merge pull request #1641 from olof/www-doc-fixes

Documentation fixes related to buildbot.www


Compare: https://github.com/buildbot/buildbot/compare/757264f38d68...b31b59ab0b3e

From noreply at github.com  Sat Apr 25 20:01:01 2015
From: noreply at github.com (GitHub)
Date: Sat, 25 Apr 2015 13:01:01 -0700
Subject: [Buildbot-commits] [buildbot/buildbot-infra] feeeb1: Add notes
 created during upgrading FreeBSD hosts
Message-ID: <553bf27d10b8_5e633f94b60212c044155@hookshot-fe1-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: feeeb1da7328f0c88b224dba5afd0519a56da074
      https://github.com/buildbot/buildbot-infra/commit/feeeb1da7328f0c88b224dba5afd0519a56da074
  Author: Sean Kelly 
  Date:   2015-04-25 (Sat, 25 Apr 2015)

  Changed paths:
    A docs/upgrading-freebsd.txt

  Log Message:
  -----------
  Add notes created during upgrading FreeBSD hosts


  Commit: c693df843d768fffde1805a467da06569321611a
      https://github.com/buildbot/buildbot-infra/commit/c693df843d768fffde1805a467da06569321611a
  Author: Dustin J. Mitchell 
  Date:   2015-04-25 (Sat, 25 Apr 2015)

  Changed paths:
    A docs/upgrading-freebsd.txt

  Log Message:
  -----------
  Merge pull request #92 from seankelly/upgrading-freebsd-notes

Add notes created during upgrading FreeBSD hosts


Compare: https://github.com/buildbot/buildbot-infra/compare/81d7493ae26b...c693df843d76

From noreply at github.com  Mon Apr 27 13:39:53 2015
From: noreply at github.com (GitHub)
Date: Mon, 27 Apr 2015 06:39:53 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 842659: Use svg instead of
 png to get better image quality
Message-ID: <553e3c29e3f62_26003fe9105992bc618f0@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 842659d19f3293fa79fe7bf03ce7ffb3c880fb7d
      https://github.com/buildbot/buildbot/commit/842659d19f3293fa79fe7bf03ce7ffb3c880fb7d
  Author: Peter Dave Hello 
  Date:   2015-04-25 (Sat, 25 Apr 2015)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Use svg instead of png to get better image quality


  Commit: 1a1e6bdb7f753ab5291202021adbda0395465d69
      https://github.com/buildbot/buildbot/commit/1a1e6bdb7f753ab5291202021adbda0395465d69
  Author: Pierre Tardy 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Merge pull request #1642 from PeterDaveHello/patch-1

Use svg instead of png to get better image quality


Compare: https://github.com/buildbot/buildbot/compare/b31b59ab0b3e...1a1e6bdb7f75

From noreply at github.com  Mon Apr 27 13:44:04 2015
From: noreply at github.com (GitHub)
Date: Mon, 27 Apr 2015 06:44:04 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 946ceb: Waterfall scaling
	with + and -
Message-ID: <553e3d24aec5_23863fab99abb2b89424f@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 946cebabe0629e84a39334a2bf363046bbbb7bf1
      https://github.com/buildbot/buildbot/commit/946cebabe0629e84a39334a2bf363046bbbb7bf1
  Author: tothandras 
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    A www/base/src/app/common/services/settings/settings.service.coffee
    A www/base/src/app/common/services/settings/settings.service.spec.coffee
    R www/base/src/app/settings/service/settings.service.coffee
    R www/base/src/app/settings/service/settings.service.spec.coffee
    M www/waterfall_view/src/module/data/data.service.spec.coffee
    A www/waterfall_view/src/module/main.config.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.spec.coffee
    M www/waterfall_view/src/module/scale/scale.service.spec.coffee
    A www/waterfall_view/src/module/waterfall.config.coffee
    M www/waterfall_view/src/module/waterfall.route.spec.coffee
    M www/waterfall_view/test/main.coffee

  Log Message:
  -----------
  Waterfall scaling with + and -


  Commit: 887f4d5064062265778f27c63faed72f3816dcad
      https://github.com/buildbot/buildbot/commit/887f4d5064062265778f27c63faed72f3816dcad
  Author: Andras Toth 
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    R www/waterfall_view/src/module/main.config.coffee

  Log Message:
  -----------
  Remove duplicate .config.coffee


  Commit: 3bba48704a36f4cf326b343f9a3d806434511010
      https://github.com/buildbot/buildbot/commit/3bba48704a36f4cf326b343f9a3d806434511010
  Author: Andras Toth 
  Date:   2015-04-05 (Sun, 05 Apr 2015)

  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/src/module/waterfall.config.coffee

  Log Message:
  -----------
  Remove unnecessary settings


  Commit: b09a87db9550a3f4f91fad24426150c8de20d70c
      https://github.com/buildbot/buildbot/commit/b09a87db9550a3f4f91fad24426150c8de20d70c
  Author: Pierre Tardy 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    A www/base/src/app/common/services/settings/settings.service.coffee
    A www/base/src/app/common/services/settings/settings.service.spec.coffee
    R www/base/src/app/settings/service/settings.service.coffee
    R www/base/src/app/settings/service/settings.service.spec.coffee
    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
    M www/waterfall_view/src/module/modal/modal.controller.spec.coffee
    M www/waterfall_view/src/module/scale/scale.service.spec.coffee
    A www/waterfall_view/src/module/waterfall.config.coffee
    M www/waterfall_view/src/module/waterfall.route.spec.coffee
    M www/waterfall_view/test/main.coffee

  Log Message:
  -----------
  Merge pull request #1617 from tothandras/waterfall_scaling

Waterfall scaling with + and - keys


Compare: https://github.com/buildbot/buildbot/compare/1a1e6bdb7f75...b09a87db9550

From noreply at github.com  Mon Apr 27 17:16:12 2015
From: noreply at github.com (GitHub)
Date: Mon, 27 Apr 2015 10:16:12 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 095563: git: Clean
	submodules recursively
Message-ID: <553e6edc16ce4_77f33fcfaa7d12c08859f@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 0955631ab8f080f7021b1a93f939cf1784872cc2
      https://github.com/buildbot/buildbot/commit/0955631ab8f080f7021b1a93f939cf1784872cc2
  Author: Michal Sojka 
  Date:   2015-04-26 (Sun, 26 Apr 2015)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py

  Log Message:
  -----------
  git: Clean submodules recursively


  Commit: a310e30afab77fd6b04c9f728bf73ff7d8f4d847
      https://github.com/buildbot/buildbot/commit/a310e30afab77fd6b04c9f728bf73ff7d8f4d847
  Author: Michal Sojka 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py

  Log Message:
  -----------
  git: Update git submodules with --checkout

Git 1.7.8 and newer allows submodules to be updated by other commands
than "git checkout". When this behavior is configured in .gitmodules,
buildbot can end up with incorrect commit checked out in the submodule.

Fix this by explicitly specifying --checkout option to "git submodule
update".


  Commit: 48858762c3b5d98e284b284afd385494feaf0f27
      https://github.com/buildbot/buildbot/commit/48858762c3b5d98e284b284afd385494feaf0f27
  Author: Mikhail Sobolev 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py

  Log Message:
  -----------
  Merge pull request #1643 from wentasah/git-fixes

Git fixes


Compare: https://github.com/buildbot/buildbot/compare/b09a87db9550...48858762c3b5

From noreply at github.com  Mon Apr 27 17:16:50 2015
From: noreply at github.com (GitHub)
Date: Mon, 27 Apr 2015 10:16:50 -0700
Subject: [Buildbot-commits] [buildbot/buildbot-infra] d2c235: Make
 /etc/ssl/cert.pem exist for Python's benefit
Message-ID: <553e6f026f955_1e2c3fbe3d1af2bc715fd@hookshot-fe3-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: d2c235d9c47e4f2b9acd609b492569157ae10daf
      https://github.com/buildbot/buildbot-infra/commit/d2c235d9c47e4f2b9acd609b492569157ae10daf
  Author: Dustin J. Mitchell 
  Date:   2015-04-26 (Sun, 26 Apr 2015)

  Changed paths:
    M roles/base/tasks/main.yml
    A roles/base/tasks/python-cert-symlink.yml

  Log Message:
  -----------
  Make /etc/ssl/cert.pem exist for Python's benefit

Python-2.7.9 now validates all certs, but it looks for its list of
recognized CAs in /etc/ssl/cert.pem, rather than under /usr/local.
See http://lists.freebsd.org/pipermail/freebsd-python/2015-January/007832.html


  Commit: b4f1e259e36a61cd555ba8e0cc20e588bee75da0
      https://github.com/buildbot/buildbot-infra/commit/b4f1e259e36a61cd555ba8e0cc20e588bee75da0
  Author: Mikhail Sobolev 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M roles/base/tasks/main.yml
    A roles/base/tasks/python-cert-symlink.yml

  Log Message:
  -----------
  Merge pull request #94 from djmitche/cert-link

Make /etc/ssl/cert.pem exist for Python's benefit


Compare: https://github.com/buildbot/buildbot-infra/compare/c693df843d76...b4f1e259e36a

From noreply at github.com  Wed Apr 29 14:20:38 2015
From: noreply at github.com (GitHub)
Date: Wed, 29 Apr 2015 07:20:38 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] 7b0b87: add basic styles and
 page layout for about
Message-ID: <5540e8b634150_56613fb83a9252c041049@hookshot-fe5-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 7b0b87fa4e808d688ec4d43e81b932dacef2e9f1
      https://github.com/buildbot/buildbot/commit/7b0b87fa4e808d688ec4d43e81b932dacef2e9f1
  Author: Chase Zhang 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.tpl.jade
    A www/md_base/src/styles/about.less

  Log Message:
  -----------
  add basic styles and page layout for about


  Commit: 0a89f095ae3c82850b1872b7a3051f61fc386d7a
      https://github.com/buildbot/buildbot/commit/0a89f095ae3c82850b1872b7a3051f61fc386d7a
  Author: Chase Zhang 
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.controller.coffee
    M www/md_base/src/app/about/about.tpl.jade
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.directive.coffee
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.tpl.jade
    M www/md_base/src/styles/about.less
    A www/md_base/src/styles/inspectdata.less

  Log Message:
  -----------
  basic inspect data directive


  Commit: 139bdca74def479fb213866dbb8a8cc2db4a441d
      https://github.com/buildbot/buildbot/commit/139bdca74def479fb213866dbb8a8cc2db4a441d
  Author: Chase Zhang 
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.tpl.jade
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.directive.coffee
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.tpl.jade
    M www/md_base/src/styles/inspectdata.less

  Log Message:
  -----------
  collapsed field in inspect data


  Commit: a89c22eb5be229b3002b6e809cc8daaff6e85765
      https://github.com/buildbot/buildbot/commit/a89c22eb5be229b3002b6e809cc8daaff6e85765
  Author: Chase Zhang 
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.directive.coffee

  Log Message:
  -----------
  use bindToController


  Commit: e885f5f0623ab725092dea16becc5a9d954981b3
      https://github.com/buildbot/buildbot/commit/e885f5f0623ab725092dea16becc5a9d954981b3
  Author: Chase Zhang 
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M www/md_base/src/styles/inspectdata.less

  Log Message:
  -----------
  ellipsis style for inspect data key if the window is too thin


  Commit: 14a4b8f636ba00f18f483ecf6ab4b48fdea3fc22
      https://github.com/buildbot/buildbot/commit/14a4b8f636ba00f18f483ecf6ab4b48fdea3fc22
  Author: Chase Zhang 
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.spec.coffee

  Log Message:
  -----------
  tests for inspectdata


  Commit: cc487334fad346ef9cb6ae823a42785343fe0804
      https://github.com/buildbot/buildbot/commit/cc487334fad346ef9cb6ae823a42785343fe0804
  Author: Chase Zhang 
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.directive.coffee
    M www/md_base/src/styles/inspectdata.less

  Log Message:
  -----------
  remove unnecessary $scope


  Commit: 162b6135976fdc34fe397ccb67b1d690e722d8bb
      https://github.com/buildbot/buildbot/commit/162b6135976fdc34fe397ccb67b1d690e722d8bb
  Author: Chase Zhang 
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.tpl.jade

  Log Message:
  -----------
  fix a typo


  Commit: 43b358ece5bb8f2073fb2e3c7e8c38bce0d9fd16
      https://github.com/buildbot/buildbot/commit/43b358ece5bb8f2073fb2e3c7e8c38bce0d9fd16
  Author: Chase Zhang 
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.less
    A www/md_base/src/app/common/directives/sidenav/sidenav.less
    R www/md_base/src/styles/about.less
    A www/md_base/src/styles/card.less
    R www/md_base/src/styles/inspectdata.less
    R www/md_base/src/styles/sidenav.less

  Log Message:
  -----------
  put styles of directive togather with the directive view


  Commit: d17d53471d0560c0fa485dde3b6dc73ad8882b43
      https://github.com/buildbot/buildbot/commit/d17d53471d0560c0fa485dde3b6dc73ad8882b43
  Author: Chase Zhang 
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.tpl.jade
    M www/md_base/src/styles/card.less

  Log Message:
  -----------
  use common styles for page, add card styles


  Commit: b1014cb10cb6b5632c3dac64f9a67d921c22d37f
      https://github.com/buildbot/buildbot/commit/b1014cb10cb6b5632c3dac64f9a67d921c22d37f
  Author: Chase Zhang 
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.directive.coffee

  Log Message:
  -----------
  put constructor at the top


  Commit: bf0a913585f865f2320344f3e68af9764754cf48
      https://github.com/buildbot/buildbot/commit/bf0a913585f865f2320344f3e68af9764754cf48
  Author: Chase Zhang 
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.tpl.jade

  Log Message:
  -----------
  fix typo


  Commit: c2d8b3827f870a4e69c6f177b3e497d6f3dc478a
      https://github.com/buildbot/buildbot/commit/c2d8b3827f870a4e69c6f177b3e497d6f3dc478a
  Author: Chase Zhang 
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.less
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.spec.coffee
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.tpl.jade
    A www/md_base/src/icons/arrow-down.svg

  Log Message:
  -----------
  using an arrow as an indicator of expanding field


  Commit: 57ed8bad003005a4ca84f660c3c9bdbfab7974c5
      https://github.com/buildbot/buildbot/commit/57ed8bad003005a4ca84f660c3c9bdbfab7974c5
  Author: Chase Zhang 
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M www/md_base/src/app/common/directives/inspectdata/inspectdata.spec.coffee

  Log Message:
  -----------
  divided tests into modules


  Commit: acfe037d094b51c4a35d73a3152edd09667be0b9
      https://github.com/buildbot/buildbot/commit/acfe037d094b51c4a35d73a3152edd09667be0b9
  Author: Chase Zhang 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M www/md_base/guanlecoja/config.coffee
    A www/md_base/src/app/common/common.constant.coffee
    A www/md_base/src/app/common/common.module.coffee
    A www/md_base/src/app/common/services/buildbot/buildbot.service.coffee
    A www/md_base/src/app/common/services/buildbot/buildbot.service.spec.coffee
    A www/md_base/src/app/common/services/mq/mq.service.coffee
    A www/md_base/src/app/common/services/mq/mq.service.spec.coffee
    A www/md_base/src/app/common/services/settings/settings.service.coffee
    A www/md_base/src/app/common/services/settings/settings.service.spec.coffee

  Log Message:
  -----------
  add old services in


  Commit: 3346f1b80131b0eb59b96ca49a599781738d862c
      https://github.com/buildbot/buildbot/commit/3346f1b80131b0eb59b96ca49a599781738d862c
  Author: Chase Zhang 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.controller.coffee
    M www/md_base/src/app/about/about.tpl.jade
    M www/md_base/src/styles/styles.less

  Log Message:
  -----------
  displaying api references


  Commit: b116125f82f90c1b670b91b1c35ee27e3c9e5d72
      https://github.com/buildbot/buildbot/commit/b116125f82f90c1b670b91b1c35ee27e3c9e5d72
  Author: Chase Zhang 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.tpl.jade
    M www/md_base/src/styles/card.less
    M www/md_base/src/styles/styles.less

  Log Message:
  -----------
  break word for api path link


  Commit: 49e4a87d27affe8786af049494eb5da4ecd986f0
      https://github.com/buildbot/buildbot/commit/49e4a87d27affe8786af049494eb5da4ecd986f0
  Author: Chase Zhang 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M www/md_base/src/app/about/about.tpl.jade
    M www/md_base/src/styles/styles.less

  Log Message:
  -----------
  add no-select


  Commit: 788e668715b96e62e533ade928add85321d91aee
      https://github.com/buildbot/buildbot/commit/788e668715b96e62e533ade928add85321d91aee
  Author: Chase Zhang 
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    A www/md_base/src/app/common/services/buildbot
    R www/md_base/src/app/common/services/buildbot/buildbot.service.coffee
    R www/md_base/src/app/common/services/buildbot/buildbot.service.spec.coffee
    A www/md_base/src/app/common/services/mq
    R www/md_base/src/app/common/services/mq/mq.service.coffee
    R www/md_base/src/app/common/services/mq/mq.service.spec.coffee
    A www/md_base/src/app/common/services/settings
    R www/md_base/src/app/common/services/settings/settings.service.coffee
    R www/md_base/src/app/common/services/settings/settings.service.spec.coffee

  Log Message:
  -----------
  use symlink instead of copying files


  Commit: 3d0915a7fd80db03967a37d085ab8cc77fdd3a06
      https://github.com/buildbot/buildbot/commit/3d0915a7fd80db03967a37d085ab8cc77fdd3a06
  Author: Pierre Tardy 
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    M www/md_base/guanlecoja/config.coffee
    M www/md_base/src/app/about/about.controller.coffee
    M www/md_base/src/app/about/about.tpl.jade
    A www/md_base/src/app/common/common.constant.coffee
    A www/md_base/src/app/common/common.module.coffee
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.directive.coffee
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.less
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.spec.coffee
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.tpl.jade
    A www/md_base/src/app/common/directives/sidenav/sidenav.less
    A www/md_base/src/app/common/services/buildbot
    A www/md_base/src/app/common/services/mq
    A www/md_base/src/app/common/services/settings
    A www/md_base/src/icons/arrow-down.svg
    A www/md_base/src/styles/card.less
    R www/md_base/src/styles/sidenav.less
    M www/md_base/src/styles/styles.less

  Log Message:
  -----------
  Merge branch 'md' of https://github.com/shanzi/buildbot into md


  Commit: 37a8c4b0568d9379412e44fddd736e1b8aab983d
      https://github.com/buildbot/buildbot/commit/37a8c4b0568d9379412e44fddd736e1b8aab983d
  Author: Pierre Tardy 
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    R www/md_base/src/app/common/services/buildbot
    A www/md_base/src/app/common/services/buildbot.service.coffee
    R www/md_base/src/app/common/services/mq
    A www/md_base/src/app/common/services/mq.service.coffee
    R www/md_base/src/app/common/services/settings
    A www/md_base/src/app/common/services/settings.service.coffee

  Log Message:
  -----------
  fix symlinks to services


  Commit: 71146a0ff9c020d6930abc53331b8e3e8a96825e
      https://github.com/buildbot/buildbot/commit/71146a0ff9c020d6930abc53331b8e3e8a96825e
  Author: Pierre Tardy 
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  dont build mb_base as part of make frontend

Signed-off-by: Pierre Tardy 


Compare: https://github.com/buildbot/buildbot/compare/48858762c3b5...71146a0ff9c0

From noreply at github.com  Thu Apr 30 14:40:03 2015
From: noreply at github.com (GitHub)
Date: Thu, 30 Apr 2015 07:40:03 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] af4577: Git: Use RC_SUCCESS
	instead of 0
Message-ID: <55423ec354c48_35203fe34cb832a010425@hookshot-fe2-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: af4577f9f03db976ac4f05f12ca04516f9e85182
      https://github.com/buildbot/buildbot/commit/af4577f9f03db976ac4f05f12ca04516f9e85182
  Author: Jared Grubb 
  Date:   2015-04-25 (Sat, 25 Apr 2015)

  Changed paths:
    M master/buildbot/steps/source/git.py

  Log Message:
  -----------
  Git: Use RC_SUCCESS instead of 0


  Commit: 81e770265bc9ffb332a4cb35a58a4ec2d7924491
      https://github.com/buildbot/buildbot/commit/81e770265bc9ffb332a4cb35a58a4ec2d7924491
  Author: Mikhail Sobolev 
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M master/buildbot/steps/source/git.py

  Log Message:
  -----------
  Merge pull request #1640 from jaredgrubb/jgrubb-git-magic-nums

Git: Use RC_SUCCESS instead of 0


Compare: https://github.com/buildbot/buildbot/compare/205deee611fb...81e770265bc9

From noreply at github.com  Thu Apr 30 15:36:25 2015
From: noreply at github.com (GitHub)
Date: Thu, 30 Apr 2015 08:36:25 -0700
Subject: [Buildbot-commits] [buildbot/buildbot] fa5262: Update makefile
	frontend
Message-ID: <55424bf96edd9_ccc3ffa6bb8329c107313@hookshot-fe6-cp1-prd.iad.github.net.mail>

  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: fa5262f2e2da33e0b274b64a9a04442fd5ffe709
      https://github.com/buildbot/buildbot/commit/fa5262f2e2da33e0b274b64a9a04442fd5ffe709
  Author: Andras Toth 
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Update makefile frontend


  Commit: ad63451fa21c61f6200706f16f27337cf2e6c6d3
      https://github.com/buildbot/buildbot/commit/ad63451fa21c61f6200706f16f27337cf2e6c6d3
  Author: Pierre Tardy 
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Merge pull request #1645 from tothandras/makefile

Update makefile frontend


Compare: https://github.com/buildbot/buildbot/compare/71146a0ff9c0...ad63451fa21c