stable

Clone or download

Read-only

feat: Display create Git branch in artifact action list

This is part of story #26803 create Tuleap Git branch & pull request from artifact To have the button displayed in the Artifact actions, you have to enable the feature flag: feature_flag_artifact-create-git-branches Change-Id: I474c7a83843196b64a21158e2b2fe71490314fb3

Modified Files

Name
A plugins/git/include/Artifact/Action/CreateBranchButtonFetcher.php +59 −0 Go to diff View file
M plugins/git/include/gitPlugin.php +19 −0 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +6 −0 Go to diff View file
M plugins/git/site-content/pt_BR/LC_MESSAGES/tuleap-git.po +6 −0 Go to diff View file
A plugins/git/tests/unit/Artifact/Action/CreateBranchButtonFetcherTest.php +66 −0 Go to diff View file