-
- Downloads
Merge branch 'ci-build-page' into 'master'
Move CI build page to CE project
* move CI build page to project
* cleanup unused code
* fix few 500 errors (build cancel and few CI admin pages)
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
See merge request !1524
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/stylesheets/ci/builds.scss 7 additions, 1 deletionapp/assets/stylesheets/ci/builds.scss
- app/assets/stylesheets/generic/common.scss 4 additions, 0 deletionsapp/assets/stylesheets/generic/common.scss
- app/controllers/ci/builds_controller.rb 11 additions, 37 deletionsapp/controllers/ci/builds_controller.rb
- app/controllers/ci/commits_controller.rb 1 addition, 7 deletionsapp/controllers/ci/commits_controller.rb
- app/controllers/projects/builds_controller.rb 25 additions, 0 deletionsapp/controllers/projects/builds_controller.rb
- app/helpers/application_helper.rb 4 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/builds_helper.rb 1 addition, 1 deletionapp/helpers/builds_helper.rb
- app/helpers/ci/commits_helper.rb 0 additions, 24 deletionsapp/helpers/ci/commits_helper.rb
- app/models/ci/build.rb 1 addition, 1 deletionapp/models/ci/build.rb
- app/models/project_services/ci/hip_chat_message.rb 1 addition, 1 deletionapp/models/project_services/ci/hip_chat_message.rb
- app/models/project_services/ci/slack_message.rb 2 additions, 2 deletionsapp/models/project_services/ci/slack_message.rb
- app/models/project_services/gitlab_ci_service.rb 1 addition, 1 deletionapp/models/project_services/gitlab_ci_service.rb
- app/views/ci/admin/builds/_build.html.haml 4 additions, 2 deletionsapp/views/ci/admin/builds/_build.html.haml
- app/views/ci/admin/runners/show.html.haml 8 additions, 2 deletionsapp/views/ci/admin/runners/show.html.haml
- app/views/ci/builds/show.html.haml 0 additions, 165 deletionsapp/views/ci/builds/show.html.haml
- app/views/ci/commits/_commit.html.haml 1 addition, 1 deletionapp/views/ci/commits/_commit.html.haml
- app/views/ci/commits/show.html.haml 0 additions, 89 deletionsapp/views/ci/commits/show.html.haml
- app/views/ci/notify/build_fail_email.html.haml 1 addition, 1 deletionapp/views/ci/notify/build_fail_email.html.haml
- app/views/ci/notify/build_fail_email.text.erb 1 addition, 1 deletionapp/views/ci/notify/build_fail_email.text.erb
app/helpers/ci/commits_helper.rb
deleted
100644 → 0
app/views/ci/builds/show.html.haml
deleted
100644 → 0
app/views/ci/commits/show.html.haml
deleted
100644 → 0
Please register or sign in to comment