-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch '321790-load-refs-on-demand' into 'master'
Load refs for the "Run Pipeline" form on demand, limit to 100 results per ref type See merge request gitlab-org/gitlab!55394
No related branches found
No related tags found
Pipeline #265286355 passed
Stage: sync
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: test
Stage: post-test
Showing
- app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue 78 additions, 109 deletions...javascripts/pipeline_new/components/pipeline_new_form.vue
- app/assets/javascripts/pipeline_new/components/refs_dropdown.vue 113 additions, 0 deletions...ets/javascripts/pipeline_new/components/refs_dropdown.vue
- app/assets/javascripts/pipeline_new/constants.js 1 addition, 0 deletionsapp/assets/javascripts/pipeline_new/constants.js
- app/assets/javascripts/pipeline_new/index.js 7 additions, 7 deletionsapp/assets/javascripts/pipeline_new/index.js
- app/views/projects/pipelines/new.html.haml 1 addition, 2 deletionsapp/views/projects/pipelines/new.html.haml
- changelogs/unreleased/321790-load-refs-on-demand.yml 5 additions, 0 deletionschangelogs/unreleased/321790-load-refs-on-demand.yml
- doc/ci/pipelines/index.md 2 additions, 2 deletionsdoc/ci/pipelines/index.md
- locale/gitlab.pot 6 additions, 3 deletionslocale/gitlab.pot
- spec/frontend/pipeline_new/components/pipeline_new_form_spec.js 70 additions, 71 deletions...rontend/pipeline_new/components/pipeline_new_form_spec.js
- spec/frontend/pipeline_new/components/refs_dropdown_spec.js 182 additions, 0 deletionsspec/frontend/pipeline_new/components/refs_dropdown_spec.js
- spec/frontend/pipeline_new/mock_data.js 9 additions, 11 deletionsspec/frontend/pipeline_new/mock_data.js
Please register or sign in to comment