-
- Downloads
There was an error fetching the commit references. Please try again later.
Add CI/CD templates picker for empty pipelines page
This adds sample CI/CD templates for easily creating a .gitlab-ci.yml file for your project. Changelog: added
Showing
- app/assets/javascripts/pipelines/components/pipelines_list/empty_state.vue 2 additions, 60 deletions...ripts/pipelines/components/pipelines_list/empty_state.vue
- app/assets/javascripts/pipelines/components/pipelines_list/pipelines_ci_templates.vue 3 additions, 3 deletions...ines/components/pipelines_list/pipelines_ci_templates.vue
- app/controllers/projects/pipelines_controller.rb 0 additions, 13 deletionsapp/controllers/projects/pipelines_controller.rb
- app/helpers/ci/pipelines_helper.rb 1 addition, 3 deletionsapp/helpers/ci/pipelines_helper.rb
- app/views/projects/pipelines/index.html.haml 1 addition, 1 deletionapp/views/projects/pipelines/index.html.haml
- config/feature_flags/experiment/pipeline_empty_state_templates.yml 0 additions, 8 deletions...ature_flags/experiment/pipeline_empty_state_templates.yml
- locale/gitlab.pot 0 additions, 3 deletionslocale/gitlab.pot
- spec/controllers/projects/pipelines_controller_spec.rb 0 additions, 4 deletionsspec/controllers/projects/pipelines_controller_spec.rb
- spec/features/projects/pipelines/pipelines_spec.rb 1 addition, 1 deletionspec/features/projects/pipelines/pipelines_spec.rb
- spec/frontend/pipelines/empty_state_spec.js 11 additions, 21 deletionsspec/frontend/pipelines/empty_state_spec.js
- spec/frontend/pipelines/pipelines_ci_templates_spec.js 7 additions, 7 deletionsspec/frontend/pipelines/pipelines_ci_templates_spec.js
- spec/frontend/pipelines/pipelines_spec.js 10 additions, 10 deletionsspec/frontend/pipelines/pipelines_spec.js
Please register or sign in to comment