summaryrefslogtreecommitdiff
path: root/lib/ci/ansi2html.rb
Commit message (Collapse)AuthorAgeFilesLines
* move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin2017-09-121-331/+0
|
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
| | | | | An upcoming update to rubocop-gitlab-security added additional violations.
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-2/+2
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-1/+1
| | | | Fixes https://sentry.gitlap.com/gitlab/gitlabcom/issues/27545/
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-21/+41
|
* Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-0/+44
|
* Enable Style/MutableConstantDouwe Maan2017-02-231-3/+3
|
* No more and/orDouwe Maan2017-02-211-1/+1
|
* Replace carriage return combos with line breaks tagsJared Deckard2016-12-281-1/+1
|
* Replace \n to <br>Kamil Trzcinski2016-05-231-1/+3
|
* Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-1/+1
|
* Encode state as base64 stringKamil Trzcinski2016-05-091-4/+9
|
* Send trace to a browser incrementally when build is runningKamil Trzcinski2016-05-091-21/+57
| | | | | We send a state of ansi2html to client, client needs to send this state back. The state describes the configuration of generator and position within trace.
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+224