summaryrefslogtreecommitdiff
path: root/doc/ci/caching
Commit message (Collapse)AuthorAgeFilesLines
* typomtmail2019-07-171-1/+1
|
* SSoT audit fixesEvan Read2019-06-071-5/+19
| | | | | Implements part of the single source of truth audit fixes for the CI section.
* Remove stray full stop from the middle of the sentenceAndy Allan2019-05-171-1/+1
|
* Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ceStan Hu2019-05-081-1/+1
| | | | | | | 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
* Docs: Fix all anchors related to YAMLMarcel Amirault2019-02-221-3/+3
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Documentation now matches UI copyEvan Read2019-01-301-6/+6
|
* Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-011-1/+0
| | | | | | bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Update doc/ci/caching/index.md fileFatih Sarhan2018-12-311-1/+1
|
* Patch 35Marceli Wac2018-12-111-7/+9
|
* Use the standard PIP_CACHE_DIR for Python dependency caching templateTakuya Noguchi2018-10-091-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Resolve "Un-vendor CI templates"Dylan Griffith2018-09-261-6/+6
|
* Make topic adhere to style guide.Evan Read2018-09-071-34/+35
|
* Make cache vs artifacts section more visible, and minor enhancements to text.Evan Read2018-09-041-57/+58
|
* Fix typo in LOTR reference in caching documentationPhilipp Gildein2018-08-291-1/+1
| | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add information that artifacts can only exist relative to the build directoryKarl-Philipp Richter2018-08-291-1/+9
| | | | | | | | | | | | | 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>
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-271-0/+0
| | | | | | | | | | 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
* Add image for clearing the cache docsAchilleas Pipinellis2018-03-222-8/+10
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
* Gather info on CI/CD cachingAchilleas Pipinellis2018-03-211-0/+516
- New cache page - Move manual cache clearing to the new page - Add all directives of cache in the yaml reference