Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-04 10:57:52 +0300
committerJames Lopez <james@jameslopez.es>2016-04-04 10:57:52 +0300
commitef85c510fa24a0deec6f680f9226dccd937a7bbe (patch)
treeeae410409ed87c07d73cbdfb5be83184a63a0151 /db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
parent43ee65e173cbb4f846c118c531f635dc0f8602ac (diff)
corrected a couple of based on MR review
Diffstat (limited to 'db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb')
-rw-r--r--db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb b/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
index fb5d8591c09..60f86c74df0 100644
--- a/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
+++ b/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
@@ -16,8 +16,8 @@ class RemoveWrongImportUrlFromProjects < ActiveRecord::Migration
say("Projects and Github projects with a wrong URL. It also migrates Gitlab project credentials.")
in_transaction { process_projects_with_wrong_url }
- say("Migrating bitbucket credentials...")# TODO remove last param
- in_transaction { process_project(import_type: 'bitbucket', unencrypted_data: ['repo', 'user_map']) }
+ say("Migrating bitbucket credentials...")
+ in_transaction { process_project(import_type: 'bitbucket') }
say("Migrating fogbugz credentials...")
in_transaction { process_project(import_type: 'fogbugz', unencrypted_data: ['repo', 'user_map']) }