<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci, branch lib-differences</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 Jenkins quick reference page</title>
<updated>2019-08-07T16:21:04+00:00</updated>
<author>
<name>Jason Lenny</name>
<email>jason@gitlab.com</email>
</author>
<published>2019-08-07T16:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4a590d9f15a5ce885792f0e510e83cc56a8b0fda'/>
<id>4a590d9f15a5ce885792f0e510e83cc56a8b0fda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compress images with pngquant</title>
<updated>2019-08-07T10:01:48+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-08-07T10:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=95145f3e3e19d629ebc3688b1da5ff37536ec35a'/>
<id>95145f3e3e19d629ebc3688b1da5ff37536ec35a</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 'mc/feature/add-at-colon-variable-masking' into 'master'</title>
<updated>2019-08-07T09:42:35+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-08-07T09:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e421d6d4e7eb6564f7a21db8921f6f8163b0b90'/>
<id>9e421d6d4e7eb6564f7a21db8921f6f8163b0b90</id>
<content type='text'>
Allow masking @ and : characters

Closes #63043

See merge request gitlab-org/gitlab-ce!31065</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow masking @ and : characters

Closes #63043

See merge request gitlab-org/gitlab-ce!31065</pre>
</div>
</content>
</entry>
<entry>
<title>Update DinD example for 19.03</title>
<updated>2019-08-06T16:08:01+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-07-23T12:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=283a289a69e1fcca0fd0f755c1db5ba272209636'/>
<id>283a289a69e1fcca0fd0f755c1db5ba272209636</id>
<content type='text'>
Docker 19.03 enables TLS by default:

```
Starting in 18.09+, the dind variants of this image will automatically
generate TLS certificates in the directory specified by the
DOCKER_TLS_CERTDIR environment variable.

Warning: in 18.09, this behavior is disabled by default (for
compatibility). If you use --network=host, shared network namespaces (as
in Kubernetes pods), or otherwise have network access to the container
(including containers started within the dind instance via their gateway
interface), this is a potential security issue (which can lead to access
to the host system, for example). It is recommended to enable TLS by
setting the variable to an appropriate value (-e
DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is
enabled by default.
```

Update the example to use docker over TLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docker 19.03 enables TLS by default:

```
Starting in 18.09+, the dind variants of this image will automatically
generate TLS certificates in the directory specified by the
DOCKER_TLS_CERTDIR environment variable.

Warning: in 18.09, this behavior is disabled by default (for
compatibility). If you use --network=host, shared network namespaces (as
in Kubernetes pods), or otherwise have network access to the container
(including containers started within the dind instance via their gateway
interface), this is a potential security issue (which can lead to access
to the host system, for example). It is recommended to enable TLS by
setting the variable to an appropriate value (-e
DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is
enabled by default.
```

Update the example to use docker over TLS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand markdown linting rules for docs</title>
<updated>2019-08-05T02:13:46+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-05T02:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61e1a1492507ad2b77a48ef0a890de62caa590b3'/>
<id>61e1a1492507ad2b77a48ef0a890de62caa590b3</id>
<content type='text'>
MD002 - First header should be level 1
MD006 - Start bullets at beginning of line
MD019 - No multiple spaces after header style
MD022 - Headers surrounded by blank lines
MD025 - Only 1 level 1 header
MD028 - No blank lines within blockquote
MD038 - Spaces inside code span elements
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MD002 - First header should be level 1
MD006 - Start bullets at beginning of line
MD019 - No multiple spaces after header style
MD022 - Headers surrounded by blank lines
MD025 - Only 1 level 1 header
MD028 - No blank lines within blockquote
MD038 - Spaces inside code span elements
</pre>
</div>
</content>
</entry>
<entry>
<title>Portray better use of types of variables in .gitlab-ci.yml</title>
<updated>2019-08-01T11:29:44+00:00</updated>
<author>
<name>Vlad Stoianovici</name>
<email>vstoianovici@gitlab.com</email>
</author>
<published>2019-08-01T11:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb76850037de23f24bab39886397040769f35aeb'/>
<id>cb76850037de23f24bab39886397040769f35aeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace in ci docs</title>
<updated>2019-08-01T02:29:16+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-01T02:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a696695f31a2df748eed0b9cf9454a6046fdc71e'/>
<id>a696695f31a2df748eed0b9cf9454a6046fdc71e</id>
<content type='text'>
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for most docs in
/ci, and cleans up other minor whitespace issues too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for most docs in
/ci, and cleans up other minor whitespace issues too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mc/doc/variable-precedence-docs' into 'master'</title>
<updated>2019-07-31T00:31:40+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-31T00:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b54234498aab810f178f7875db2ad636f507f3e4'/>
<id>b54234498aab810f178f7875db2ad636f507f3e4</id>
<content type='text'>
Document multi-project variable precedence

Closes gitlab-ee#12879

See merge request gitlab-org/gitlab-ce!31291</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document multi-project variable precedence

Closes gitlab-ee#12879

See merge request gitlab-org/gitlab-ce!31291</pre>
</div>
</content>
</entry>
<entry>
<title>Document multi-project variable precedence</title>
<updated>2019-07-31T00:25:51+00:00</updated>
<author>
<name>Matija Čupić</name>
<email>matteeyah@gmail.com</email>
</author>
<published>2019-07-30T14:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f710c1d1c77db3c27156f45e6c81dc06d304d32c'/>
<id>f710c1d1c77db3c27156f45e6c81dc06d304d32c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Added Semaphore Test Boosters example to CI YAML `parallel` docs</title>
<updated>2019-07-31T00:11:17+00:00</updated>
<author>
<name>drew</name>
<email>dscimino@gmail.com</email>
</author>
<published>2019-07-31T00:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=afa73f4d4e8b1e8106997f4eb11d82b31164fe48'/>
<id>afa73f4d4e8b1e8106997f4eb11d82b31164fe48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
