- Feb 20, 2020
-
-
GitLab Bot authored
-
- Nov 11, 2019
-
-
GitLab Bot authored
-
- Oct 17, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Aug 02, 2019
-
-
Lukas Eipert authored
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!
-
- Jun 24, 2019
-
-
Kamil Trzcińśki authored
This reverts merge request !29832
-
- Jun 19, 2019
-
-
Adam Hegyi authored
This change ensures that all open <span> tags are closed before adding a <br> tag.
-
- Jun 17, 2019
-
-
Fabio Pitino authored
-
- Mar 15, 2019
-
-
Kamil Trzcińśki authored
This makes ref validation to use always `UntrustedRegexp`. This also splits the existing RubySyntax into separate class.
-
- Nov 27, 2018
-
-
Kamil Trzcińśki authored
-
- Apr 26, 2018
-
-
Shinya Maeda authored
-
- Apr 06, 2018
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Apr 05, 2018
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Aug 15, 2017
-
-
Robert Speicher authored
-
- Jul 24, 2017
-
-
Nick Thomas authored
-
- Jul 22, 2017
-
-
Nick Thomas authored
-
- Jul 21, 2017
-
-
Nick Thomas authored
RE2 differs from Ruby in handling multiple-line strings. The string "foo\n" will not match the regular expression "foo$" unless multi-line mode is enabled (and it's off by default). Since we're already scanning the build trace line by line (and so multi-line coverage regular expressions won't work), we can fix this by removing the line separator before scanning the string.
-
- Jul 20, 2017
-
-
Douwe Maan authored
24570 use re2 for user supplied regexp 9 3 See merge request !2129
-
- May 24, 2017
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Apr 18, 2017
-
- Apr 17, 2017
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Apr 13, 2017
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
of breaking ANSI sequence or Unicode
-
- Apr 12, 2017
-
-
Z.J. van de Weg authored
Given a valid pipeline job, and a regex which wouldn't match to a jobs trace, the stream of the trace would return the File object. This was not the case when it matched a value, as that would have been return from the block. Now the `extract_coverage` method returns `nil` if no match was found.
-
- Apr 06, 2017
-
-
Kamil Trzcińśki authored
-