MR: cleanup/vue-unused-components - components/*
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
- mr_widget_how_to_merge_modal.vue
- Removed unused props: canMerge, targetBranch
- mr_widget_migrate_jenkins.vue
- Removed unused prop: humanAccess
- mr_widget_pipeline.vue
-
Removed unused props: pipelineMustSucceed, mergeStrategy
-
Removed unused computed properties: hasStages(), isMergeRequestPipeline
-
Note: hasCi is indirectly used in test defaultProps in mr_widget_pipeline_spec.js — retained
-
Note: pipelineEtag is referenced in mr_widget_pipeline_container_spec.js — retained
- mr_widget_pipeline_container.vue
- Removed unused props: showCollapsedDeployments and multipleDeploymentsTitle
- mr_widget_suggest_pipeline.vue
- Added alt attribute to image for accessibility
- Removed unused method()
- Removed unused tracking prop
Tests ran:
- lint:eslint for .vue files - PASSED!
- yarn run jest for spec files - PASSED!
Edited by Paul Gascou-Vaillancourt