<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch sh-document-plus-encoding-api</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>Merge branch 'sh-security-fix-backports-master' into 'master'</title>
<updated>2017-10-18T11:08:04+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-10-18T11:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=11dfe0489b1bbe7f0e43eaa72fcdf7140efcbc2f'/>
<id>11dfe0489b1bbe7f0e43eaa72fcdf7140efcbc2f</id>
<content type='text'>
Backport all fixes from GitLab 10.1 into master

See merge request gitlab-org/gitlab-ce!14922</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport all fixes from GitLab 10.1 into master

See merge request gitlab-org/gitlab-ce!14922</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tc-saml-fix-false-empty' into 'master'</title>
<updated>2017-10-18T10:26:51+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-18T10:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be3bddf90d81b84243b74c3013202aad1c4ab3a9'/>
<id>be3bddf90d81b84243b74c3013202aad1c4ab3a9</id>
<content type='text'>
SAML fix when auth hash attributes do not define groups

Closes #38923

See merge request gitlab-org/gitlab-ce!14913</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SAML fix when auth hash attributes do not define groups

Closes #38923

See merge request gitlab-org/gitlab-ce!14913</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SAML error 500 when no groups are defined for user</title>
<updated>2017-10-18T08:17:14+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@iotcl.com</email>
</author>
<published>2017-10-17T13:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b40ff63412ef89ba61a4215ee7478b06b22cf9ca'/>
<id>b40ff63412ef89ba61a4215ee7478b06b22cf9ca</id>
<content type='text'>
When there are no groups defined in the auth hash attributes,
`Gitlab::Saml::AuthHash#groups` should return an empty array, and
`Gitlab::Saml::User#find_user` should not mark the user as external.

Closes gitlab-org/gitlab-ce#38923.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When there are no groups defined in the auth hash attributes,
`Gitlab::Saml::AuthHash#groups` should return an empty array, and
`Gitlab::Saml::User#find_user` should not mark the user as external.

Closes gitlab-org/gitlab-ce#38923.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into sh-security-fix-backports-master</title>
<updated>2017-10-17T23:02:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-10-17T23:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=891a9ce8b0839fb478ca5704022b2e921097fe27'/>
<id>891a9ce8b0839fb478ca5704022b2e921097fe27</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 'security-10-1' into '10-1-stable'</title>
<updated>2017-10-17T22:58:58+00:00</updated>
<author>
<name>Jen-Shin Lin</name>
<email>jen-shin@gitlab.com</email>
</author>
<published>2017-10-17T10:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd46c8abfd5ee964c47eff0ace021e45cbbe6687'/>
<id>bd46c8abfd5ee964c47eff0ace021e45cbbe6687</id>
<content type='text'>
Security fixes for 10.1 RC

See merge request gitlab/gitlabhq!2209</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Security fixes for 10.1 RC

See merge request gitlab/gitlabhq!2209</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-do-not-use-redis-keys' into 'master'</title>
<updated>2017-10-17T16:15:44+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-10-17T16:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=89f5ede2a337f0957dd3f1451efb011781212f33'/>
<id>89f5ede2a337f0957dd3f1451efb011781212f33</id>
<content type='text'>
Avoid using `Redis#keys`

See merge request gitlab-org/gitlab-ce!14889</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid using `Redis#keys`

See merge request gitlab-org/gitlab-ce!14889</pre>
</div>
</content>
</entry>
<entry>
<title>Handle null serialised commits in background migration</title>
<updated>2017-10-17T11:15:40+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-10-17T11:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9245bfc2936209eb52c1f34451b2ecd401626c60'/>
<id>9245bfc2936209eb52c1f34451b2ecd401626c60</id>
<content type='text'>
This is already handled for diffs, but not commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is already handled for diffs, but not commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use `Redis#keys` in the circuitbreaker</title>
<updated>2017-10-17T10:47:20+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-10-16T09:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c365dea887ae0f139cf99e36701a2e4ca08ec0b9'/>
<id>c365dea887ae0f139cf99e36701a2e4ca08ec0b9</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 'bvl-circuitbreaker-improvements' into 'master'</title>
<updated>2017-10-17T10:43:05+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-17T10:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4bbdab764d808a86e2e726b4a717a64da8655a10'/>
<id>4bbdab764d808a86e2e726b4a717a64da8655a10</id>
<content type='text'>
Make the circuitbreaker configurable at runtime

See merge request gitlab-org/gitlab-ce!14842</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the circuitbreaker configurable at runtime

See merge request gitlab-org/gitlab-ce!14842</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-group-trees' into 'master'</title>
<updated>2017-10-17T10:03:03+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-17T10:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79e889122b9f1cb41eb75ee33e94e625a8c679e2'/>
<id>79e889122b9f1cb41eb75ee33e94e625a8c679e2</id>
<content type='text'>
Show collapsible tree on the project show page

Closes #30343

See merge request gitlab-org/gitlab-ce!14055</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show collapsible tree on the project show page

Closes #30343

See merge request gitlab-org/gitlab-ce!14055</pre>
</div>
</content>
</entry>
</feed>
