Use sensiolabs/ansi-to-html to parse the build logs.

Added an AnsiConverter helper.

Use the AnsiConverter in the email and page templates that display the build log.

Use a dedicated stylesheet for the ANSI converter.

It can be customized.
It can be inlined in the notifications.

Do not use ProphecyTestCase when not needed.
This commit is contained in:
Adirelle 2015-02-26 15:57:45 +01:00 committed by Tobias van Beek
commit df5e378b8a
9 changed files with 162 additions and 9 deletions

View file

@ -40,7 +40,8 @@
"psr/log": "~1.0",
"monolog/monolog": "~1.6",
"pimple/pimple": "~1.1",
"robmorgan/phinx": "~0.4"
"robmorgan/phinx": "~0.4",
"sensiolabs/ansi-to-html": "~1.1"
},
"require-dev": {