Move SquashBeforeMerge vue component

This commit is contained in:
George Tsiolis 2018-05-08 14:06:11 +03:00
parent c8bfb3e418
commit e286942185
3 changed files with 9 additions and 4 deletions

View File

@ -10,6 +10,6 @@ In EE, the configuration extends this object to add a functioning squash-before-
button.
*/
export default {
template: '',
};
<script>
export default {};
</script>

View File

@ -41,7 +41,7 @@ export { default as MRWidgetService } from './services/mr_widget_service';
export { default as eventHub } from './event_hub';
export { default as getStateKey } from './stores/get_state_key';
export { default as stateMaps } from './stores/state_maps';
export { default as SquashBeforeMerge } from './components/states/mr_widget_squash_before_merge';
export { default as SquashBeforeMerge } from './components/states/mr_widget_squash_before_merge.vue';
export { default as notify } from '../lib/utils/notify';
export { default as SourceBranchRemovalStatus } from './components/source_branch_removal_status.vue';

View File

@ -0,0 +1,5 @@
---
title: Move SquashBeforeMerge vue component
merge_request: 18813
author: George Tsiolis
type: performance