<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch bvl-remove-forked-project-link</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>WIP: Remove the forked project link relation</title>
<updated>2018-08-31T17:16:34+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-08-31T17:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97eeed94122c0a028c94439f3b048ba76dd70a63'/>
<id>97eeed94122c0a028c94439f3b048ba76dd70a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `forked_project_links` table</title>
<updated>2018-08-27T13:55:04+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-08-27T13:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bada98dbce79353954a8c8d020d4662cf8502045'/>
<id>bada98dbce79353954a8c8d020d4662cf8502045</id>
<content type='text'>
Getting rid of the deprecated `forked_project_links` table.

Note that the down action, that recreates the table does not have an
index on `forked_from_project_id`. This used to be the case in the old
data model.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Getting rid of the deprecated `forked_project_links` table.

Note that the down action, that recreates the table does not have an
index on `forked_from_project_id`. This used to be the case in the old
data model.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '50526-flash-hideflash-sets-transition-style-test-fails-on-master-in-local-environment' into 'master'</title>
<updated>2018-08-27T11:17:36+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-08-27T11:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b64ba567ff4409a9e10f764297ea110023d4aec8'/>
<id>b64ba567ff4409a9e10f764297ea110023d4aec8</id>
<content type='text'>
Resolve ""Flash hideFlash sets transition style" test fails on master in local environment"

Closes #50526

See merge request gitlab-org/gitlab-ce!21376</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve ""Flash hideFlash sets transition style" test fails on master in local environment"

Closes #50526

See merge request gitlab-org/gitlab-ce!21376</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-correct-interpolation-i18n' into 'master'</title>
<updated>2018-08-27T10:06:17+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-08-27T10:06:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5e3896122c5034c7b8c07db07be0f94c70eff86d'/>
<id>5e3896122c5034c7b8c07db07be0f94c70eff86d</id>
<content type='text'>
Don't use ruby interpolation in externalized strings

Closes #50333

See merge request gitlab-org/gitlab-ce!21247</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use ruby interpolation in externalized strings

Closes #50333

See merge request gitlab-org/gitlab-ce!21247</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '49292-add-group-name-badge-under-milestone' into 'master'</title>
<updated>2018-08-27T08:21:28+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-08-27T08:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81bc745bf390ec8d939120df9830f5fe4595158d'/>
<id>81bc745bf390ec8d939120df9830f5fe4595158d</id>
<content type='text'>
Add group name badge under group milestone

Closes #49292

See merge request gitlab-org/gitlab-ce!21384</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add group name badge under group milestone

Closes #49292

See merge request gitlab-org/gitlab-ce!21384</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-28' into 'master'</title>
<updated>2018-08-27T08:19:45+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-08-27T08:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8e2dec761f81aaf25233fb3ffe98cfec743891c0'/>
<id>8e2dec761f81aaf25233fb3ffe98cfec743891c0</id>
<content type='text'>
Fix fallback logic for automatic MR title assignment

See merge request gitlab-org/gitlab-ce!20930</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix fallback logic for automatic MR title assignment

See merge request gitlab-org/gitlab-ce!20930</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rails5-update-gemfile-lock' into 'master'</title>
<updated>2018-08-26T20:49:21+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-08-26T20:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76d9f556c7d02e5fef4f1a4feae00b2a30139800'/>
<id>76d9f556c7d02e5fef4f1a4feae00b2a30139800</id>
<content type='text'>
Rails5 update Gemfile.rails5.lock

See merge request gitlab-org/gitlab-ce!21388</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rails5 update Gemfile.rails5.lock

See merge request gitlab-org/gitlab-ce!21388</pre>
</div>
</content>
</entry>
<entry>
<title>Rails5 update Gemfile.rails5.lock</title>
<updated>2018-08-26T19:34:25+00:00</updated>
<author>
<name>Jasper Maes</name>
<email>jaspermaes.jm@gmail.com</email>
</author>
<published>2018-08-26T19:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0aff4508dedf0e23f2cb7a2e0f0fecc322932d9'/>
<id>a0aff4508dedf0e23f2cb7a2e0f0fecc322932d9</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 'sh-insert-git-data-in-separate-transaction' into 'master'</title>
<updated>2018-08-26T16:34:47+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2018-08-26T16:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=68b84d8154a92876fb2c308b2ca16eb78f2b3933'/>
<id>68b84d8154a92876fb2c308b2ca16eb78f2b3933</id>
<content type='text'>
Bitbucket Server importer: Eliminate most idle-in-transaction issues

See merge request gitlab-org/gitlab-ce!21173</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bitbucket Server importer: Eliminate most idle-in-transaction issues

See merge request gitlab-org/gitlab-ce!21173</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-sanitize-project-import-names' into 'master'</title>
<updated>2018-08-26T15:00:10+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-08-26T15:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec54fd36e991b2c19b4e4d07342a6f3a1de2d8b1'/>
<id>ec54fd36e991b2c19b4e4d07342a6f3a1de2d8b1</id>
<content type='text'>
Use slugs for default project path and sanitize names before import

See merge request gitlab-org/gitlab-ce!21367</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use slugs for default project path and sanitize names before import

See merge request gitlab-org/gitlab-ce!21367</pre>
</div>
</content>
</entry>
</feed>
