<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/tasks, branch document-lambda-deploy</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>Use stub_rails_env for Rails.env stubbing</title>
<updated>2019-09-05T02:54:03+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-09-04T01:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=124bad7bd88e7c329583ec3757eb0ba5fcec66e6'/>
<id>124bad7bd88e7c329583ec3757eb0ba5fcec66e6</id>
<content type='text'>
RailsHelpers.stub_rails_env takes care of
stubbing Rails.env
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RailsHelpers.stub_rails_env takes care of
stubbing Rails.env
</pre>
</div>
</content>
</entry>
<entry>
<title>Squash project templates on update</title>
<updated>2019-08-15T20:20:08+00:00</updated>
<author>
<name>Hordur Freyr Yngvason</name>
<email>hfyngvason@gitlab.com</email>
</author>
<published>2019-08-15T20:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3c5ff7b723b9447e2b672fb844bb42dde687ac9'/>
<id>d3c5ff7b723b9447e2b672fb844bb42dde687ac9</id>
<content type='text'>
As per https://gitlab.com/gitlab-org/gitlab-ce/issues/46043, project
templates should be squashed before updating, so that repositories
created from these templates don't include the full history of the
backing repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per https://gitlab.com/gitlab-org/gitlab-ce/issues/46043, project
templates should be squashed before updating, so that repositories
created from these templates don't include the full history of the
backing repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mail_google_schema_whitelisting spec</title>
<updated>2019-08-01T10:07:28+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-30T12:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=930026f49b75b8d31b3c218923f9d0d2bb77a08a'/>
<id>930026f49b75b8d31b3c218923f9d0d2bb77a08a</id>
<content type='text'>
This task was removed in 2014! The spec wasn't, probably because it
didn't fail as it was never executed. See
0fc5c80207a1ebcfbdae1d0d16b9aeb984bac271.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This task was removed in 2014! The spec wasn't, probably because it
didn't fail as it was never executed. See
0fc5c80207a1ebcfbdae1d0d16b9aeb984bac271.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename broken spec files</title>
<updated>2019-08-01T10:07:27+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-30T09:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4a8f45f7d5f6873f912004e77af1da2f96fd831'/>
<id>c4a8f45f7d5f6873f912004e77af1da2f96fd831</id>
<content type='text'>
RSpec only executes files ending in _spec.rb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RSpec only executes files ending in _spec.rb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken update_project_templates rake task</title>
<updated>2019-07-30T13:52:28+00:00</updated>
<author>
<name>Hordur Freyr Yngvason</name>
<email>hfyngvason@gitlab.com</email>
</author>
<published>2019-07-30T13:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=012fe3141e11f29b0a25985425dd7de96bf436c9'/>
<id>012fe3141e11f29b0a25985425dd7de96bf436c9</id>
<content type='text'>
This rake task had been broken for a while. This fixes the breakages,
adds a test to help avoid future breakages, and adds a few ergonomic
improvements to the task itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This rake task had been broken for a while. This fixes the breakages,
adds a test to help avoid future breakages, and adds a few ergonomic
improvements to the task itself.
</pre>
</div>
</content>
</entry>
<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://trove.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://trove.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://trove.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://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>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://trove.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>
</feed>
