stable

Clone or download

Read-only

feat: Enhance feedbacks at Git branch creation

This is part of story #26803 create Tuleap Git branch & pull request from artifact When the branch is created, a feedback is displayed with direct links to the created branch and to the Git repository. When there is an error, a translated message from the REST API is now displayed in the modal to add information for the user about the error. Change-Id: I2c757d949e44ecee92b17da7884a6ce0986b9579

Modified Files

Name
M plugins/git/include/REST/v1/Branch/BranchCreator.php +17 −14 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/po/fr_FR.po +12 −5 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/po/pt_BR.po +7 −4 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/components/ModalContent.vue +24 −4 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/types.ts +1 −0 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +24 −0 Go to diff View file
M plugins/git/site-content/pt_BR/LC_MESSAGES/tuleap-git.po +24 −0 Go to diff View file
M plugins/git/tests/unit/REST/v1/Branch/BranchCreatorTest.php +7 −13 Go to diff View file