Skip to content
Snippets Groups Projects
Commit d4516cf5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'fix-gitorious-importer' into 'master'

Get Gitorious importer to work again.

Fixes #1504.

See merge request !576
parent d5c71c83
No related branches found
No related tags found
No related merge requests found
Please view this file on the master branch, on stable branches it's out of date.
 
v 7.11.0 (unreleased)
- Get Gitorious importer to work again.
- Fix clone URL field and X11 Primary selection (Dmitry Medvinsky)
- Ignore invalid lines in .gitmodules
-
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@ class Import::GitoriousController < Import::BaseController
 
def callback
session[:gitorious_repos] = params[:repos]
redirect_to status_import_gitorious_url
redirect_to status_import_gitorious_path
end
 
def status
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@ module Gitlab
end
 
def repos
@repos ||= repo_names.map { |full_name| Repository.new(full_name) }
@repos ||= repo_names.map { |full_name| GitoriousImport::Repository.new(full_name) }
end
 
def repo(id)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment