stable

Clone or download

Read-only

[feature] Display the full form in the modal

This is part of story #21336: create a development branch on GitLab out of an artifact The whole form must be displayed in the modal. The default branch is not prefilled in the reference input field. Change-Id: I944d34c857de0840afb43f8daba4002f20973dd4

Modified Files

Name
M plugins/gitlab/include/Artifact/Action/CreateBranchButtonFetcher.php +21 −1 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/po/fr_FR.po +9 −0 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/components/App.vue +39 −2 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/modal.ts +15 −1 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/store/index.ts +7 −1 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/store/type.ts +2 −0 Go to diff View file
M plugins/gitlab/tests/unit/Artifact/Action/CreateBranchButtonFetcherTest.php +121 −0 Go to diff View file