<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/workers, branch fix-diff-comment-alignment</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>Move forking to Gitaly</title>
<updated>2018-06-19T11:30:54+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-06-19T10:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1dc0332726ffbcb488439e84373958753ee4ac5e'/>
<id>1dc0332726ffbcb488439e84373958753ee4ac5e</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitaly/issues/817

Closes https://gitlab.com/gitlab-org/gitaly/issues/1236
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitaly/issues/817

Closes https://gitlab.com/gitlab-org/gitaly/issues/1236
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rails5-queue-name' into 'master'</title>
<updated>2018-06-18T08:15:26+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-06-18T08:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aca47a5be6ed1c0f58c1d0471b4439bdef5b9bbd'/>
<id>aca47a5be6ed1c0f58c1d0471b4439bdef5b9bbd</id>
<content type='text'>
Fix queue_name in Rails 5

Closes #47372

See merge request gitlab-org/gitlab-ce!19874</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix queue_name in Rails 5

Closes #47372

See merge request gitlab-org/gitlab-ce!19874</pre>
</div>
</content>
</entry>
<entry>
<title>Fix queue_name in Rails 5</title>
<updated>2018-06-14T21:21:12+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-06-14T21:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c84a470bab08abce2ac9ad268e57c1c90fb7755e'/>
<id>c84a470bab08abce2ac9ad268e57c1c90fb7755e</id>
<content type='text'>
In Rails 5 DeliveryJob.queue_name may return Proc (probably
if block is used for queue name definition). Instance method
takes handles this already and returns string as expected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Rails 5 DeliveryJob.queue_name may return Proc (probably
if block is used for queue name definition). Instance method
takes handles this already and returns string as expected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zj-mandatory-batch' into 'master'</title>
<updated>2018-06-14T12:16:05+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-06-14T12:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=beba4a1d1cb6235581a5df6e077d8ca8ca2fa899'/>
<id>beba4a1d1cb6235581a5df6e077d8ca8ca2fa899</id>
<content type='text'>
Move Gitaly RPCs to mandatory

Closes gitaly#217, gitaly#389, gitaly#390, gitaly#220, gitaly#376, and gitaly#354

See merge request gitlab-org/gitlab-ce!19759</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Gitaly RPCs to mandatory

Closes gitaly#217, gitaly#389, gitaly#390, gitaly#220, gitaly#376, and gitaly#354

See merge request gitlab-org/gitlab-ce!19759</pre>
</div>
</content>
</entry>
<entry>
<title>Deny repository disk access in development and test</title>
<updated>2018-06-14T11:18:25+00:00</updated>
<author>
<name>Jacob Vosmaer (GitLab)</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-06-14T11:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5cf5680f9c8ce251570efce7dd4c348fb68efccf'/>
<id>5cf5680f9c8ce251570efce7dd4c348fb68efccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move GC RPCs to mandatory</title>
<updated>2018-06-13T14:36:43+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-06-13T14:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e2577229d8e12fdb02a156fcc6672ebc6bb3f5d'/>
<id>0e2577229d8e12fdb02a156fcc6672ebc6bb3f5d</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitaly/issues/354
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitaly/issues/354
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-disk-access-3' into 'master'</title>
<updated>2018-06-12T13:32:46+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-06-12T13:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b0d2283d77df0e99f5f49db3f78f6101ac1b8ef'/>
<id>8b0d2283d77df0e99f5f49db3f78f6101ac1b8ef</id>
<content type='text'>
Find and mark more Git disk access locations, part 2

See merge request gitlab-org/gitlab-ce!19437</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Find and mark more Git disk access locations, part 2

See merge request gitlab-org/gitlab-ce!19437</pre>
</div>
</content>
</entry>
<entry>
<title>Find and mark more Git disk access locations, part 2</title>
<updated>2018-06-12T12:33:37+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-06-05T15:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f376347f24f24efc157d80de63381dd22d060630'/>
<id>f376347f24f24efc157d80de63381dd22d060630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around limitations of expect_any_instance_of by stubbing Project.find</title>
<updated>2018-06-11T16:47:51+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-06-11T16:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96ce4ed25c7633330f82439f1f9347f6eef8568a'/>
<id>96ce4ed25c7633330f82439f1f9347f6eef8568a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Hashed Storage: Make possible to migrate single project"</title>
<updated>2018-06-07T15:40:44+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2018-06-07T15:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=36c337647591d964b7ef1e1fc61fc64a930fb6f4'/>
<id>36c337647591d964b7ef1e1fc61fc64a930fb6f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
