[Buildbot-commits] [buildbot/buildbot] 28bbb6: fixes for reverse proxies

GitHub noreply at github.com
Sun Mar 1 03:29:22 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 28bbb6920aaa32deb0dd4e346e93ff2b4d9a4a33
      https://github.com/buildbot/buildbot/commit/28bbb6920aaa32deb0dd4e346e93ff2b4d9a4a33
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-02-27 (Fri, 27 Feb 2015)

  Changed paths:
    M master/buildbot/test/unit/test_www_rest.py
    M master/buildbot/www/rest.py
    M www/base/src/styles/styles.less

  Log Message:
  -----------
  fixes for reverse proxies

When buildbot sits behind reverse proxies:

- fonts where fetched using /fonts instead of /proxypath/fonts
- selforigin was miscaculated. /proxypath/ should be dropped from buildbotURL=http://server/proxypath -> origin is http://server

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 6e1521ae114a9d13ca0dea1e9ed53de68399d9cc
      https://github.com/buildbot/buildbot/commit/6e1521ae114a9d13ca0dea1e9ed53de68399d9cc
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-02-27 (Fri, 27 Feb 2015)

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

  Log Message:
  -----------
  use raw strings instead of loads of backslashes

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 6ab32d4cb7db632dabe2cea8c21a2e9f73f7c6bd
      https://github.com/buildbot/buildbot/commit/6ab32d4cb7db632dabe2cea8c21a2e9f73f7c6bd
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Changed paths:
    M master/buildbot/test/unit/test_www_rest.py
    M master/buildbot/www/rest.py
    M www/base/src/styles/styles.less

  Log Message:
  -----------
  Merge tardyp/buildbot:reverseproxies (PR #1564)


Compare: https://github.com/buildbot/buildbot/compare/5002c31feba4...6ab32d4cb7db


More information about the Commits mailing list