stable
Clone or download
Read-only
An attempt is made to detect errors caused by invalid reference name. This is part of story #21336: create a development branch on GitLab out of an artifact. Change-Id: Ib34641a322d5860cb0b5479a68f02dae3cada509
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlab/include/API/ClientWrapper.php | +24 | −12 | Go to diff View file |
M | plugins/gitlab/package-lock.json | +5 | −0 | Go to diff View file |
M | plugins/gitlab/package.json | +3 | −2 | Go to diff View file |
M | plugins/gitlab/scripts/artifact-create-branch-action/po/fr_FR.po | +20 | −0 | Go to diff View file |
M | plugins/gitlab/scripts/artifact-create-branch-action/src/api/rest-querier.test.ts | +49 | −2 | Go to diff View file |
M | plugins/gitlab/scripts/artifact-create-branch-action/src/api/rest-querier.ts | +56 | −6 | Go to diff View file |
M | plugins/gitlab/scripts/artifact-create-branch-action/src/components/App.vue | +90 | −20 | Go to diff View file |
D | plugins/gitlab/scripts/artifact-create-branch-action/src/store/actions.ts | +0 | −34 | Go to diff View file |
M | plugins/gitlab/scripts/artifact-create-branch-action/src/store/index.ts | +0 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/API/ClientWrapperTest.php | +31 | −3 | Go to diff View file |