<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db, branch dz-codeclimate-doc</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>Added repository_update hook</title>
<updated>2017-05-12T22:26:48+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2017-05-03T02:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f661980904f718440cc700b7d1f38ea8bf0e5480'/>
<id>f661980904f718440cc700b7d1f38ea8bf0e5480</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 'zj-clean-up-ci-variables-table' into 'master'</title>
<updated>2017-05-11T15:53:06+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-05-11T15:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=455d4e25bf231f34ea066d0c9747a80b86eb1699'/>
<id>455d4e25bf231f34ea066d0c9747a80b86eb1699</id>
<content type='text'>

Clean up ci variables table

Closes #31799

See merge request !11186</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Clean up ci variables table

Closes #31799

See merge request !11186</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rails dependent: :destroy statement</title>
<updated>2017-05-11T12:52:47+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-05-08T19:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d922f54548ee64ff8cffb7234f574333d4edd2b7'/>
<id>d922f54548ee64ff8cffb7234f574333d4edd2b7</id>
<content type='text'>
Enforced by the database, and no callbacks need to be called.

Combined with 7b9b2c6099 and 294a8b8a6d this resolves
gitlab-org/gitlab-ce#31799
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enforced by the database, and no callbacks need to be called.

Combined with 7b9b2c6099 and 294a8b8a6d this resolves
gitlab-org/gitlab-ce#31799
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a foreign key to ci_variables to projects</title>
<updated>2017-05-11T12:52:47+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-05-08T19:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3eb8435fec3cd7311544a256a3205f31d1dc3a0c'/>
<id>3eb8435fec3cd7311544a256a3205f31d1dc3a0c</id>
<content type='text'>
Variables shouldn't exist without a project, so a foreign key was added
with CASCADE'ing effects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Variables shouldn't exist without a project, so a foreign key was added
with CASCADE'ing effects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent NULL values on ci_variables columns</title>
<updated>2017-05-11T11:17:47+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-05-08T17:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=383883382bac97477eb8448bef3ffac15d7ceacf'/>
<id>383883382bac97477eb8448bef3ffac15d7ceacf</id>
<content type='text'>
To be more specific; key, and project_id. If either of these is
NULL its wrong, because:

1. storing a key value pair without key is just plain wrong
2. all variables should belong to a project

Non of these cases existed on the staging database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be more specific; key, and project_id. If either of these is
NULL its wrong, because:

1. storing a key value pair without key is just plain wrong
2. all variables should belong to a project

Non of these cases existed on the staging database.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MySQL build failure</title>
<updated>2017-05-11T01:33:51+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-05-11T01:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=965b41769f878ba526f88761b06182e6a2e0f538'/>
<id>965b41769f878ba526f88761b06182e6a2e0f538</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 'retried-in-database-mysql' into 'master'</title>
<updated>2017-05-10T22:07:05+00:00</updated>
<author>
<name>Regis Boudinot</name>
<email>boudinot.regis@yahoo.com</email>
</author>
<published>2017-05-10T22:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81df0034f4b66f2627ecd92f0ca44b7a3a634719'/>
<id>81df0034f4b66f2627ecd92f0ca44b7a3a634719</id>
<content type='text'>

Retried in database

Closes #25737

See merge request !11115</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Retried in database

Closes #25737

See merge request !11115</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'master'</title>
<updated>2017-05-10T21:43:34+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-05-10T21:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb2f739d4844af094f62edb4e4dff1b3413a405b'/>
<id>cb2f739d4844af094f62edb4e4dff1b3413a405b</id>
<content type='text'>

Resolve "Use consistent style for trailing commas"

Closes #27144

See merge request !11063</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "Use consistent style for trailing commas"

Closes #27144

See merge request !11063</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the Style/TrailingCommaInLiteral cop</title>
<updated>2017-05-10T16:25:45+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-05-03T11:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d40e1f547ea9e31e822229bb808aaa6b9201f473'/>
<id>d40e1f547ea9e31e822229bb808aaa6b9201f473</id>
<content type='text'>
Use the EnforcedStyleForMultiline: no_comma option.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the EnforcedStyleForMultiline: no_comma option.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>No user needed to cleanup namespaceless pending delete projects</title>
<updated>2017-05-10T13:01:27+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-05-09T20:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=37a79409d446955eeb443ea5397d5bf263601a2d'/>
<id>37a79409d446955eeb443ea5397d5bf263601a2d</id>
<content type='text'>
Since this is a cleanup, ran by a post-deploy, there is no need to lookup the
admin to run the cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since this is a cleanup, ran by a post-deploy, there is no need to lookup the
admin to run the cleanup.
</pre>
</div>
</content>
</entry>
</feed>
