summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/ansi2html_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-241-3/+3
|
* Adds highlight to collapsible lineFilipa Lacerda2019-08-121-1/+1
| | | | | In the job log adds a highlight when hovering the collapsible line
* Makes title section collapsible63181-collapsible-lineFilipa Lacerda2019-08-071-3/+3
| | | | | In the job log, if the user clicks the section title the job log section will be collapsed
* Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-021-22/+21
| | | | | | | Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Revert "Merge branch..."Kamil Trzciński2019-06-241-4/+4
| | | | This reverts merge request !29832
* Merge branch 'master' into ↵63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-alsoAdam Hegyi2019-06-191-2/+2
|\ | | | | | | | | | | '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-also' # Conflicts: # spec/lib/gitlab/ci/ansi2html_spec.rb
| * Adds missing class63417-add-missing-classFilipa Lacerda2019-06-191-2/+2
| | | | | | | | | | Will apply identation from CSS to collapsible sections
* | Fix copying a single line from FirefoxAdam Hegyi2019-06-191-4/+4
|/ | | | | This change ensures that all open <span> tags are closed before adding a <br> tag.
* Compact syntax for default class namesFabio Pitino2019-06-171-1/+1
|
* Replace _ with - in section class namesFabio Pitino2019-06-141-3/+3
|
* Fixing specsFabio Pitino2019-06-141-27/+35
|
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
|
* Merge branch 'ac/41346-xss-ci-job-output' into 'security-10-3'Robert Speicher2018-01-161-4/+51
| | | | | | | | | | [10.3] Fix XSS vulnerability in Pipeline job trace See merge request gitlab/gitlabhq!2258 (cherry picked from commit 44caa80ed9a2514a74a5eeab10ff51849d64851b) 5f86f3ff Fix XSS vulnerability in Pipeline job trace
* fix issue #37843Danny2018-01-031-0/+4
|
* Hide CI section markers from job traceAlessio Caiazza2017-10-031-0/+26
|
* move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin2017-09-121-0/+220