<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch update-git-version-in-doc</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>Bump Git version requirement to 2.8.4</title>
<updated>2016-12-01T15:18:09+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-01T15:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86f726a5e969fd69c82c94713bc25bd0f0bba598'/>
<id>86f726a5e969fd69c82c94713bc25bd0f0bba598</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/container-registry-2fa' into 'master'</title>
<updated>2016-12-01T13:29:52+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T13:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8146ad819e626439ac16aa473f10112ddbcf01cd'/>
<id>8146ad819e626439ac16aa473f10112ddbcf01cd</id>
<content type='text'>

Document the need to use a PAT with Registry when 2FA is on

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22465

See merge request !7874</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Document the need to use a PAT with Registry when 2FA is on

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22465

See merge request !7874</pre>
</div>
</content>
</entry>
<entry>
<title>Document the need to use a PAT with Registry when 2FA is on</title>
<updated>2016-12-01T13:24:12+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T13:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c345edcb7fe7f1daf3687bf7835ef82b54a48c7f'/>
<id>c345edcb7fe7f1daf3687bf7835ef82b54a48c7f</id>
<content type='text'>
GitLab 8.12 introduced a new permissions model which tightened the
security of Container Registry. It is now required to use a personal
token if 2FA is enabled.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitLab 8.12 introduced a new permissions model which tightened the
security of Container Registry. It is now required to use a personal
token if 2FA is enabled.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/fix-webhooks-headings' into 'master'</title>
<updated>2016-12-01T12:22:52+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T12:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=507abdb7739c2c6df49cee77c966c4db0dcaf1bb'/>
<id>507abdb7739c2c6df49cee77c966c4db0dcaf1bb</id>
<content type='text'>

Small refactor of webhooks docs

See merge request !7872</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Small refactor of webhooks docs

See merge request !7872</pre>
</div>
</content>
</entry>
<entry>
<title>Small refactor of webhooks docs</title>
<updated>2016-12-01T12:19:00+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T12:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc8b6024b1a993f4f2ba673e542a02395ba691a0'/>
<id>bc8b6024b1a993f4f2ba673e542a02395ba691a0</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/triggers-ref-clarify' into 'master'</title>
<updated>2016-12-01T11:43:13+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T11:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42dc2033dd4f04203c6f025ee96a058e050c9312'/>
<id>42dc2033dd4f04203c6f025ee96a058e050c9312</id>
<content type='text'>

Clarify that a commit SHA doesn't work for CI triggers

Related https://gitlab.com/gitlab-org/gitlab-ce/issues/22029

See merge request !7871</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Clarify that a commit SHA doesn't work for CI triggers

Related https://gitlab.com/gitlab-org/gitlab-ce/issues/22029

See merge request !7871</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify that a commit SHA doesn't work for CI triggers</title>
<updated>2016-12-01T11:35:24+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T11:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dd7f0fb687b2507c0f45b772bc2a4465650e5a7b'/>
<id>dd7f0fb687b2507c0f45b772bc2a4465650e5a7b</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/fix-typo-build-artifacts' into 'master'</title>
<updated>2016-12-01T11:25:46+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T11:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63d45dc4ba2623500b7757bd903337248c26c5c7'/>
<id>63d45dc4ba2623500b7757bd903337248c26c5c7</id>
<content type='text'>

Fix wrong link in builds artifacts admin docs

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23168

See merge request !7870</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix wrong link in builds artifacts admin docs

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23168

See merge request !7870</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong link in builds artifacts admin docs</title>
<updated>2016-12-01T11:13:48+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T11:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=41a0dd5c052d8db8286d028a5bca56da65108ed6'/>
<id>41a0dd5c052d8db8286d028a5bca56da65108ed6</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-include-emailhelpers' into 'master'</title>
<updated>2016-12-01T10:46:40+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-01T10:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e91afc0dc071f2cb2dde54b12c04bb90d2c65f7b'/>
<id>e91afc0dc071f2cb2dde54b12c04bb90d2c65f7b</id>
<content type='text'>

Only include EmailHelpers in mailer specs and specs using them

See merge request !7836</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Only include EmailHelpers in mailer specs and specs using them

See merge request !7836</pre>
</div>
</content>
</entry>
</feed>
