stable

Clone or download

Read-only

Display modal to create the pull request

Part of story #10409: have a burning parrot git repository view When the [Create pull request] button is enabled, if user clicks on it a modal is displayed so that branches (source and destination) can be chosen to create a pull request. The pull request is not created yet, it will be done in a next commit. Change-Id: Ibffb7e873191c4650a4e41efd6f81ae84e791040

Modified Files

Name
M plugins/git/templates/repository/header.mustache +1 −0 Go to diff View file
M plugins/pullrequest/build-manifest.json +25 −0 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +14 −0 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/po/fr.po +15 −0 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/po/template.pot +15 −0 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/App.vue +22 −4 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestButton.vue +4 −3 Go to diff View file
A plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestModal.vue +72 −0 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/index.js +3 −1 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.js +22 −3 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.spec.js +20 −8 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/_pull-requests.scss +34 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-blue-condensed.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-blue.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-green-condensed.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-green.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-grey-condensed.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-grey.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-orange-condensed.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-orange.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-purple-condensed.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-purple.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-red-condensed.scss +22 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/style-red.scss +22 −0 Go to diff View file