stable

Clone or download

Read-only

feat: Create a pull request from artifact

In the actions button of an artifact, the "Create Git branch" entry now allow users to associate a pull request to the new branch. The option is checked by default. Note: the label of the dropdown entry will be changed later in a dedicated commit. Note: the PR creation should not be available if `pullrequest` plugin is not enabled. This will be done in a dedicated commit. Part of story #26803: create Tuleap Git branch & pull request from artifact Change-Id: I0798ad05cf443f51a72337a7a86cb1448ed1b41b

Modified Files

Name
M plugins/git/scripts/artifact-create-branch-action/api/rest_querier.test.ts +32 −1 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/api/rest_querier.ts +11 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/po/fr_FR.po +23 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/po/pt_BR.po +13 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/src/PullRequestCreationFault.ts +27 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/components/ModalContent.vue +55 −11 Go to diff View file