diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-05 09:11:41 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-05 09:11:41 +0000 |
commit | 67feb7cd42e439e754d64fce646d8d9fb99a0ad8 (patch) | |
tree | 44bcee4bda6dfbc8ccbc5ff09acb1fb0bda1787b /config | |
parent | c6764bdc2abcc8c63d4018fe2471af1f50e37df9 (diff) | |
parent | 9a2d9290c946364706ebfc2bca7c1e786ba752e8 (diff) | |
download | gitlab-ce-67feb7cd42e439e754d64fce646d8d9fb99a0ad8.tar.gz |
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.rb | 2 | ||||
-rw-r--r-- | config/webpack.config.js | 1 |
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', }; |