-
- Downloads
Merge branch 'cleanup-ci-pages' into 'master'
Cleanup CI pages - [x] Remove `ci/projects/:id` page - [x] Remove Continuous integration from project menu - [x] Remove unused css/js - [x] Remove Ci::Commit and Ci::Build controllers - [x] Move CI services to project settings area cc @ayufan Part of #2594 See merge request !1529
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/ci/Chart.min.js 0 additions, 39 deletionsapp/assets/javascripts/ci/Chart.min.js
- app/assets/javascripts/ci/projects.js.coffee 0 additions, 3 deletionsapp/assets/javascripts/ci/projects.js.coffee
- app/controllers/ci/builds_controller.rb 0 additions, 52 deletionsapp/controllers/ci/builds_controller.rb
- app/controllers/ci/commits_controller.rb 0 additions, 32 deletionsapp/controllers/ci/commits_controller.rb
- app/controllers/ci/projects_controller.rb 4 additions, 20 deletionsapp/controllers/ci/projects_controller.rb
- app/controllers/ci/services_controller.rb 0 additions, 59 deletionsapp/controllers/ci/services_controller.rb
- app/controllers/projects/builds_controller.rb 30 additions, 0 deletionsapp/controllers/projects/builds_controller.rb
- app/controllers/projects/ci_services_controller.rb 49 additions, 0 deletionsapp/controllers/projects/ci_services_controller.rb
- app/controllers/projects/commit_controller.rb 8 additions, 0 deletionsapp/controllers/projects/commit_controller.rb
- app/views/ci/projects/_info.html.haml 0 additions, 2 deletionsapp/views/ci/projects/_info.html.haml
- app/views/ci/projects/show.html.haml 0 additions, 60 deletionsapp/views/ci/projects/show.html.haml
- app/views/layouts/ci/_nav_project.html.haml 0 additions, 11 deletionsapp/views/layouts/ci/_nav_project.html.haml
- app/views/layouts/nav/_project.html.haml 1 addition, 8 deletionsapp/views/layouts/nav/_project.html.haml
- app/views/layouts/nav/_project_settings.html.haml 10 additions, 0 deletionsapp/views/layouts/nav/_project_settings.html.haml
- app/views/projects/builds/_build.html.haml 2 additions, 2 deletionsapp/views/projects/builds/_build.html.haml
- app/views/projects/builds/show.html.haml 2 additions, 2 deletionsapp/views/projects/builds/show.html.haml
- app/views/projects/ci_services/_form.html.haml 2 additions, 5 deletionsapp/views/projects/ci_services/_form.html.haml
- app/views/projects/ci_services/edit.html.haml 0 additions, 0 deletionsapp/views/projects/ci_services/edit.html.haml
- app/views/projects/ci_services/index.html.haml 1 addition, 1 deletionapp/views/projects/ci_services/index.html.haml
app/views/ci/projects/show.html.haml
deleted
100644 → 0
File moved
Please register or sign in to comment