| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Implements part of the single source of truth audit
fixes for the CI section.
|
| |
|
|
|
|
|
|
|
| |
Ruby 2.6 offers better performance and memory usage:
https://www.rubyguides.com/2018/11/ruby-2-6-new-features/
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
|
| |
|
|
|
|
|
| |
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
|
| |
|
|
|
|
|
|
| |
bundler gem has been included in the Docker official Ruby image since 2.1.
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As explained in https://gitlab.com/gitlab-org/gitlab-ce/issues/15530.
A note that the declaration of an absolute directory triggers a
misleading error message and that following job(s) can't find the file
is important to avoid large scale time waisting until the issue is
fixed.
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6838.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
|
|
| |
The pngquant tool was used https://pngquant.org, and particularly, the
following command:
/usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png
Before: 47584K
After : 34924K
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
|
|
- New cache page
- Move manual cache clearing to the new page
- Add all directives of cache in the yaml reference
|