[Buildbot-commits] [buildbot/buildbot] 394224: Allow user to specify baseURL for github api endpo...

GitHub noreply at github.com
Sat Jan 31 11:39:46 UTC 2015


  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 394224e8ff18e79c7038daff3986c2d2faffbed2
      https://github.com/buildbot/buildbot/commit/394224e8ff18e79c7038daff3986c2d2faffbed2
  Author: Kevin Chang <kevincgw at gmail.com>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py

  Log Message:
  -----------
  Allow user to specify baseURL for github api endpoints


  Commit: ae6884f2d6634594b03b8a8eaa3566453740bda4
      https://github.com/buildbot/buildbot/commit/ae6884f2d6634594b03b8a8eaa3566453740bda4
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py

  Log Message:
  -----------
  make bulidbot.status.github not bail out on missing txgithub


  Commit: 2fa35a1ecf60580ff339b9a431b8377416541937
      https://github.com/buildbot/buildbot/commit/2fa35a1ecf60580ff339b9a431b8377416541937
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py
    M master/buildbot/test/unit/test_status_github.py

  Log Message:
  -----------
  a bit of cleanup

* remove unused self._token
* simplify expressions for sha, startDescription, endDescription
* re-format addErrback
* change import for datetime to simplify its usage


  Commit: 61b5f85972254d4c7810a228f4b49b30ad6c6e18
      https://github.com/buildbot/buildbot/commit/61b5f85972254d4c7810a228f4b49b30ad6c6e18
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py

  Log Message:
  -----------
  more cosmetics


  Commit: 681ed139e376fda62efd051036bc29aac2c2dc93
      https://github.com/buildbot/buildbot/commit/681ed139e376fda62efd051036bc29aac2c2dc93
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py
    M master/buildbot/test/unit/test_status_github.py

  Log Message:
  -----------
  extract two non-methods into private functions

* _getGitHubState
* _timeDeltaToHumanReadable


  Commit: 38c48a0dc92e2187fb59f456e24f6d8097f03fca
      https://github.com/buildbot/buildbot/commit/38c48a0dc92e2187fb59f456e24f6d8097f03fca
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

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

  Log Message:
  -----------
  change the used domains to example


  Commit: 667749e488ccec699a8e9c5e7fc97c59d51c79ef
      https://github.com/buildbot/buildbot/commit/667749e488ccec699a8e9c5e7fc97c59d51c79ef
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

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

  Log Message:
  -----------
  implement a test case for custom GitHub URL


  Commit: 5e802fa1e2a9a9c0e9331bbab407296fba26de5d
      https://github.com/buildbot/buildbot/commit/5e802fa1e2a9a9c0e9331bbab407296fba26de5d
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py
    M master/buildbot/test/unit/test_status_github.py
    M master/buildbot/test/unit/test_util.py
    M master/buildbot/util/__init__.py

  Log Message:
  -----------
  move _timeDeltaToHumanReadable to buildbot.util.human_readable_delta

* there's an overlap between human_readable_delta and formatInterval


  Commit: 01b56e29ead6c042910e2ee9f974518568fee317
      https://github.com/buildbot/buildbot/commit/01b56e29ead6c042910e2ee9f974518568fee317
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py

  Log Message:
  -----------
  simplify syntax


  Commit: 6b899db72bf8ea5cdb139876fa0601470274212a
      https://github.com/buildbot/buildbot/commit/6b899db72bf8ea5cdb139876fa0601470274212a
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/contrib/github_buildbot.py

  Log Message:
  -----------
  adopt contrib/github_buildbot.py from master


  Commit: f2f49704de2e25a20d96a3701c2442829aaf2971
      https://github.com/buildbot/buildbot/commit/f2f49704de2e25a20d96a3701c2442829aaf2971
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/web/change_hook.py

  Log Message:
  -----------
  make default value for dialects safe


  Commit: 5afea13de74bcaba3d1591ddfec49bc0ded021da
      https://github.com/buildbot/buildbot/commit/5afea13de74bcaba3d1591ddfec49bc0ded021da
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/web/change_hook.py

  Log Message:
  -----------
  simplify condition


  Commit: 45ff5d8716568be0cabbad4929cd36131b9efb26
      https://github.com/buildbot/buildbot/commit/45ff5d8716568be0cabbad4929cd36131b9efb26
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

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

  Log Message:
  -----------
  docs nit-picks


  Commit: e5ca54321dc6f5ddebedfc9cba5963510f70616f
      https://github.com/buildbot/buildbot/commit/e5ca54321dc6f5ddebedfc9cba5963510f70616f
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

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

  Log Message:
  -----------
  fix WebStatus references to use status plugins


  Commit: f3a47a18eba449994c136fa9daa93a9554907c28
      https://github.com/buildbot/buildbot/commit/f3a47a18eba449994c136fa9daa93a9554907c28
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

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

  Log Message:
  -----------
  improve GitHub webhook

* refactor the way events of different kinds are handled
* copy hmac support from contrib/github_buildbot.py
* document hook's parameters


  Commit: 41aa4eda10974cacc0f1858f943b6b646dec8ca1
      https://github.com/buildbot/buildbot/commit/41aa4eda10974cacc0f1858f943b6b646dec8ca1
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/web/hooks/github.py
    M master/buildbot/status/web/hooks/gitlab.py

  Log Message:
  -----------
  make copy of github.process_change into gitlab


  Commit: afe1ed3952a54619cda57c4f243f6c15a0fcd59a
      https://github.com/buildbot/buildbot/commit/afe1ed3952a54619cda57c4f243f6c15a0fcd59a
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

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

  Log Message:
  -----------
  finalise test cases for github


  Commit: 7261c5a72977e335c4ce0135950c66e98df46908
      https://github.com/buildbot/buildbot/commit/7261c5a72977e335c4ce0135950c66e98df46908
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

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

  Log Message:
  -----------
  document baseURL parameter of GitHubStatus


  Commit: da7a24698cdc20f1d3fbd686614011992964f777
      https://github.com/buildbot/buildbot/commit/da7a24698cdc20f1d3fbd686614011992964f777
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  update release notes


  Commit: a6291c0a7258d143d64eb73e3489bdaed359862a
      https://github.com/buildbot/buildbot/commit/a6291c0a7258d143d64eb73e3489bdaed359862a
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/web/hooks/github.py
    M master/buildbot/status/web/hooks/gitlab.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py

  Log Message:
  -----------
  pep8 fixes


  Commit: f44bf2dd9431a6916e8acd4785ffa10bbab4d95d
      https://github.com/buildbot/buildbot/commit/f44bf2dd9431a6916e8acd4785ffa10bbab4d95d
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M master/buildbot/status/github.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/status/web/hooks/github.py
    M master/buildbot/status/web/hooks/gitlab.py
    M master/buildbot/test/fake/web.py
    M master/buildbot/test/unit/test_status_github.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/buildbot/test/unit/test_util.py
    M master/buildbot/util/__init__.py
    M master/contrib/github_buildbot.py
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1487 from sa2ajj/improve-github-support

Improve GitHub support


Compare: https://github.com/buildbot/buildbot/compare/6291f37c35a7...f44bf2dd9431


More information about the Commits mailing list