stable

Clone or download

Read-only

Remove Vuex usage in the 'Create branch on a GitLab repository' modal

The complexity of the app does not justify the usage of Vuex. Not using it saves us a few KiB. Part of story #21336: create a development branch on GitLab out of an artifact Change-Id: Idd662f2b1f908089e86c993ce6e62f8b6871716a

Modified Files

Name
M plugins/gitlab/package-lock.json +0 −10 Go to diff View file
M plugins/gitlab/package.json +1 −3 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/components/App.vue +15 −6 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/index.ts +1 −1 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/modal.ts +5 −3 Go to diff View file
D plugins/gitlab/scripts/artifact-create-branch-action/src/store/index.ts +0 −43 Go to diff View file
D plugins/gitlab/scripts/artifact-create-branch-action/src/store/type.ts +0 −42 Go to diff View file