| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|