<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch sh-remove-docs-executable</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'restrict-update-column-in-batches-for-large-tables' into 'master'</title>
<updated>2017-11-17T18:58:22+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-11-17T18:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d63b39c37d7908e3283976187e4d390e1bc9c79d'/>
<id>d63b39c37d7908e3283976187e4d390e1bc9c79d</id>
<content type='text'>
Restrict update column in batches for large tables

See merge request gitlab-org/gitlab-ce!15458</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restrict update column in batches for large tables

See merge request gitlab-org/gitlab-ce!15458</pre>
</div>
</content>
</entry>
<entry>
<title>Add computed update docs for update_column_in_batches</title>
<updated>2017-11-17T16:56:50+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-11-17T16:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d367dd40037500fd7b96059fa300cbe2ce28e85'/>
<id>4d367dd40037500fd7b96059fa300cbe2ce28e85</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-fix-count-with-selects' into 'master'</title>
<updated>2017-11-17T16:27:38+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-17T16:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c406824d319e5b1a073af7cf55c3f24bfa66e2a4'/>
<id>c406824d319e5b1a073af7cf55c3f24bfa66e2a4</id>
<content type='text'>
Remove the selects when counting the last page

Closes #40266

See merge request gitlab-org/gitlab-ce!15456</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the selects when counting the last page

Closes #40266

See merge request gitlab-org/gitlab-ce!15456</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mk-add-user-rate-limits' into 'master'</title>
<updated>2017-11-17T16:11:22+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-17T16:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=371180a47d292957b73c6c9e1e662b6c99a62ee9'/>
<id>371180a47d292957b73c6c9e1e662b6c99a62ee9</id>
<content type='text'>
Add request rate limits

Closes #30053

See merge request gitlab-org/gitlab-ce!14708</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add request rate limits

Closes #30053

See merge request gitlab-org/gitlab-ce!14708</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '40230-groups-gitlab-org-labels-json-redirects-to-groups-gitlab-org-labels-json' into 'master'</title>
<updated>2017-11-17T15:55:12+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-17T15:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7142af49fa5947d439c1c539140538fc740f5187'/>
<id>7142af49fa5947d439c1c539140538fc740f5187</id>
<content type='text'>
Resolve "/groups/gitlab-org/labels.json redirects to /groups/gitlab-org/-/labels/.json"

Closes #40230

See merge request gitlab-org/gitlab-ce!15427</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "/groups/gitlab-org/labels.json redirects to /groups/gitlab-org/-/labels/.json"

Closes #40230

See merge request gitlab-org/gitlab-ce!15427</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the selects when counting the last page</title>
<updated>2017-11-17T15:20:47+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-11-17T14:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a335c4d955bbb74a50ca30ac45d30f6ef66774d'/>
<id>5a335c4d955bbb74a50ca30ac45d30f6ef66774d</id>
<content type='text'>
The last page of the first collection is only loaded into memory when
it is being viewed. If it isn't loaded into memory, the `#size` call
triggers a count query.

This `#count` would generate an invalid query if our custom preloaded
counts are included by adding a separate `as count_column` alias on
top of the count aliases. Removing the selects in this case will make
sure a valid `COUNT(*)` is generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last page of the first collection is only loaded into memory when
it is being viewed. If it isn't loaded into memory, the `#size` call
triggers a count query.

This `#count` would generate an invalid query if our custom preloaded
counts are included by adding a separate `as count_column` alias on
top of the count aliases. Removing the selects in this case will make
sure a valid `COUNT(*)` is generated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing OAuth lookup to be case insensitive</title>
<updated>2017-11-17T14:24:25+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2017-11-17T14:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7cf68bd6ff744e044944acad586e06badc481d4'/>
<id>c7cf68bd6ff744e044944acad586e06badc481d4</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 'dm-go-get-blank-enabled-protocol' into 'master'</title>
<updated>2017-11-17T12:35:05+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-11-17T12:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69dd59aec9e5f8959fa36eb74db28d71aad4212b'/>
<id>69dd59aec9e5f8959fa36eb74db28d71aad4212b</id>
<content type='text'>
Fix go-import meta data when enabled_git_access_protocol is a blank string

Closes #40256

See merge request gitlab-org/gitlab-ce!15448</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix go-import meta data when enabled_git_access_protocol is a blank string

Closes #40256

See merge request gitlab-org/gitlab-ce!15448</pre>
</div>
</content>
</entry>
<entry>
<title>Renaming AuthenticationException to AuthenticationError</title>
<updated>2017-11-17T12:33:21+00:00</updated>
<author>
<name>Francisco Lopez</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2017-11-17T12:33:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4188c10c07d7b9bfaee5046ecfcc88cf8cca456b'/>
<id>4188c10c07d7b9bfaee5046ecfcc88cf8cca456b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Performance issues when loading large number of wiki pages"</title>
<updated>2017-11-17T11:48:32+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2017-11-17T11:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff26ea818cb92eabc8fbea1a8385cb5bc6b0a66f'/>
<id>ff26ea818cb92eabc8fbea1a8385cb5bc6b0a66f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
