<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch performance-bar-sql</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 '18765-stub_env_in_specs' into 'master'</title>
<updated>2017-10-19T12:43:15+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-10-19T12:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b5e7035c1a5e89845faada20addff98fdcefbd1e'/>
<id>b5e7035c1a5e89845faada20addff98fdcefbd1e</id>
<content type='text'>
Resolve "Add a 'custom cop' to RuboCop that bans ENV assignment"

Closes #18765

See merge request gitlab-org/gitlab-ce!14810</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Add a 'custom cop' to RuboCop that bans ENV assignment"

Closes #18765

See merge request gitlab-org/gitlab-ce!14810</pre>
</div>
</content>
</entry>
<entry>
<title>Avoind unnecesary `force_encoding` operations</title>
<updated>2017-10-19T00:30:29+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-06-14T16:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=520866a0d05d717d6d3da401100569f12cab409a'/>
<id>520866a0d05d717d6d3da401100569f12cab409a</id>
<content type='text'>
They're costly. This will also avoid some edge cases where
charlock_holmes assigns a weird encoding to a perfectly valid UTF-8
string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They're costly. This will also avoid some edge cases where
charlock_holmes assigns a weird encoding to a perfectly valid UTF-8
string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stub ENV in the backup task spec file</title>
<updated>2017-10-18T16:42:09+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-10-10T15:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b8bab118e803fd17a93df09d46545b6a2b46786'/>
<id>8b8bab118e803fd17a93df09d46545b6a2b46786</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 '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>
</feed>
