<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/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>Backport EE changes made to the scripts/ directory</title>
<updated>2019-07-29T11:53:20+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-07-22T15:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7a4c1d2a5f395ca6ddb2dc2608ac33ccebf8a74'/>
<id>d7a4c1d2a5f395ca6ddb2dc2608ac33ccebf8a74</id>
<content type='text'>
This backport changes made by EE to the files in the scripts/ directory.
This comes with a few changes to some scripts to make them work in the
single codebase setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backport changes made by EE to the files in the scripts/ directory.
This comes with a few changes to some scripts to make them work in the
single codebase setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded monkey-patch</title>
<updated>2019-07-25T04:21:38+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-17T03:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b3d00a77822eaf2e622dd0b1baf85ebea2b1ee4'/>
<id>2b3d00a77822eaf2e622dd0b1baf85ebea2b1ee4</id>
<content type='text'>
Changes all calls to data_source_exists? to table_exists?
since that is the intent of these calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes all calls to data_source_exists? to table_exists?
since that is the intent of these calls
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cleanup/spec-tasks' into 'master'</title>
<updated>2019-07-24T18:47:23+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-07-24T18:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50ab880f804e39abee3e5bea49ddab13b37f72d7'/>
<id>50ab880f804e39abee3e5bea49ddab13b37f72d7</id>
<content type='text'>
Resolves confusion within spec rake tasks.

See merge request gitlab-org/gitlab-ce!31073</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves confusion within spec rake tasks.

See merge request gitlab-org/gitlab-ce!31073</pre>
</div>
</content>
</entry>
<entry>
<title>Resolves confusion within spec rake tasks</title>
<updated>2019-07-24T00:34:50+00:00</updated>
<author>
<name>Jeremy Jackson</name>
<email>jejacks0n@ishifishiGit.local</email>
</author>
<published>2019-07-23T20:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=271a6d1b8f447bcb14d9c134fa9d96e1791158b5'/>
<id>271a6d1b8f447bcb14d9c134fa9d96e1791158b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead MySQL code</title>
<updated>2019-07-23T15:53:03+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-06-13T13:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4aa76dddecc048cef24963323afe59f1c120cb72'/>
<id>4aa76dddecc048cef24963323afe59f1c120cb72</id>
<content type='text'>
None of this code can be reached any more, so it can all be removed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
None of this code can be reached any more, so it can all be removed
</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://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>Move frontend fixtures into spec/frontend</title>
<updated>2019-07-19T07:27:15+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-18T19:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97b8f85e03f0b6dcfc5d85b92323be979bd27b09'/>
<id>97b8f85e03f0b6dcfc5d85b92323be979bd27b09</id>
<content type='text'>
Moves every fixture source file from
spec/javascripts to spec/frontend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves every fixture source file from
spec/javascripts to spec/frontend
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the karma:fixtures task</title>
<updated>2019-07-19T07:27:14+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-17T22:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=faa17d526371a34325705b8de9594e4e9df03298'/>
<id>faa17d526371a34325705b8de9594e4e9df03298</id>
<content type='text'>
Introduces frontend:fixtures rake task to replace
karma:fixtures and update documentation and CI scripts
to match
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduces frontend:fixtures rake task to replace
karma:fixtures and update documentation and CI scripts
to match
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jc-fix-rugged-feature-flag-rake' into 'master'</title>
<updated>2019-07-16T20:40:42+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-16T20:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef3f6386421ad382ddf989523c00a4385b4d0431'/>
<id>ef3f6386421ad382ddf989523c00a4385b4d0431</id>
<content type='text'>
Add unset_rugged rake task

Closes #64441

See merge request gitlab-org/gitlab-ce!30636</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add unset_rugged rake task

Closes #64441

See merge request gitlab-org/gitlab-ce!30636</pre>
</div>
</content>
</entry>
<entry>
<title>Allow parameters for rake gitlab:seed:issues</title>
<updated>2019-07-15T16:33:39+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2019-07-12T20:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0175a7ab15856a5383b94033341405b3b631c51b'/>
<id>0175a7ab15856a5383b94033341405b3b631c51b</id>
<content type='text'>
to specify backfill_weeks and average_issues_per_week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to specify backfill_weeks and average_issues_per_week
</pre>
</div>
</content>
</entry>
</feed>
