stable

Clone or download

Read-only

request #25369 User should be able to create pull request in the local repository even if he can't see the parent

If a user can't access the parent repository, he is not able to create pull requests in the forked repository. Modal pull request should display local branches. A warning message to prevent the user that he can't see the parent branches should be displayed Change-Id: Icc8a66c3473d21aa7314f90b999e3c551c26743b

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