GitLab Bot
56d25cfd3d
Add latest changes from gitlab-org/gitlab@master
2024-10-08 15:20:53 +00:00
GitLab Bot
11d14ce918
Add latest changes from gitlab-org/gitlab@master
2024-09-21 03:10:24 +00:00
GitLab Bot
7910cc7014
Add latest changes from gitlab-org/gitlab@master
2024-06-26 15:22:55 +00:00
GitLab Bot
4cb3bd9c1a
Add latest changes from gitlab-org/gitlab@master
2024-06-05 00:13:54 +00:00
GitLab Bot
15dbf53ff6
Add latest changes from gitlab-org/gitlab@master
2024-06-04 12:22:46 +00:00
GitLab Bot
bf53a3fd78
Add latest changes from gitlab-org/gitlab@master
2023-09-19 03:09:45 +00:00
GitLab Bot
37439afe69
Add latest changes from gitlab-org/gitlab@master
2022-12-15 12:08:09 +00:00
GitLab Bot
ed50918678
Add latest changes from gitlab-org/gitlab@master
2022-11-02 12:11:04 +00:00
GitLab Bot
c48bbe6650
Add latest changes from gitlab-org/gitlab@master
2022-08-18 15:12:17 +00:00
GitLab Bot
ae6b82598f
Add latest changes from gitlab-org/gitlab@master
2022-04-08 09:08:18 +00:00
GitLab Bot
4a6e6c740b
Add latest changes from gitlab-org/gitlab@master
2021-07-23 18:10:06 +00:00
GitLab Bot
aad3ac9e5e
Add latest changes from gitlab-org/gitlab@master
2021-04-26 15:10:20 +00:00
GitLab Bot
40024efc70
Add latest changes from gitlab-org/gitlab@master
2020-09-03 12:08:47 +00:00
GitLab Bot
3795b229ab
Add latest changes from gitlab-org/gitlab@master
2020-05-01 00:09:59 +00:00
GitLab Bot
e4ea43b2b8
Add latest changes from gitlab-org/gitlab@master
2020-01-27 21:08:47 +00:00
GitLab Bot
dc0622dbe3
Add latest changes from gitlab-org/gitlab@master
2019-10-24 09:06:18 +00:00
GitLab Bot
238d22c072
Add latest changes from gitlab-org/gitlab@master
2019-10-17 15:06:17 +00:00
Filipa Lacerda
3e2f2b8071
Adds highlight to collapsible line
...
In the job log adds a highlight when hovering
the collapsible line
2019-08-12 17:24:42 +01:00
Filipa Lacerda
85e0eb472d
Makes title section collapsible
...
In the job log, if the user clicks the section title
the job log section will be collapsed
2019-08-07 16:42:17 +01:00
Lukas '+ alert('Eipi') + ' Eipert
fc9f099884
Prevent empty classes in ansi2html conversion
...
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!
2019-08-02 14:38:50 +00:00
Kamil Trzciński
e11feff929
Revert "Merge branch..."
...
This reverts merge request !29832
2019-06-24 17:29:54 +00:00
Adam Hegyi
e76f12f7e7
Merge branch 'master' into '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-also'
...
# Conflicts:
# spec/lib/gitlab/ci/ansi2html_spec.rb
2019-06-19 13:39:52 +00:00
Filipa Lacerda
d3a1468b62
Adds missing class
...
Will apply identation from
CSS to collapsible sections
2019-06-19 11:58:11 +01:00
Adam Hegyi
86c08225eb
Fix copying a single line from Firefox
...
This change ensures that all open <span> tags are closed before adding a
<br> tag.
2019-06-19 09:16:53 +02:00
Fabio Pitino
d75a4ddab2
Remove unused line
2019-06-17 17:09:29 +01:00
Fabio Pitino
cd6fc8b81f
Compact syntax for default class names
2019-06-17 15:21:27 +01:00
Fabio Pitino
6ab9a9df6f
Fix integration specs for tracing
2019-06-14 16:48:33 +01:00
Fabio Pitino
e2daebdc47
Merge branch 'generate-spans-for-sections' of https://gitlab.com/gitlab-org/gitlab-ce into generate-spans-for-sections
2019-06-14 15:44:48 +01:00
Fabio Pitino
ad96cc0ed7
Fixing specs
2019-06-14 15:43:43 +01:00
Filipa Lacerda
af55b42950
Update class names
2019-06-14 10:03:53 +01:00
Filipa Lacerda
9f832e59ab
Adds margins to the section lines
2019-06-12 16:31:22 +01:00
Filipa Lacerda
4e249e542c
Moves JS into the vue component
2019-06-12 13:03:07 +01:00
Kamil Trzciński
093b2f42c4
Generate <span> with all sections
2019-05-23 14:22:00 +02:00
Andrew Newdigate
3288e1a874
Adds the Rubocop ReturnNil cop
...
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
2019-03-06 17:51:56 +02:00
Andrew Newdigate
ff0b2cc61f
Re-enable MethodCallWithoutArgsParentheses Cop
...
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
2019-01-29 21:05:30 +02:00
gfyoung
06892e88f5
Enable frozen string for lib/gitlab/ci
...
Enables frozen string for the following:
* lib/gitlab/ci/*.rb
* lib/gitlab/ci/build/**/*.rb
* lib/gitlab/ci/config/**/*.rb
* lib/gitlab/ci/pipeline/**/*.rb
* lib/gitlab/ci/reports/**/*.rb
Partially addresses #47424 .
2018-10-26 16:36:42 -07:00
Lin Jen-Shin
3bfe306624
Resolve Naming/UncommunicativeMethod
2018-07-09 21:13:08 +08:00
🙈 jacopo beschi 🙉
729f05f0e3
Adds Rubocop rule for line break around conditionals
2018-01-11 16:34:01 +00:00
Danny
57a490ec19
fix issue #37843
2018-01-03 20:57:41 +00:00
Alessio Caiazza
91f8e734fe
Add CI build trace sections extractor
2017-10-05 15:42:25 +02:00
Alessio Caiazza
5709408585
Hide CI section markers from job trace
2017-10-03 11:35:23 +02:00
Maxim Rydkin
060fc3905d
move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`
2017-09-12 22:32:01 +03:00