<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch diff-scroll-point</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>Properly quote table name in Rake task for MySQL and PostgreSQL compatibility</title>
<updated>2016-06-09T22:06:19+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-06-09T21:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf92ea687f7085d8ea0168f47507d0bc459b6d36'/>
<id>bf92ea687f7085d8ea0168f47507d0bc459b6d36</id>
<content type='text'>
!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.

Closes #15259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.

Closes #15259
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix_issue_15259' into 'master'</title>
<updated>2016-06-09T21:44:10+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-06-09T21:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4fbb284cfd8a23ed3b754e0f168752c1ab211a7c'/>
<id>4fbb284cfd8a23ed3b754e0f168752c1ab211a7c</id>
<content type='text'>

Fix bug with SQL syntax error during backup restoration

## What does this MR do?
It properly escapes the table name in the `DROP TABLE IF EXISTS ...` statement used during restore of a backup.

## Are there points in the code the reviewer needs to double check?
Please check compatibility with PostgreSQL

## Why was this MR needed?
Fix an issue with backups can not be restored if MySQL is used as database for GitLab.

## What are the relevant issue numbers?
#15259 

## Screenshots (if relevant)
-

See merge request !4318</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix bug with SQL syntax error during backup restoration

## What does this MR do?
It properly escapes the table name in the `DROP TABLE IF EXISTS ...` statement used during restore of a backup.

## Are there points in the code the reviewer needs to double check?
Please check compatibility with PostgreSQL

## Why was this MR needed?
Fix an issue with backups can not be restored if MySQL is used as database for GitLab.

## What are the relevant issue numbers?
#15259 

## Screenshots (if relevant)
-

See merge request !4318</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missed colorize methods.</title>
<updated>2016-06-06T21:32:36+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-06-06T21:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=efb7da68e686e501abcfb8b0aea241c7b625fac5'/>
<id>efb7da68e686e501abcfb8b0aea241c7b625fac5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace colorize gem with rainbow.</title>
<updated>2016-06-03T16:37:09+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-06-01T22:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=903946c78a0f73e5cbdfce7b93d31c4d1bd045cd'/>
<id>903946c78a0f73e5cbdfce7b93d31c4d1bd045cd</id>
<content type='text'>
Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize.

The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance.

The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product.

An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded.

Rainbow library: https://github.com/sickill/rainbow
Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize.

The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance.

The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product.

An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded.

Rainbow library: https://github.com/sickill/rainbow
Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug with SQL syntax error during backup restoration</title>
<updated>2016-05-27T11:35:12+00:00</updated>
<author>
<name>Daniel Beyer</name>
<email>ymc-dabe@vcs.ymc.ch</email>
</author>
<published>2016-05-27T11:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97aecdeadeb85383a793135f92677daf99c6183e'/>
<id>97aecdeadeb85383a793135f92677daf99c6183e</id>
<content type='text'>
closes #15259</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #15259</pre>
</div>
</content>
</entry>
<entry>
<title>Switch the gitlab:db:configure task to use tables.any? instead of looking specifically for the schema_migrations table</title>
<updated>2016-05-25T17:47:09+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2016-05-15T14:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a7326ba9ae4c7db0d03df0c114b84a22ab83ced'/>
<id>1a7326ba9ae4c7db0d03df0c114b84a22ab83ced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hash syntax and add changelog for the gitlab:db:configure rake task</title>
<updated>2016-05-25T17:44:22+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2016-05-06T17:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24632d215029f8a03cf6742363d42dbf63fa92f2'/>
<id>24632d215029f8a03cf6742363d42dbf63fa92f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a gitlab:db:configure rake task to handle conditionally seeding or migrating the database.</title>
<updated>2016-05-25T17:44:22+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2016-05-05T23:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6e7d826b271a0fc51ed7eb7772c1820c720f1ff'/>
<id>c6e7d826b271a0fc51ed7eb7772c1820c720f1ff</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 'fix-registry-backups' into 'master'</title>
<updated>2016-05-25T09:28:22+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-05-25T09:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=019a3c781efd75a8ce44297519a724e322cfde96'/>
<id>019a3c781efd75a8ce44297519a724e322cfde96</id>
<content type='text'>

Fix backups if registry is disabled

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17749

See merge request !4263</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix backups if registry is disabled

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17749

See merge request !4263</pre>
</div>
</content>
</entry>
<entry>
<title>Add rubocop-rspec</title>
<updated>2016-05-23T19:59:32+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-05-21T23:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43d9e06b68d82588ca582f43971cae040b04674f'/>
<id>43d9e06b68d82588ca582f43971cae040b04674f</id>
<content type='text'>
Almost all cops are starting as disabled until we can fix their
violations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Almost all cops are starting as disabled until we can fix their
violations.
</pre>
</div>
</content>
</entry>
</feed>
