Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb` | Maxim Rydkin | 2017-09-12 | 1 | -331/+0 |
| | |||||
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 1 | -1/+1 |
| | | | | | An upcoming update to rubocop-gitlab-security added additional violations. | ||||
* | Re-enable SqlInjection and CommandInjection | Brian Neel | 2017-08-08 | 1 | -2/+2 |
| | |||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Just enforce the output encoding for Ansi2html | Lin Jen-Shin | 2017-04-18 | 1 | -1/+1 |
| | | | | Fixes https://sentry.gitlap.com/gitlab/gitlabcom/issues/27545/ | ||||
* | Optimise trace handling code to use streaming instead of full read | Kamil Trzciński | 2017-04-06 | 1 | -21/+41 |
| | |||||
* | Enable Style/EmptyLineBetweenDefs | Douwe Maan | 2017-02-23 | 1 | -0/+44 |
| | |||||
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -3/+3 |
| | |||||
* | No more and/or | Douwe Maan | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Replace carriage return combos with line breaks tags | Jared Deckard | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | Replace \n to <br> | Kamil Trzcinski | 2016-05-23 | 1 | -1/+3 |
| | |||||
* | Enable Style/SpaceAroundKeyword cop and fix offenses | Robert Speicher | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | Encode state as base64 string | Kamil Trzcinski | 2016-05-09 | 1 | -4/+9 |
| | |||||
* | Send trace to a browser incrementally when build is running | Kamil Trzcinski | 2016-05-09 | 1 | -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 CE | Douwe Maan | 2015-08-25 | 1 | -0/+224 |