Merge branch 'with-pipeline-view' into 'master'
Add pipeline view
This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3653
cc @DouweM @grzesiek
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17551
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15625
See merge request !3703
Showing
app/assets/stylesheets/pages/pipelines.scss
0 → 100644
app/finders/pipelines_finder.rb
0 → 100644
app/services/ci/create_pipeline_service.rb
0 → 100644
app/views/projects/pipelines/_info.html.haml
0 → 100644
app/views/projects/pipelines/index.html.haml
0 → 100644
app/views/projects/pipelines/new.html.haml
0 → 100644
app/views/projects/pipelines/show.html.haml
0 → 100644
spec/features/pipelines_spec.rb
0 → 100644
Please
register
or
sign in
to comment