stable

Clone or download

Read-only

[feature] Edit create branch prefix in the UI

This is part of story #21336: create a development branch on GitLab out of an artifact. A new action is added in a GitLab integration to update the create branch prefix. Change-Id: Ibfb01da094bf0f01c7ad0b594fe7b163d538eca5

Modified Files

Name
M plugins/git/scripts/repositories/po/fr.po +33 −6 Go to diff View file
M plugins/git/scripts/repositories/src/components/App.vue +3 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepository.vue +21 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/ArtifactClosureModal/ArtifactClosureModal.vue +2 −2 Go to diff View file
A plugins/git/scripts/repositories/src/components/GitlabModal/CreateBranchPrefix/CreateBranchPrefixModal.test.ts +168 −0 Go to diff View file
A plugins/git/scripts/repositories/src/components/GitlabModal/CreateBranchPrefix/CreateBranchPrefixModal.vue +198 −0 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-api-querier.test.ts +45 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-api-querier.ts +1 −0 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-repository-formatter.ts +1 −0 Go to diff View file
M plugins/git/scripts/repositories/src/store/gitlab/actions.test.ts +59 −0 Go to diff View file
M plugins/git/scripts/repositories/src/store/gitlab/actions.ts +40 −3 Go to diff View file
M plugins/git/scripts/repositories/src/store/gitlab/mutations.ts +11 −0 Go to diff View file
M plugins/git/scripts/repositories/src/store/gitlab/state.ts +4 −0 Go to diff View file
M plugins/git/scripts/repositories/src/type.ts +3 −0 Go to diff View file