Commit graph

22 commits

Author SHA1 Message Date
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