Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: b02e1d479d61c1d5e7c9c8c23d55cadddfde13bb
      
https://github.com/buildbot/buildbot/commit/b02e1d479d61c1d5e7c9c8c23d55cadddfde13bb
  Author: Anton Lofgren <[email protected]>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

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

  Log Message:
  -----------
  status: URL-quote builder names

Builders with special characters in them, such as '/', would break the
JSON API example links. This patch corrects that by correctly URL
encoding them.

Signed-off-by: Anton Lofgren <[email protected]>


  Commit: 92c82bd23952313b3147ce2de7d51c96aa51fc58
      
https://github.com/buildbot/buildbot/commit/92c82bd23952313b3147ce2de7d51c96aa51fc58
  Author: Anton Lofgren <[email protected]>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M master/buildbot/status/web/status_json.py
    M master/buildbot/status/web/templates/jsonhelp.html

  Log Message:
  -----------
  status: URL-quote child help resource links

On the JSON API help page, URL-quote child names to prevent broken
links to child pages where the child nodes contains special characters.

Note that this cannot be done with Jinja2's urlencode filter, since that
doesn't escape slashes, which is a perfectly valid character in (for
example) builder names.

Signed-off-by: Anton Lofgren <[email protected]>


  Commit: ff5639e14337ae14caf11875b7b593c486b265fe
      
https://github.com/buildbot/buildbot/commit/ff5639e14337ae14caf11875b7b593c486b265fe
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
    M master/buildbot/status/web/status_json.py
    M master/buildbot/status/web/templates/jsonhelp.html

  Log Message:
  -----------
  Merge pull request #1644 from catharsis/dev/api-help-urlencoding

Dev/api help urlencoding


Compare: 
https://github.com/buildbot/buildbot/compare/2d6832e175e7...ff5639e14337
------------------------------------------------------------------------------
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to