stable
Clone or download
Read-only
Part of story #10409: have a burning parrot git repository view Create a pull request: you are redirected to the new pull request. Try to create a pull request that already exists: error message is displayed in the modal. Change-Id: I72cddd2cfc26a74c4705334e317af5b4420d913b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Repository/View/ParentRepositoryPresenter.php | +2 | −0 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/RepositoryHeaderPresenter.php | +2 | −0 | Go to diff View file |
M | plugins/git/templates/repository/header.mustache | +2 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/api/rest-querier.js | +23 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/App.vue | +6 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestModal.vue | +49 | −22 | Go to diff View file |
A | plugins/pullrequest/www/scripts/create-pullrequest-button/src/helpers/window-helper.js | +22 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/index.js | +5 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.js | +30 | −6 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.spec.js | +32 | −10 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/mutations.js | +4 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/state.js | +2 | −1 | Go to diff View file |