gitlab-org--gitlab-foss/lib/backup
Connor Shea 903946c78a
Replace colorize gem with rainbow.
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
2016-06-03 10:37:09 -06:00
..
artifacts.rb Implement Build Artifacts 2015-11-10 12:51:50 +01:00
builds.rb Explicitly require backup/files 2015-11-02 15:04:43 -05:00
database.rb Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
files.rb Do no rely on basename of builds, uploads 2015-10-16 17:16:17 +02:00
lfs.rb Backup LFS objects same as any upload. 2015-11-19 10:43:45 +01:00
manager.rb Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
registry.rb Added backup of container registry 2016-05-16 17:25:38 -05:00
repository.rb Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
uploads.rb Explicitly require backup/files 2015-11-02 15:04:43 -05:00