stable

Clone or download

Read-only

[feature] Display empty modal at action click

This is part of story #21336: create a development branch on GitLab out of an artifact When clicking on the artifact action button "Create GitLab branch", an empty modal must be displayed. Change-Id: Iaffa338d6fb2e2ead5e67b5b702230fbf328fe4a

Modified Files

Name
A plugins/gitlab/build-manifest.json +9 −0 Go to diff View file
M plugins/gitlab/include/Artifact/Action/CreateBranchButtonFetcher.php +6 −2 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +10 −1 Go to diff View file
A plugins/gitlab/package-lock.json +76 −0 Go to diff View file
A plugins/gitlab/package.json +27 −0 Go to diff View file
A plugins/gitlab/scripts/artifact-create-branch-action/po/fr.po +20 −0 Go to diff View file
A plugins/gitlab/scripts/artifact-create-branch-action/src/codendi.d.ts +20 −0 Go to diff View file
A plugins/gitlab/scripts/artifact-create-branch-action/src/components/App.vue +72 −0 Go to diff View file
A plugins/gitlab/scripts/artifact-create-branch-action/src/index.ts +51 −0 Go to diff View file
A plugins/gitlab/scripts/artifact-create-branch-action/src/modal.ts +43 −0 Go to diff View file
A plugins/gitlab/scripts/artifact-create-branch-action/src/vue.shims.d.ts +23 −0 Go to diff View file
M plugins/gitlab/tests/unit/Artifact/Action/CreateBranchButtonFetcherTest.php +7 −1 Go to diff View file
A plugins/gitlab/tsconfig.json +10 −0 Go to diff View file
A plugins/gitlab/webpack.common.js +56 −0 Go to diff View file
A plugins/gitlab/webpack.dev.js +23 −0 Go to diff View file
A plugins/gitlab/webpack.prod.js +23 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file