- 26 Jan, 2018 1 commit
-
-
Stan Hu authored
-
- 02 Jan, 2018 1 commit
-
-
Stan Hu authored
The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up MySQL properly with limits. Closes #41517
-
- 01 Dec, 2017 1 commit
-
-
Robert Speicher authored
-
- 11 Aug, 2017 1 commit
-
-
Robert Speicher authored
Also marks a few things as uncovered, and removes an unused class.
-
- 03 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 03 Jun, 2016 1 commit
-
-
Connor Shea authored
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
-
- 26 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 10 Nov, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit a9fadce3.
-
- 26 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 10 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 15 Mar, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Return execution of observers in seeds. Mute email sending to letter opening in you browser. Added `rake dev` task to reset db and add seeds. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Nov, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-