Commit Graph

21 Commits

Author SHA1 Message Date
Jace Bennest 0b32c3a21c [#2838] add cache override explanation 2019-08-27 06:10:44 +00:00
Marcel Amirault f751748d38 Fix markdown spacing in various docs
Align images and lists in assorted markdown docs
2019-08-12 09:53:30 +00:00
mtmail 7b18f3a022 typo 2019-07-17 16:57:56 +00:00
Evan Read a1816ff0e6 SSoT audit fixes
Implements part of the single source of truth audit
fixes for the CI section.
2019-06-07 08:00:41 +00:00
Andy Allan 89ef857dbe Remove stray full stop from the middle of the sentence 2019-05-17 09:55:16 +00:00
Stan Hu a50951d73a Upgrade Ruby version to 2.6.3
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
2019-05-08 06:21:14 -07:00
Marcel Amirault 4672501864 Docs: Fix all anchors related to YAML 2019-02-22 00:25:06 +00:00
Evan Read 47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00
Evan Read cdd5a4880c Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
Takuya Noguchi 1b87f8d763 Remove gem install bundler from Docker-based Ruby environments
bundler gem has been included in the Docker official Ruby image since 2.1.

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-01 19:27:19 +09:00
Fatih Sarhan 10879664cc Update doc/ci/caching/index.md file 2018-12-31 21:58:07 +00:00
Marceli Wac 77688b2736 Patch 35 2018-12-11 14:41:08 +00:00
Takuya Noguchi af013d34d9 Use the standard PIP_CACHE_DIR for Python dependency caching template
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-09 14:54:51 +09:00
Dylan Griffith f5f5d6ea1f Resolve "Un-vendor CI templates" 2018-09-26 15:39:27 +00:00
Evan Read d2e71d910e Make topic adhere to style guide. 2018-09-07 13:23:24 +10:00
Evan Read be4994140f Make cache vs artifacts section more visible, and minor enhancements to text. 2018-09-04 13:14:25 +10:00
Philipp Gildein f75aaea8eb
Fix typo in LOTR reference in caching documentation
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29 17:35:37 +02:00
Karl-Philipp Richter 8788fb9257
Add information that artifacts can only exist relative to the build directory
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>
2018-08-29 17:35:35 +02:00
Achilleas Pipinellis 8dbcd11075
Compress all PNG images under doc/
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
2018-08-27 15:52:03 +02:00
Achilleas Pipinellis fade3e2451
Add image for clearing the cache docs
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
2018-03-22 13:19:48 +01:00
Achilleas Pipinellis d24ee39ebb
Gather info on CI/CD caching
- New cache page
- Move manual cache clearing to the new page
- Add all directives of cache in the yaml reference
2018-03-21 18:25:32 +01:00