<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/caching, branch top_level_clusters_controller</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Use the standard PIP_CACHE_DIR for Python dependency caching template</title>
<updated>2018-10-09T05:54:51+00:00</updated>
<author>
<name>Takuya Noguchi</name>
<email>takninnovationresearch@gmail.com</email>
</author>
<published>2018-10-09T05:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af013d34d98733554050a32282d82df0d340af62'/>
<id>af013d34d98733554050a32282d82df0d340af62</id>
<content type='text'>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Un-vendor CI templates"</title>
<updated>2018-09-26T15:39:27+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2018-09-26T15:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5f5d6ea1f816f2d695eca74b3923457dcccbdff'/>
<id>f5f5d6ea1f816f2d695eca74b3923457dcccbdff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make topic adhere to style guide.</title>
<updated>2018-09-07T03:23:24+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2018-09-07T03:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d2e71d910e0ffed8efbe0ee839cc6b4c5c193471'/>
<id>d2e71d910e0ffed8efbe0ee839cc6b4c5c193471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cache vs artifacts section more visible, and minor enhancements to text.</title>
<updated>2018-09-04T03:14:25+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2018-09-04T03:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be4994140f8b78bb2be85c68a205a9b59ddd600a'/>
<id>be4994140f8b78bb2be85c68a205a9b59ddd600a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in LOTR reference in caching documentation</title>
<updated>2018-08-29T15:35:37+00:00</updated>
<author>
<name>Philipp Gildein</name>
<email>philipp@gildein.com</email>
</author>
<published>2018-06-29T09:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f75aaea8ebd50416659a09d43177eed6cb47cc0b'/>
<id>f75aaea8ebd50416659a09d43177eed6cb47cc0b</id>
<content type='text'>
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add information that artifacts can only exist relative to the build directory</title>
<updated>2018-08-29T15:35:35+00:00</updated>
<author>
<name>Karl-Philipp Richter</name>
<email>krichter@posteo.de</email>
</author>
<published>2018-08-08T10:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8788fb925706cad594adf6917a6c5f6587dd1521'/>
<id>8788fb925706cad594adf6917a6c5f6587dd1521</id>
<content type='text'>
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 &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Compress all PNG images under doc/</title>
<updated>2018-08-27T13:52:03+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-08-21T11:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8dbcd11075e5a1bab6041f6c140bf0d8d27e4f26'/>
<id>8dbcd11075e5a1bab6041f6c140bf0d8d27e4f26</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add image for clearing the cache docs</title>
<updated>2018-03-22T12:19:48+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-03-22T12:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fade3e24514a0e3d86a65f71c0f2d282c6b3f328'/>
<id>fade3e24514a0e3d86a65f71c0f2d282c6b3f328</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
</pre>
</div>
</content>
</entry>
<entry>
<title>Gather info on CI/CD caching</title>
<updated>2018-03-21T17:25:32+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-06-15T09:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d24ee39ebbe23bbf1269735ddc3aea8693343150'/>
<id>d24ee39ebbe23bbf1269735ddc3aea8693343150</id>
<content type='text'>
- New cache page
- Move manual cache clearing to the new page
- Add all directives of cache in the yaml reference
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- New cache page
- Move manual cache clearing to the new page
- Add all directives of cache in the yaml reference
</pre>
</div>
</content>
</entry>
</feed>
