stable

Clone or download

Read-only

Error modal when unable to load branches

Part of story #10409: have a burning parrot git repository view If RepositoryResource::getBranches throws an exception, then display an error message when user clicks on the button. Change-Id: I64c770a457a9121ec17cc761d7dc90e67067eaf8

Modified Files

Name
M plugins/pullrequest/www/scripts/create-pullrequest-button/po/fr.po +20 −0 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/po/template.pot +16 −0 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/App.vue +15 −3 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestButton.vue +4 −1 Go to diff View file
A plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestErrorModal.vue +41 −0 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.js +14 −9 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.spec.js +14 −0 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