gitlab-org--gitlab-foss/lib/tasks/gitlab
Dmitriy Zaporozhets d960b9aea2 Merge branch 'master' into 'master'
print validation errors when gitlab-rake gitlab:import:repos fails for project

Currently, when gitlab-rake gitlab:import:repos is not able to import a project it justs prints "Failed trying to create project" to the console. There seems to be no way to find out what exactly has failed. Since the check uses validation, it should at least print the validation issues. That might be a bit cryptic, but may be better than leaving the user in the dark completely.

See merge request !147
2015-01-20 05:03:22 +00:00
..
db Drop all Postgres sequences during backup restore 2014-10-28 18:52:21 +01:00
backup.rake Explain why we create a StringIO 2014-11-20 15:54:39 +01:00
bulk_add_permission.rake Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
check.rake Use a different name of the method to check if sanitize is enabled in check task. 2014-12-22 10:03:52 +01:00
cleanup.rake fixes the `block_removed_ldap_users` rake task 2014-11-12 12:06:24 +01:00
enable_automerge.rake Fix popen bug in `rake gitlab:satellites:create` 2014-04-07 11:22:27 +02:00
generate_docs.rake
import.rake Merge branch 'master' into 'master' 2015-01-20 05:03:22 +00:00
info.rake Include the Sidekiq version in gitlab:env:info 2014-04-01 16:05:26 +02:00
mail_google_schema_whitelisting.rake Make view link come first so I don't have to mouse to the end of the email line. 2015-01-14 21:12:16 -08:00
setup.rake Move the adapter check to the migration 2014-04-23 11:08:51 +02:00
shell.rake Don't forget to splat. 2014-12-12 10:42:55 +01:00
sidekiq.rake Add rake task to drop a project's PostReceive jobs 2014-08-21 16:02:04 +02:00
task_helpers.rake
test.rake Add trailing newline to all text files. 2014-06-21 11:20:22 +02:00
web_hook.rake