-
- Downloads
There was an error fetching the commit references. Please try again later.
Add option to filter pipelines based on source in the UI
Allow users to filter pipelines in the pipelines index page based on the
source due to which pipelines were started.
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
Showing
- app/assets/javascripts/pipelines/components/pipelines_list/pipelines_filtered_search.vue 16 additions, 1 deletion...s/components/pipelines_list/pipelines_filtered_search.vue
- app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_source_token.vue 106 additions, 0 deletions...omponents/pipelines_list/tokens/pipeline_source_token.vue
- app/assets/javascripts/pipelines/constants.js 1 addition, 1 deletionapp/assets/javascripts/pipelines/constants.js
- app/controllers/projects/pipelines_controller.rb 4 additions, 0 deletionsapp/controllers/projects/pipelines_controller.rb
- locale/gitlab.pot 45 additions, 0 deletionslocale/gitlab.pot
- spec/frontend/pipelines/components/pipelines_filtered_search_spec.js 11 additions, 0 deletions...nd/pipelines/components/pipelines_filtered_search_spec.js
- spec/frontend/pipelines/pipelines_spec.js 2 additions, 0 deletionsspec/frontend/pipelines/pipelines_spec.js
- spec/frontend/pipelines/tokens/pipeline_source_token_spec.js 50 additions, 0 deletionsspec/frontend/pipelines/tokens/pipeline_source_token_spec.js
Please register or sign in to comment