Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot
2019-08-12Adds highlight to collapsible lineFilipa Lacerda
In the job log adds a highlight when hovering the collapsible line
2019-08-07Makes title section collapsibleFilipa Lacerda
In the job log, if the user clicks the section title the job log section will be collapsed
2019-08-02Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert
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-06-24Revert "Merge branch..."Kamil Trzciński
This reverts merge request !29832
2019-06-19Merge branch 'master' into ↵Adam Hegyi
'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-19Adds missing classFilipa Lacerda
Will apply identation from CSS to collapsible sections
2019-06-19Fix copying a single line from FirefoxAdam Hegyi
This change ensures that all open <span> tags are closed before adding a <br> tag.
2019-06-17Remove unused lineFabio Pitino
2019-06-17Compact syntax for default class namesFabio Pitino
2019-06-14Fix integration specs for tracingFabio Pitino
2019-06-14Merge branch 'generate-spans-for-sections' of ↵Fabio Pitino
https://gitlab.com/gitlab-org/gitlab-ce into generate-spans-for-sections
2019-06-14Fixing specsFabio Pitino
2019-06-14Update class namesFilipa Lacerda
2019-06-12Adds margins to the section linesFilipa Lacerda
2019-06-12Moves JS into the vue componentFilipa Lacerda
2019-05-23Generate <span> with all sectionsKamil Trzciński
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
2019-01-29Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
2018-10-27Enable frozen string for lib/gitlab/cigfyoung
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-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-03fix issue #37843Danny
2017-10-05Add CI build trace sections extractorAlessio Caiazza
2017-10-03Hide CI section markers from job traceAlessio Caiazza
2017-09-12move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin