<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/tasks, branch resolve-scripts-differences</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>Rake task to cleanup expired ActiveSession lookup keys</title>
<updated>2019-07-22T15:15:57+00:00</updated>
<author>
<name>Imre Farkas</name>
<email>ifarkas@gitlab.com</email>
</author>
<published>2019-07-12T12:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=313f145b5594ebba7ce4675905061144adb3b44a'/>
<id>313f145b5594ebba7ce4675905061144adb3b44a</id>
<content type='text'>
In some cases ActiveSession.cleanup was not called after authentication,
so for some user ActiveSession lookup keys grew without ever cleaning
up. This Rake task manually iterates over the lookup keys and removes
ones without existing ActiveSession.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases ActiveSession.cleanup was not called after authentication,
so for some user ActiveSession lookup keys grew without ever cleaning
up. This Rake task manually iterates over the lookup keys and removes
ones without existing ActiveSession.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display the amount for Hashed Storage migration/rollback correctly</title>
<updated>2019-07-10T21:14:50+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2019-06-24T18:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8cad8837cae22130f2e0975155a3b27a66d878c'/>
<id>d8cad8837cae22130f2e0975155a3b27a66d878c</id>
<content type='text'>
Rake script considers the specified range, if present, to calculate
the affected amount of projects correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rake script considers the specified range, if present, to calculate
the affected amount of projects correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'test_schema_version_check_directly' into 'master'</title>
<updated>2019-07-01T13:18:54+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-07-01T13:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c02be6ca3846f047682b68844155529b8a44445'/>
<id>5c02be6ca3846f047682b68844155529b8a44445</id>
<content type='text'>
Test schema_version_check directly

Closes #63913

See merge request gitlab-org/gitlab-ce!30209</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test schema_version_check directly

Closes #63913

See merge request gitlab-org/gitlab-ce!30209</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://git.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>Test schema_version_check directly</title>
<updated>2019-07-01T03:48:14+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-01T03:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fbd987a97717d14a23b39d69aae910c9e55a8a93'/>
<id>fbd987a97717d14a23b39d69aae910c9e55a8a93</id>
<content type='text'>
Testing via db:migrate causes side-effects like setting
ActiveRecord::Base.configurations and also it runs schema dump into
db/schema.rb. Rather than keep up, we test schema_version_check directly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testing via db:migrate causes side-effects like setting
ActiveRecord::Base.configurations and also it runs schema dump into
db/schema.rb. Rather than keep up, we test schema_version_check directly
</pre>
</div>
</content>
</entry>
<entry>
<title>Quarantine schema_version_check because tests after it failed</title>
<updated>2019-07-01T00:47:57+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-07-01T00:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de0f41b4d12af62c97e1715bdad14fa8fca6e482'/>
<id>de0f41b4d12af62c97e1715bdad14fa8fca6e482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.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>Add the frozen literal to the correct file</title>
<updated>2019-06-25T17:44:40+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2019-06-20T17:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e793f96c2b684fb8e224eef509bcc7cb8b8d94af'/>
<id>e793f96c2b684fb8e224eef509bcc7cb8b8d94af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.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://git.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>
</feed>
