stable

Clone or download

Read-only

[Create pull request] button in repo header

Part of story #10409: have a burning parrot git repository view Go to a repository, you should see a button [Create pull request]. To keep the contribution reviewable, this commit only introduces the VueJS app; the button is always disabled. Next patchs will use REST API to retrieve branches and open the modal. Change-Id: Ibc269d2afc7f4ce0e8dc9846d23f744110a28b6c

Modified Files

Name
M plugins/git/templates/repository/header.mustache +1 −0 Go to diff View file
M plugins/pullrequest/build-manifest.json +6 −0 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +16 −0 Go to diff View file
A plugins/pullrequest/www/scripts/create-pullrequest-button/po/fr.po +15 −0 Go to diff View file
A plugins/pullrequest/www/scripts/create-pullrequest-button/po/template.pot +9 −0 Go to diff View file
A plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequest.vue +31 −0 Go to diff View file
A plugins/pullrequest/www/scripts/create-pullrequest-button/src/index.js +46 −0 Go to diff View file
M plugins/pullrequest/www/scripts/package-lock.json +15 −0 Go to diff View file
M plugins/pullrequest/www/scripts/package.json +6 −2 Go to diff View file
M plugins/pullrequest/www/scripts/webpack.config.js +22 −5 Go to diff View file