<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/backup/repository.rb, branch tests-for-diff-notes</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>Use `File::exist?` instead of `File::exists?`</title>
<updated>2016-08-11T10:54:45+00:00</updated>
<author>
<name>bogdanvlviv</name>
<email>bogdanvlviv@gmail.com</email>
</author>
<published>2016-08-09T21:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96ebc8c4f7223091d97c38c442d68c8058d26261'/>
<id>96ebc8c4f7223091d97c38c442d68c8058d26261</id>
<content type='text'>
Since version ruby-2.2.0, method `File::exists?` is deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since version ruby-2.2.0, method `File::exists?` is deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix backup restore</title>
<updated>2016-07-25T13:23:07+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-07-24T11:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6ff77d4b892c41c9fdbd8a8fbaec9ed611e10a4'/>
<id>c6ff77d4b892c41c9fdbd8a8fbaec9ed611e10a4</id>
<content type='text'>
Set permissions of backup dir to g+s

Closes #20188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set permissions of backup dir to g+s

Closes #20188
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor repository paths handling to allow multiple git mount points</title>
<updated>2016-06-30T02:30:31+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2016-06-22T21:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86359ec854314574dccea75247f45590262b05c0'/>
<id>86359ec854314574dccea75247f45590262b05c0</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>Replace all usages of `git` command with configurable binary path</title>
<updated>2015-11-03T22:11:09+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-11-03T22:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d09d62b6b875102b7a334fcf9e689537e1f25013'/>
<id>d09d62b6b875102b7a334fcf9e689537e1f25013</id>
<content type='text'>
Closes #3311
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3311
</pre>
</div>
</content>
</entry>
<entry>
<title>Stricter mkdir's in 'rake gitlab:backup:create'</title>
<updated>2015-07-30T08:17:34+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-07-30T08:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=baa157926d432f404a41c31ad6514ff8d5366269'/>
<id>baa157926d432f404a41c31ad6514ff8d5366269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set internal backup directory modes on create</title>
<updated>2015-07-29T09:18:55+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-07-29T09:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c5aae3077335ab0eaafb73f51548d4c85413a1d1'/>
<id>c5aae3077335ab0eaafb73f51548d4c85413a1d1</id>
<content type='text'>
This sidesteps problems with running 'chmod' on some CIFS mounts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sidesteps problems with running 'chmod' on some CIFS mounts.
</pre>
</div>
</content>
</entry>
<entry>
<title>backup repo with tar instead of git bundle</title>
<updated>2015-03-19T12:36:02+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>admin@example.com</email>
</author>
<published>2015-03-18T18:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d411a9e4d8063fdc9b6d0f74cad7345245a1fb0b'/>
<id>d411a9e4d8063fdc9b6d0f74cad7345245a1fb0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly fix wiki restore.</title>
<updated>2014-11-30T16:24:05+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2014-11-30T16:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=191aa9712eeb8fe39e8947dc681cefe4221044ec'/>
<id>191aa9712eeb8fe39e8947dc681cefe4221044ec</id>
<content type='text'>
ProjectWiki.new() creates a new wiki git repository, so any tries
to bare clone a bundle fail. With this patch we remove the newly
created wiki.git before restoring from the backup bundle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ProjectWiki.new() creates a new wiki git repository, so any tries
to bare clone a bundle fail. With this patch we remove the newly
created wiki.git before restoring from the backup bundle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper wiki restore. Fixes #845</title>
<updated>2014-11-29T20:01:52+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2014-11-29T19:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=880478b21e7c9b0068b3e14b8f7fb58ada2c232e'/>
<id>880478b21e7c9b0068b3e14b8f7fb58ada2c232e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
