<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db/fixtures/development, branch refactor-namespace-default-scope-override</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>Replace invalid chars while seeding environments</title>
<updated>2017-06-21T11:16:38+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>zegerjan@gitlab.com</email>
</author>
<published>2017-06-21T11:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5eb940da76193524bd81d006fee9f7971c750ec0'/>
<id>5eb940da76193524bd81d006fee9f7971c750ec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error while seeding projects in database</title>
<updated>2017-06-06T20:00:44+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2017-06-06T20:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=985d35546701504c232cfd1851b792cfc618a4db'/>
<id>985d35546701504c232cfd1851b792cfc618a4db</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 'sidekiq-transaction' into 'master'</title>
<updated>2017-06-05T09:34:05+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-06-05T09:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3cc5e48668caf97588241001866fd42666b2f8f0'/>
<id>3cc5e48668caf97588241001866fd42666b2f8f0</id>
<content type='text'>
Forbid Sidekiq scheduling in transactions

Closes #27233

See merge request !9376</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forbid Sidekiq scheduling in transactions

Closes #27233

See merge request !9376</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '30469-convdev-index' into 'master'</title>
<updated>2017-06-05T09:18:12+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-06-05T09:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b39cf4e0c5d0ca680a40bb7232fee4f7fdfb02e'/>
<id>3b39cf4e0c5d0ca680a40bb7232fee4f7fdfb02e</id>
<content type='text'>
ConvDev Index

Closes #30469

See merge request !11377</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ConvDev Index

Closes #30469

See merge request !11377</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keys seed</title>
<updated>2017-06-02T17:37:57+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-06-02T17:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=103b5bf60ba952e661b3e22d866cc64eed7358ee'/>
<id>103b5bf60ba952e661b3e22d866cc64eed7358ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that environment was created before deploying</title>
<updated>2017-06-02T13:34:31+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-06-02T13:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4968f226a0730de12c5f50b23e8e08360d906c3d'/>
<id>4968f226a0730de12c5f50b23e8e08360d906c3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix other use of CreateDeploymentService and make</title>
<updated>2017-06-01T18:46:34+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-06-01T18:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f62603286d72d42e5b4e87b8f7f7bd6094407f1b'/>
<id>f62603286d72d42e5b4e87b8f7f7bd6094407f1b</id>
<content type='text'>
it a bit more robust against missing options,
which we did guard on for some cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it a bit more robust against missing options,
which we did guard on for some cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Conversational Development Index page to admin panel</title>
<updated>2017-06-01T15:37:21+00:00</updated>
<author>
<name>Taurie Davis, Simon Knox and Adam Niedzielski</name>
<email>awesome@gitlab.com</email>
</author>
<published>2017-05-24T10:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26dde5f55f1dac2e6bea4f7e1dfa51c72dc756cb'/>
<id>26dde5f55f1dac2e6bea4f7e1dfa51c72dc756cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce source to pipeline entity</title>
<updated>2017-05-31T12:17:49+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-05-24T13:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=161af17c1b69e7e00aefcd4f540a55755259ceda'/>
<id>161af17c1b69e7e00aefcd4f540a55755259ceda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of multiple_assignees_feature [ci skip]</title>
<updated>2017-05-04T14:11:53+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2017-05-04T12:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=387c4b2c21a44360386a9b8ce6849e7f1b8a3de9'/>
<id>387c4b2c21a44360386a9b8ce6849e7f1b8a3de9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
