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:
authorTim Zallmann <tzallmann@gitlab.com>2018-03-05 12:11:41 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-03-05 12:11:41 +0300
commit67feb7cd42e439e754d64fce646d8d9fb99a0ad8 (patch)
tree44bcee4bda6dfbc8ccbc5ff09acb1fb0bda1787b /config
parentc6764bdc2abcc8c63d4018fe2471af1f50e37df9 (diff)
parent9a2d9290c946364706ebfc2bca7c1e786ba752e8 (diff)
Merge branch 'remove-ide' into 'master'
Remove IDE from CE See merge request gitlab-org/gitlab-ce!17458
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
-rw-r--r--config/webpack.config.js1
2 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e72ea1881cd..35fd76fb119 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -43,8 +43,6 @@ Rails.application.routes.draw do
get 'liveness' => 'health#liveness'
get 'readiness' => 'health#readiness'
post 'storage_check' => 'health#storage_check'
- get 'ide' => 'ide#index'
- get 'ide/*vueroute' => 'ide#index', format: false
resources :metrics, only: [:index]
mount Peek::Railtie => '/peek'
diff --git a/config/webpack.config.js b/config/webpack.config.js
index cc098c8a3f9..19eeb497a14 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -47,7 +47,6 @@ function generateEntries() {
common_vue: './vue_shared/vue_resource_interceptor.js',
locale: './locale/index.js',
main: './main.js',
- ide: './ide/index.js',
raven: './raven/index.js',
webpack_runtime: './webpack.js',
};