gitlab-org--gitlab-foss/lib/tasks
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
..
ci Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
gitlab Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
migrate Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
.gitkeep init commit 2011-10-09 00:36:38 +03:00
brakeman.rake Reduce progress bar noise during brakeman run 2016-03-04 22:12:25 +00:00
cache.rake Put CACHE_NAMESPACE in the Gitlab::Redis module 2016-04-07 15:42:07 +02:00
dev.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
flay.rake Set higher flay value to avoid unnecessary refactoring for now 2015-11-17 11:18:01 +01:00
flog.rake Allow flog failure for now 2015-11-11 15:30:23 +01:00
gemojione.rake fix emoji aliases not showing in autocomplete 2016-04-09 13:29:37 +01:00
grape.rake Add grape routing print 2015-11-12 16:26:23 +01:00
rubocop.rake Add rubocop-rspec 2016-05-23 15:59:32 -04:00
scss-lint.rake Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add documentation for SCSS Style Guide. 2016-03-14 20:33:54 -06:00
services.rake Added service API endpoint to retrieve service parameters 2015-09-10 18:22:57 +02:00
setup.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
sidekiq.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
spec.rake Removed benchmark suite and its documentation 2016-03-10 11:15:43 +01:00
spinach.rake Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
test.rake Use teaspoon instead of jasmine:ci 2015-07-03 10:51:44 +02:00