<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci, branch docs/https-many-docs-links</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>Https many links in docs</title>
<updated>2019-06-17T23:01:30+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-17T23:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ea0d6aa55370b83faeaf539b9ae7886763d9fd8'/>
<id>0ea0d6aa55370b83faeaf539b9ae7886763d9fd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Edit after script context text</title>
<updated>2019-06-16T21:21:06+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-16T21:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5cc5f6e96c5c5a45a534ff605709a6a012d9cfe'/>
<id>a5cc5f6e96c5c5a45a534ff605709a6a012d9cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add quotes to redirect value</title>
<updated>2019-06-13T07:31:34+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-13T07:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4eea6dbe5f7bc93a5c7f15a4151654f47ef614eb'/>
<id>4eea6dbe5f7bc93a5c7f15a4151654f47ef614eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-its-relative-7' into 'master'</title>
<updated>2019-06-13T02:30:04+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-13T02:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b5babd532ade644e075e07da691f2616c8b69a6'/>
<id>1b5babd532ade644e075e07da691f2616c8b69a6</id>
<content type='text'>
Docs: Convert absolute links to relative in /ci docs

See merge request gitlab-org/gitlab-ce!29029</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs: Convert absolute links to relative in /ci docs

See merge request gitlab-org/gitlab-ce!29029</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/make-it-clear-about-after-script-context' into 'master'</title>
<updated>2019-06-13T01:51:35+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-13T01:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fbac13c95f33b675d5b80765f2afaf790a47ff9'/>
<id>3fbac13c95f33b675d5b80765f2afaf790a47ff9</id>
<content type='text'>
Leave clear notices in docs about after_script execution context

Closes gitlab-runner#4146

See merge request gitlab-org/gitlab-ce!29510</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leave clear notices in docs about after_script execution context

Closes gitlab-runner#4146

See merge request gitlab-org/gitlab-ce!29510</pre>
</div>
</content>
</entry>
<entry>
<title>Add links to CI/CD videos</title>
<updated>2019-06-12T15:26:47+00:00</updated>
<author>
<name>Russell Dickenson</name>
<email>rdickenson@gitlab.com</email>
</author>
<published>2019-06-12T15:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=212c08286bc6c5527b7637c7929ae79e57502ac7'/>
<id>212c08286bc6c5527b7637c7929ae79e57502ac7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Leave clear notices about after_script execution context</title>
<updated>2019-06-12T06:44:17+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2019-06-11T21:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4b5f930ff7252468c69cf4decbbb05d44ba3b71'/>
<id>f4b5f930ff7252468c69cf4decbbb05d44ba3b71</id>
<content type='text'>
We frequently see new issues mentioning that something defined
in `before_script` or `script` doesn't work with `after_script`.

Our documentation mentions that first two are concatenated and
executed together, why the third one is executed in a separated
shell context. But it looks like it's not clear enough.

Since this misunderstanding of how scripts are being executed
is repeated frequently, let's make it more clear in docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We frequently see new issues mentioning that something defined
in `before_script` or `script` doesn't work with `after_script`.

Our documentation mentions that first two are concatenated and
executed together, why the third one is executed in a separated
shell context. But it looks like it's not clear enough.

Since this misunderstanding of how scripts are being executed
is repeated frequently, let's make it more clear in docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs for Gitlab Runner docker use of private registries</title>
<updated>2019-06-12T03:41:01+00:00</updated>
<author>
<name>Andrei Burd</name>
<email>burdandrei@gmail.com</email>
</author>
<published>2019-06-12T03:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=799b9877754cd05eb3cbb8f952a70b20c00422ae'/>
<id>799b9877754cd05eb3cbb8f952a70b20c00422ae</id>
<content type='text'>
Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
</pre>
</div>
</content>
</entry>
<entry>
<title>Metrics reports documentation is incomplete</title>
<updated>2019-06-12T02:56:22+00:00</updated>
<author>
<name>Matija Čupić</name>
<email>matteeyah@gmail.com</email>
</author>
<published>2019-06-12T02:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=abad9c5eeb7be1b20033e435c35b177315baad19'/>
<id>abad9c5eeb7be1b20033e435c35b177315baad19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed markdown link in Docker compose note</title>
<updated>2019-06-11T18:40:54+00:00</updated>
<author>
<name>Danial Khoshkhou</name>
<email>danial.khoshkhou@gmail.com</email>
</author>
<published>2019-06-11T18:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5a84b279cd2d587b189d7b5ec59af3513662df6'/>
<id>e5a84b279cd2d587b189d7b5ec59af3513662df6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
