<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, 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>Prevent update_column_in_batches on large tables</title>
<updated>2017-11-17T16:56:50+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-11-17T13:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8be981466e2a794b42996960f1fdb91e560a707'/>
<id>d8be981466e2a794b42996960f1fdb91e560a707</id>
<content type='text'>
add_column_with_default is implemented in terms of update_column_in_batches, but
update_column_in_batches can be used independently. Neither of these should be
used on the specified large tables, because they will cause issues on large
instances like GitLab.com.

This also ignores the cop for all existing migrations, renaming
AddColumnWithDefaultToLargeTable where appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add_column_with_default is implemented in terms of update_column_in_batches, but
update_column_in_batches can be used independently. Neither of these should be
used on the specified large tables, because they will cause issues on large
instances like GitLab.com.

This also ignores the cop for all existing migrations, renaming
AddColumnWithDefaultToLargeTable where appropriate.
</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 'sh-port-hashed-storage-transfer-fix' into 'master'</title>
<updated>2017-11-17T14:23:47+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-11-17T14:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76b2a7caa5219662a29f0eb16f0507aac1976f33'/>
<id>76b2a7caa5219662a29f0eb16f0507aac1976f33</id>
<content type='text'>
Fix hashed storage with project transfers to another namespace

Closes gitlab-ee#4056

See merge request gitlab-org/gitlab-ce!15444</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix hashed storage with project transfers to another namespace

Closes gitlab-ee#4056

See merge request gitlab-org/gitlab-ce!15444</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-delete-empty-fork-networks' into 'master'</title>
<updated>2017-11-17T14:21:36+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-17T14:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c0ba938aa55009d891da25abc66b0fb3bd7d43b'/>
<id>5c0ba938aa55009d891da25abc66b0fb3bd7d43b</id>
<content type='text'>
Delete empty fork networks

See merge request gitlab-org/gitlab-ce!15373</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete empty fork networks

See merge request gitlab-org/gitlab-ce!15373</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ci-pipeline-status-query' into 'master'</title>
<updated>2017-11-17T12:56:12+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-11-17T12:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6d36c3b5de7772415b1176b8247c34053b826a74'/>
<id>6d36c3b5de7772415b1176b8247c34053b826a74</id>
<content type='text'>
Optimise getting the pipeline status of commits

See merge request gitlab-org/gitlab-ce!15332</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optimise getting the pipeline status of commits

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