<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch hashed-storage-migration-path</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>Add support to migrate existing projects to Hashed Storage async</title>
<updated>2017-09-28T15:32:14+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2017-09-06T05:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4de14d71f425dc14ee5837d96f4e9f42c7cc239'/>
<id>f4de14d71f425dc14ee5837d96f4e9f42c7cc239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable ee_compat_check for forks, but not EE</title>
<updated>2017-09-14T18:06:48+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-09-11T15:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6be736a7d24ca548778b1d6ff27fd9dcd3e4a7fa'/>
<id>6be736a7d24ca548778b1d6ff27fd9dcd3e4a7fa</id>
<content type='text'>
We exclude known EE projects, and check the project directory
name for EE forks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We exclude known EE projects, and check the project directory
name for EE forks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor on namespace and repository checks and added specs</title>
<updated>2017-09-12T04:57:22+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2017-09-12T04:57:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2c489f8289e5e887d86be32e2bf59bad22a19af4'/>
<id>2c489f8289e5e887d86be32e2bf59bad22a19af4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect orphaned repositories and namespaces in any storage</title>
<updated>2017-09-12T02:06:00+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2017-09-05T05:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cc28abeafdd7f32fa9e5d4e0f2b7c82271067796'/>
<id>cc28abeafdd7f32fa9e5d4e0f2b7c82271067796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish migration to the new events setup</title>
<updated>2017-09-06T14:40:31+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-08-30T13:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=235b105c917c16ab14a79ba13280aff4fd9f1cf9'/>
<id>235b105c917c16ab14a79ba13280aff4fd9f1cf9</id>
<content type='text'>
This finishes the procedure for migrating events from the old format
into the new format. Code no longer uses the old setup and the database
tables used during the migration process are swapped, with the old table
being dropped.

While the database migration can be reversed this will 1) take a lot of
time as data has to be coped around 2) won't restore data in the
"events.data" column as we have no way of restoring this.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This finishes the procedure for migrating events from the old format
into the new format. Code no longer uses the old setup and the database
tables used during the migration process are swapped, with the old table
being dropped.

While the database migration can be reversed this will 1) take a lot of
time as data has to be coped around 2) won't restore data in the
"events.data" column as we have no way of restoring this.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'system-checks-incoming-email' into 'master'</title>
<updated>2017-09-06T09:02:47+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-09-06T09:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=446c7fc6f190ac8b8bb879a2a5be37c95fafdd13'/>
<id>446c7fc6f190ac8b8bb879a2a5be37c95fafdd13</id>
<content type='text'>
Move Incoming Email checks to System Checks

See merge request !14028</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Incoming Email checks to System Checks

See merge request !14028</pre>
</div>
</content>
</entry>
<entry>
<title>Do not require the simple_po_parser in the gettext rake task when in a</title>
<updated>2017-09-05T14:09:58+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>dj@gitlab.com</email>
</author>
<published>2017-09-05T14:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f9dd41a775912a7daa8b5929a0100ae5b3c67ca2'/>
<id>f9dd41a775912a7daa8b5929a0100ae5b3c67ca2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a system check for the git user's custom SSH configuration</title>
<updated>2017-09-04T17:16:31+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-30T11:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=48115be509ce00120d0609f5f18a5bc3804bb21f'/>
<id>48115be509ce00120d0609f5f18a5bc3804bb21f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only require `simple_po_parser` in rake task that needs it</title>
<updated>2017-09-04T06:30:10+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-09-03T17:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7199e882dba1f664ff2d5b889428c086dce7827d'/>
<id>7199e882dba1f664ff2d5b889428c086dce7827d</id>
<content type='text'>
That way we don't need to install it in production, since it's really
not needed there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way we don't need to install it in production, since it's really
not needed there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored Incoming Email checks to use SystemCheck library</title>
<updated>2017-09-04T02:25:58+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2017-09-04T02:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=71000b394bb7ddf46d3037d62607d159706530f7'/>
<id>71000b394bb7ddf46d3037d62607d159706530f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
