<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci, branch docs/api-single-codebase</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>Fix markdown to reduce number of kramdown warnings</title>
<updated>2019-07-03T07:12:04+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-03T07:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1464b1e0004c17ea56808514577233e95bd7fdd2'/>
<id>1464b1e0004c17ea56808514577233e95bd7fdd2</id>
<content type='text'>
Add backticks around square brackets, or fix links, as necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add backticks around square brackets, or fix links, as necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand docs on configuring jobs with private registry access</title>
<updated>2019-07-01T21:54:58+00:00</updated>
<author>
<name>Ross Vandegrift</name>
<email>ross@kallisti.us</email>
</author>
<published>2019-07-01T21:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40618fe3f9eb669b138ebe9866f6c930ad518d6f'/>
<id>40618fe3f9eb669b138ebe9866f6c930ad518d6f</id>
<content type='text'>
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify requirements for pipelines for MRs</title>
<updated>2019-07-01T07:52:53+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-01T07:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8621a5652699a3828629cd461dc80931c80712ae'/>
<id>8621a5652699a3828629cd461dc80931c80712ae</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 '61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docs' into 'master'</title>
<updated>2019-06-26T11:28:17+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>marcia@gitlab.com</email>
</author>
<published>2019-06-26T11:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d525c7b0275d2f8392f3646741654b29ff3cbb8a'/>
<id>d525c7b0275d2f8392f3646741654b29ff3cbb8a</id>
<content type='text'>
Add missing tier badge for the pipelines quota

Closes #61687

See merge request gitlab-org/gitlab-ce!30046</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing tier badge for the pipelines quota

Closes #61687

See merge request gitlab-org/gitlab-ce!30046</pre>
</div>
</content>
</entry>
<entry>
<title>Add tier badge for additional pipelines quota purchase</title>
<updated>2019-06-26T05:51:34+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-06-25T16:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fbcfdc69c70a6bd56a221c3a8bebb9f3fdbceb5f'/>
<id>fbcfdc69c70a6bd56a221c3a8bebb9f3fdbceb5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note about Docker socket mounting</title>
<updated>2019-06-25T06:23:42+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-06-21T06:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=137e37d3e9c5369230d609a2f1553d2c65b2a747'/>
<id>137e37d3e9c5369230d609a2f1553d2c65b2a747</id>
<content type='text'>
When using `docker:dind` service and the Runner has the socket mounted
as well it will lead to the following error:

```
Failed to load listeners: can't create unix socket /var/run/docker.sock:
device or resource busy
```

reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using `docker:dind` service and the Runner has the socket mounted
as well it will lead to the following error:

```
Failed to load listeners: can't create unix socket /var/run/docker.sock:
device or resource busy
```

reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Markdown linting</title>
<updated>2019-06-25T04:34:55+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-25T04:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e128239340010401b4e7fd391686dcc48c42fff0'/>
<id>e128239340010401b4e7fd391686dcc48c42fff0</id>
<content type='text'>
Also adds and one linting rule
and makes project conform to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds and one linting rule
and makes project conform to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated explanation of CI_COMMIT_BEFORE_SHA variable</title>
<updated>2019-06-25T01:19:10+00:00</updated>
<author>
<name>Blair Lunceford</name>
<email>blunceford@gitlab.com</email>
</author>
<published>2019-06-25T01:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=18c155012e99d4e98a5f87f47e25c7c48bd1b58f'/>
<id>18c155012e99d4e98a5f87f47e25c7c48bd1b58f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor and add version text to variable syntax</title>
<updated>2019-06-24T08:26:39+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-24T08:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ef27250a0812af77f162e0601bb2d9e6debd700'/>
<id>9ef27250a0812af77f162e0601bb2d9e6debd700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: link to predefined env variables reference more evident</title>
<updated>2019-06-24T01:20:29+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>marcia@gitlab.com</email>
</author>
<published>2019-06-24T01:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be2bd9775247cd378e8d9557c6fdf6f47293fb7b'/>
<id>be2bd9775247cd378e8d9557c6fdf6f47293fb7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
