<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch ab-structure-sql2</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Prefer offline install for yarn</title>
<updated>2019-07-02T14:29:47+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-02T14:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5842e7490a6826bbaaaa7c76c967a48e96dd1ef'/>
<id>d5842e7490a6826bbaaaa7c76c967a48e96dd1ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove migrations from setup_postgresql</title>
<updated>2019-07-02T08:35:03+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-07-01T12:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=131523ef89ede06ae84757f3c78501c72f2c9735'/>
<id>131523ef89ede06ae84757f3c78501c72f2c9735</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 'tc-rake-orphan-artifacts' into 'master'</title>
<updated>2019-07-01T08:04:57+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2019-07-01T08:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f63dc06cb4572db92bb91c936e9862c55f1f365e'/>
<id>f63dc06cb4572db92bb91c936e9862c55f1f365e</id>
<content type='text'>
Add rake task to clean orphan artifact files

See merge request gitlab-org/gitlab-ce!29681</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add rake task to clean orphan artifact files

See merge request gitlab-org/gitlab-ce!29681</pre>
</div>
</content>
</entry>
<entry>
<title>Add rake task to clean orphan artifact files</title>
<updated>2019-06-28T08:02:18+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2019-06-13T21:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dabd91b2c8a42ac0d0c357190002a5a4b96a57a6'/>
<id>dabd91b2c8a42ac0d0c357190002a5a4b96a57a6</id>
<content type='text'>
This adds the rake task rake
gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all
orphan job artifact files it can find on disk.

 It performs a search on the complete folder of all artifacts on
disk. Then it filters out all the job artifact ID for which it could
not find a record with matching ID in the database. For these, the
file is deleted from disk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the rake task rake
gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all
orphan job artifact files it can find on disk.

 It performs a search on the complete folder of all artifacts on
disk. Then it filters out all the job artifact ID for which it could
not find a record with matching ID in the database. For these, the
file is deleted from disk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comments and docs around min schema version</title>
<updated>2019-06-25T17:44:40+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2019-06-25T17:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de93bf1fbbd091075ef7ebafb2ab9dabc2e6563c'/>
<id>de93bf1fbbd091075ef7ebafb2ab9dabc2e6563c</id>
<content type='text'>
Fixed some spelling
Dropped rake task description for a prefix only task
Added note on skipping the check to the postgres debugging dev doc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed some spelling
Dropped rake task description for a prefix only task
Added note on skipping the check to the postgres debugging dev doc
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop the source upgrade change</title>
<updated>2019-06-25T17:44:40+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2019-06-20T16:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1befc9b3f4d24dc1d4f5108658725af5244ac67'/>
<id>e1befc9b3f4d24dc1d4f5108658725af5244ac67</id>
<content type='text'>
We no longer need to point people away from using db:migrate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer need to point people away from using db:migrate
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an flag for skipping the schema version check</title>
<updated>2019-06-25T17:44:40+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2019-06-20T15:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e448124fab59ce562fac5db9d9919d24ac95fba7'/>
<id>e448124fab59ce562fac5db9d9919d24ac95fba7</id>
<content type='text'>
If you chose to use the rollback migration feature on your current
version for example, you should still have a way to migrate, being
that you are still on a supported migration path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you chose to use the rollback migration feature on your current
version for example, you should still have a way to migrate, being
that you are still on a supported migration path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix db:migrate for fresh installs</title>
<updated>2019-06-25T17:44:40+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2019-06-20T15:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4232d848eebcdc709ccec9c2004753accb3f3b5'/>
<id>f4232d848eebcdc709ccec9c2004753accb3f3b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move min schema version check to db:migrate</title>
<updated>2019-06-25T17:44:40+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2019-06-20T14:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4e15535198da1d5a655b6abe0afafac47219ab5'/>
<id>f4e15535198da1d5a655b6abe0afafac47219ab5</id>
<content type='text'>
Rather than have it checked only as part of gitlab:db:configure, we will
instead have it as a pre-req for every db:migrate command
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than have it checked only as part of gitlab:db:configure, we will
instead have it as a pre-req for every db:migrate command
</pre>
</div>
</content>
</entry>
<entry>
<title>Check supported version when migrating</title>
<updated>2019-06-25T17:44:40+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2019-06-20T06:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a089438fa138934b5dab7bdd575a74a1dfd03c0'/>
<id>7a089438fa138934b5dab7bdd575a74a1dfd03c0</id>
<content type='text'>
Set the mininum supported migration version to be the schema version as
of 11.11.0, and errors you if that is not detected during
gitlab:db:configure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the mininum supported migration version to be the schema version as
of 11.11.0, and errors you if that is not detected during
gitlab:db:configure
</pre>
</div>
</content>
</entry>
</feed>
