<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/yaml, branch docs/create_issue_quick_actions</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>Add 3rd party parallel tools section to docs</title>
<updated>2019-07-17T00:31:22+00:00</updated>
<author>
<name>Artur Trzop</name>
<email>arturtrzop@gmail.com</email>
</author>
<published>2019-07-17T00:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7648b04ca1d7ae231a5e80cd6b0fa295d023a9b'/>
<id>e7648b04ca1d7ae231a5e80cd6b0fa295d023a9b</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 'add-default-docs' into 'master'</title>
<updated>2019-07-16T06:24:32+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-16T06:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2cefaaa24fc362f9f4e71f0e4c77a3e50685f5dc'/>
<id>2cefaaa24fc362f9f4e71f0e4c77a3e50685f5dc</id>
<content type='text'>
Add usage of `default:`

Closes #63351

See merge request gitlab-org/gitlab-ce!30677</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add usage of `default:`

Closes #63351

See merge request gitlab-org/gitlab-ce!30677</pre>
</div>
</content>
</entry>
<entry>
<title>Add usage of `default:`</title>
<updated>2019-07-15T19:30:05+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-07-12T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=feae50ffdf35fb1362055af9d9f3d457693ca6ba'/>
<id>feae50ffdf35fb1362055af9d9f3d457693ca6ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify what version of multiple extends in docs</title>
<updated>2019-07-15T06:52:10+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-07-12T11:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=35ec3e5797bfcecfdb47147c9e03dae3181e2ee1'/>
<id>35ec3e5797bfcecfdb47147c9e03dae3181e2ee1</id>
<content type='text'>
The first MVC of `extends` did not support a job having multiple
extends, this was added in GitLab 12.0.

closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12733
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first MVC of `extends` did not support a job having multiple
extends, this was added in GitLab 12.0.

closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12733
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --push-option example in doc/ci/yaml/README.md</title>
<updated>2019-07-10T15:50:51+00:00</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2019-07-09T14:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d14d9b6694086f11edac20f8c37e5cebd70821ac'/>
<id>d14d9b6694086f11edac20f8c37e5cebd70821ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing badges to use parentheses not brackets</title>
<updated>2019-07-08T08:50:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2'/>
<id>73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2</id>
<content type='text'>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</pre>
</div>
</content>
</entry>
<entry>
<title>Description of the optimized path wildcard</title>
<updated>2019-07-08T05:50:31+00:00</updated>
<author>
<name>Black-Hole</name>
<email>158blackhole@gmail.com</email>
</author>
<published>2019-07-08T05:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8fe119f4ec422c03fbf03acca0912cebcf5cc9b5'/>
<id>8fe119f4ec422c03fbf03acca0912cebcf5cc9b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs environment:action:stop GIT_STRATEGY</title>
<updated>2019-07-03T23:01:52+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-07-03T05:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7ebf1b531ee75658f1ccb37019304b2edb051c5'/>
<id>b7ebf1b531ee75658f1ccb37019304b2edb051c5</id>
<content type='text'>
Notes that `GIT_STRATEGY` should be set to `none` so that the
job doesn't fail when triggered automatically when the branch
is deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notes that `GIT_STRATEGY` should be set to `none` so that the
job doesn't fail when triggered automatically when the branch
is deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note about nested variables for GIT_CLONE_PATH</title>
<updated>2019-06-18T03:45:21+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-06-18T03:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5097cf4f78c2359c7eccd9b6e2d0adab12a3ace5'/>
<id>5097cf4f78c2359c7eccd9b6e2d0adab12a3ace5</id>
<content type='text'>
The variable $GIT_CLONE_PATH does not support nested variables, it will
only expand the variables once, not more.

reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable $GIT_CLONE_PATH does not support nested variables, it will
only expand the variables once, not more.

reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4319
</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>
</feed>
