gitlab-org--gitlab-foss/lib/tasks
Zeger-Jan van de Weg bbccd31057
Check Gitaly when running `rake dev:setup`
Before this change, trying to setup dev environment could be tried
without having at least one Gitaly running. Cloning the repositories
would fail, but not stop the setup.

Given this would lead to an inconsistent state, a check was added if we
could connect to the server.

Output when it fails:

```
$ rake dev:setup
Failed to connect to Gitaly...
Error: 14:Connect Failed
```
2018-04-19 10:40:28 +02:00
..
ci
gitlab Check Gitaly when running `rake dev:setup` 2018-04-19 10:40:28 +02:00
migrate Add the RedirectRoute#path index setup_postgresql 2018-03-28 14:12:08 +02:00
brakeman.rake Speed up Unicorn specs by using a dummy Rack application instead of GitLab 2017-11-22 19:51:57 +00:00
cache.rake Allow `rake cache:clear` clearing pipeline status cache 2018-04-10 20:57:00 +08:00
config_lint.rake
dev.rake Use `Gitlab::Utils::Override` over defined?(super) 2017-12-26 17:18:10 +08:00
downtime_check.rake
ee_compat_check.rake
eslint.rake
flay.rake Fix flay not detecting identical code 2018-01-31 14:07:47 +01:00
gemojione.rake Rename .scss files to use snake_case 2018-02-08 23:07:34 -06:00
gettext.rake Use StrongMemoize and enable/disable cops properly 2017-11-18 01:01:53 +08:00
grape.rake
haml-lint.rake It's now updated so we could remove it 2018-03-21 21:03:32 +08:00
import.rake Restore GH enterprise support in the Rake task 2017-11-08 21:20:46 +01:00
karma.rake
lint.rake Run lint:all tasks in forks 2018-02-14 17:34:34 +01:00
plugins.rake Improve plugins documentation and remove unnecessary rake task 2018-02-28 12:31:19 +02:00
rubocop.rake
scss-lint.rake
services.rake
setup.rake
sidekiq.rake
spec.rake
spinach.rake
test.rake Remove test_ci rake task 2018-04-03 07:54:30 +09:00
tokens.rake Remove tokens:reset_all_auth rake task 2017-11-02 11:39:02 +01:00
yarn.rake