<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db, 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 '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 '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>Delete orphaned fork networks in a migration</title>
<updated>2017-11-17T11:58:15+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-11-14T11:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f84369ae105c59a0c5cd947edb352fd616c4335'/>
<id>8f84369ae105c59a0c5cd947edb352fd616c4335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert migration to populate latest merge request ID into a background migration</title>
<updated>2017-11-17T10:23:48+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-11-17T00:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5cecff893db3188ff5ec779e07e9c598d3ed2e21'/>
<id>5cecff893db3188ff5ec779e07e9c598d3ed2e21</id>
<content type='text'>
This is to smear updates over a few hours to avoid causing excessive
replication lag as seen in https://gitlab.com/gitlab-com/infrastructure/issues/3235.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to smear updates over a few hours to avoid causing excessive
replication lag as seen in https://gitlab.com/gitlab-com/infrastructure/issues/3235.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add throttle application settings</title>
<updated>2017-11-17T08:58:18+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-10-06T23:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=732b122644bf56729996b3cc239453f537a798f4'/>
<id>732b122644bf56729996b3cc239453f537a798f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up schema of the "issues" table</title>
<updated>2017-11-09T17:00:30+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-11-06T13:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d825c9cb5d89d18685a196789b477df83998fed2'/>
<id>d825c9cb5d89d18685a196789b477df83998fed2</id>
<content type='text'>
This adds various foreign key constraints, indexes, missing NOT NULL
constraints, and changes some column types from timestamp to
timestamptz.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds various foreign key constraints, indexes, missing NOT NULL
constraints, and changes some column types from timestamp to
timestamptz.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix db/schema.rb</title>
<updated>2017-11-07T18:46:45+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-11-07T18:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa3af6de66a9737d47dd475a36d3e4965fc69692'/>
<id>fa3af6de66a9737d47dd475a36d3e4965fc69692</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 '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce into add-ingress-to-cluster-applications</title>
<updated>2017-11-07T16:54:03+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-11-07T16:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e957ea4ae1dac758c3510288b2ac2a2992cd4f7e'/>
<id>e957ea4ae1dac758c3510288b2ac2a2992cd4f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
