Extract event_hub out of pipelines_table components
To make the pipelines_table component more reusable, we extract the the event hub and mixin logic out of the components and instead emit native vue events and let the wrapper components handle it.
显示
- app/assets/javascripts/ci/common/pipelines_table.vue 32 个添加, 32 个删除app/assets/javascripts/ci/common/pipelines_table.vue
- app/assets/javascripts/ci/pipeline_details/mixins/pipelines_mixin.js 9 个添加, 2 个删除...javascripts/ci/pipeline_details/mixins/pipelines_mixin.js
- app/assets/javascripts/ci/pipelines_page/components/nav_controls.vue 8 个添加, 11 个删除...javascripts/ci/pipelines_page/components/nav_controls.vue
- app/assets/javascripts/ci/pipelines_page/components/pipeline_operations.vue 37 个添加, 21 个删除...ipts/ci/pipelines_page/components/pipeline_operations.vue
- app/assets/javascripts/ci/pipelines_page/components/pipeline_stop_modal.vue 20 个添加, 11 个删除...ipts/ci/pipelines_page/components/pipeline_stop_modal.vue
- app/assets/javascripts/ci/pipelines_page/components/pipelines_manual_actions.vue 1 个添加, 2 个删除...ci/pipelines_page/components/pipelines_manual_actions.vue
- app/assets/javascripts/ci/pipelines_page/pipelines.vue 6 个添加, 3 个删除app/assets/javascripts/ci/pipelines_page/pipelines.vue
- app/assets/javascripts/commit/pipelines/legacy_pipelines_table_wrapper.vue 7 个添加, 4 个删除...ripts/commit/pipelines/legacy_pipelines_table_wrapper.vue
- app/assets/javascripts/commit/pipelines/pipelines_bundle.js 1 个添加, 1 个删除app/assets/javascripts/commit/pipelines/pipelines_bundle.js
- app/assets/javascripts/merge_request_tabs.js 7 个添加, 7 个删除app/assets/javascripts/merge_request_tabs.js
- locale/gitlab.pot 1 个添加, 1 个删除locale/gitlab.pot
- spec/frontend/ci/common/pipelines_table_spec.js 93 个添加, 69 个删除spec/frontend/ci/common/pipelines_table_spec.js
- spec/frontend/ci/pipelines_page/components/pipeline_operations_spec.js 58 个添加, 11 个删除.../ci/pipelines_page/components/pipeline_operations_spec.js
- spec/frontend/ci/pipelines_page/components/pipeline_stop_modal_spec.js 38 个添加, 4 个删除.../ci/pipelines_page/components/pipeline_stop_modal_spec.js
- spec/frontend/commit/pipelines/legacy_pipelines_table_wrapper_spec.js 72 个添加, 25 个删除...d/commit/pipelines/legacy_pipelines_table_wrapper_spec.js
想要评论请 注册 或 登录