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
path: root/config
diff options
context:
space:
mode:
authorMarcin Kulik <m@ku1ik.com>2015-02-20 20:38:41 +0300
committerMarcin Kulik <m@ku1ik.com>2015-02-20 20:42:58 +0300
commit157b4b4b1f41267375d3b32c9c1606a538eb8488 (patch)
tree4f3fb0ee33696337118fb3516b0b01333dec1ef1 /config
parent1f617c3c5ffd3b8b4d1eb29d9cda8a2e7a749133 (diff)
Add gitorious.org importer
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 65786d83566..101c5f3c362 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -67,6 +67,12 @@ Gitlab::Application.routes.draw do
get :callback
get :jobs
end
+
+ resource :gitorious, only: [:create, :new], controller: :gitorious do
+ get :status
+ get :callback
+ get :jobs
+ end
end