summaryrefslogtreecommitdiff
path: root/lib/tasks/spinach.rake
Commit message (Collapse)AuthorAgeFilesLines
* Remove spinach.rakeblackst0ne2018-05-141-60/+0
|
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-1/+1
|
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-1/+1
| | | | Since version ruby-2.2.0, method `File::exists?` is deprecated.
* Rename `run` task helper method to prevent conflict with StateMachineRobert Speicher2016-08-091-4/+2
| | | | | | | | | This prevents the following message from appearing whenever running a Rake task: Instance method "run" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.
* Replace colorize gem with rainbow.Connor Shea2016-06-031-1/+1
| | | | | | | | | | | | | 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
* Retry spinach testsKamil Trzcinski2016-03-091-28/+34
|
* Split up feature specs moreDouwe Maan2015-12-091-3/+23
|
* Added @commits to list of tags.Mike Chmielewski2015-10-281-3/+3
|
* Refactor rake tasks for testsDmitriy Zaporozhets2015-06-231-24/+20
|
* Fix semaphore spinach tagsDmitriy Zaporozhets2015-01-291-2/+2
|
* Skip tricky test for semaphoreDmitriy Zaporozhets2015-01-291-1/+7
|
* Splitted the Spinach tests to prevent time-outsJeroen van Baarsen2014-06-041-0/+21
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix syntax errorDmitriy Zaporozhets2014-05-271-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Check return system value for gitlab test rake tasksDmitriy Zaporozhets2014-05-261-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Clear rake task only if definedDmitriy Zaporozhets2014-03-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Override rake spec and rake spinach tasksDmitriy Zaporozhets2014-03-141-0/+14
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>