[Buildbot-commits] [buildbot/buildbot] 3a5631: logs: implement on the fly parsing of ansi code
    GitHub 
    noreply at github.com
       
    Sat Aug 10 20:10:14 UTC 2013
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 3a563189374737aa2ebf3f6467bf461bc3ec5443
      https://github.com/buildbot/buildbot/commit/3a563189374737aa2ebf3f6467bf461bc3ec5443
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-07-15 (Mon, 15 Jul 2013)
  Changed paths:
    M master/buildbot/status/web/files/default.css
    M master/buildbot/status/web/logs.py
  Log Message:
  -----------
  logs: implement on the fly parsing of ansi code
grunt and js tools have the habit of using ansi
code a lot, which are ugly inside python log window.
http://en.wikipedia.org/wiki/ANSI_escape_code
This is a simple enough implementation of ansicode parser
which integrates well into buildbot's way of displaying logs
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
  Commit: c94cd9abb0a166d71cc73953ccec589b67bc2e81
      https://github.com/buildbot/buildbot/commit/c94cd9abb0a166d71cc73953ccec589b67bc2e81
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-10 (Sat, 10 Aug 2013)
  Changed paths:
    M master/buildbot/status/web/files/default.css
    M master/buildbot/status/web/logs.py
    M master/docs/relnotes/index.rst
  Log Message:
  -----------
  Merge branch 'ansicodes' of git://github.com/tardyp/buildbot
Compare: https://github.com/buildbot/buildbot/compare/7d6df157dd28...c94cd9abb0a1
    
    
More information about the Commits
mailing list