stable
Clone or download
Read-only
Merge commit 'refs/changes/14/25214/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #25369 User should be able to create pull request in the local repository even if he can't see the parent Change-Id: Ib451b11c5c37e97bfd5046e0c6c228ab4cb3b0d0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayerBuilder.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/ParentRepositoryPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/RepositoryHeaderPresenterBuilder.php | +17 | −3 | Go to diff View file |
M | plugins/git/templates/repository/header.mustache | +1 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/po/fr.po | +3 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/src/components/App.vue | +11 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/src/components/CreatePullrequestModal.vue | +10 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/src/index.js | +2 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/src/store/actions.js | +9 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/src/store/actions.test.js | +26 | −0 | Go to diff View file |