[Buildbot-commits] [buildbot/buildbot] c451dd: ansi codes: add support for multiple sgr classes
    GitHub 
    noreply at github.com
       
    Mon Sep  2 17:30:24 UTC 2013
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: c451dd5c7cd377e774c4bf5c5d16d53986a9ccbf
      https://github.com/buildbot/buildbot/commit/c451dd5c7cd377e774c4bf5c5d16d53986a9ccbf
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-08-27 (Tue, 27 Aug 2013)
  Changed paths:
    M master/buildbot/status/web/logs.py
    A master/buildbot/test/unit/test_util_ansi_codes.py
    A master/buildbot/util/ansicodes.py
  Log Message:
  -----------
  ansi codes: add support for multiple sgr classes
Add some unit tests and factorize for potencial reuse
nine plan is to reuse the regex and overall idea, but probably
rewrite this client side.
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
  Commit: 8589634d800878005b8f3e76c20ebea22af78977
      https://github.com/buildbot/buildbot/commit/8589634d800878005b8f3e76c20ebea22af78977
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)
  Changed paths:
    M master/buildbot/test/unit/test_util_ansi_codes.py
    M master/buildbot/util/ansicodes.py
  Log Message:
  -----------
  ansi-codes: slight regex change
\033];3m is considered invalid
so we fix the regex and add a test for it
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
  Commit: 41ad7131230a75751315544cb0ba086678d9eb07
      https://github.com/buildbot/buildbot/commit/41ad7131230a75751315544cb0ba086678d9eb07
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)
  Changed paths:
    M master/buildbot/status/web/logs.py
    A master/buildbot/test/unit/test_util_ansi_codes.py
    A master/buildbot/util/ansicodes.py
  Log Message:
  -----------
  Merge branch 'ansi' of git://github.com/tardyp/buildbot
  Commit: 2ffeba0ceeeaf8c3fdf779ce6226d78b0b179792
      https://github.com/buildbot/buildbot/commit/2ffeba0ceeeaf8c3fdf779ce6226d78b0b179792
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-02 (Mon, 02 Sep 2013)
  Changed paths:
    M master/docs/relnotes/index.rst
  Log Message:
  -----------
  add relnotes
Compare: https://github.com/buildbot/buildbot/compare/cc9ab1da1b2e...2ffeba0ceeea
    
    
More information about the Commits
mailing list