<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch lib-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>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://git.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>Merge branch 'resolve-scripts-differences' into 'master'</title>
<updated>2019-07-29T15:15:46+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-07-29T15:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dbe3b9848b884ca9705259110edf58e801c89e5e'/>
<id>dbe3b9848b884ca9705259110edf58e801c89e5e</id>
<content type='text'>
Backport EE changes made to the scripts/ directory

See merge request gitlab-org/gitlab-ce!31015</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport EE changes made to the scripts/ directory

See merge request gitlab-org/gitlab-ce!31015</pre>
</div>
</content>
</entry>
<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>Further remove code branches by database type</title>
<updated>2019-07-29T10:47:06+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-07-24T13:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=988dc80585c6e52970e94f22dff6bc1e4c786e9e'/>
<id>988dc80585c6e52970e94f22dff6bc1e4c786e9e</id>
<content type='text'>
We dropped MySQL support and a lot of mysql specific code has been
removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608.

This comes in from the other direction and removes any `if postgresql?`
branches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We dropped MySQL support and a lot of mysql specific code has been
removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608.

This comes in from the other direction and removes any `if postgresql?`
branches.
</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>
</feed>
