stable

Clone or download

Read-only

[feature] Use prefix in creation branch name

This is part of story #21336: create a development branch on GitLab out of an artifact. Change-Id: I65a8535cffca5d66f8653e7bcf6f29ca9ce60ade

Modified Files

Name
M plugins/gitlab/include/Artifact/Action/CreateBranchButtonFetcher.php +1 −1 Go to diff View file
M plugins/gitlab/include/Artifact/BranchNameCreatorFromArtifact.php +14 −3 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabBranchCreator.php +11 −9 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabBranchResource.php +8 −1 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +5 −1 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/components/App.vue +12 −1 Go to diff View file
M plugins/gitlab/tests/unit/Artifact/Action/CreateBranchButtonFetcherTest.php +4 −1 Go to diff View file
M plugins/gitlab/tests/unit/Artifact/BranchNameCreatorFromArtifactTest.php +41 −4 Go to diff View file
M plugins/gitlab/tests/unit/REST/v1/GitlabBranchCreatorTest.php +13 −6 Go to diff View file