stable

Clone or download

Read-only

Migrate the pullrequest homepage to BP

Part of story #10410 - Have burning parrot pull requests How to test: -> The item list is properly displayed -> The spinner is properly dispalyed when the PRs are loading -> Empty state are well displayed when there are no pullrequests to display Change-Id: I98c869886df6913a68faa7e15af8c860e7530174

Modified Files

Name
M plugins/git/include/Git/GitAdditionalActionEvent.php +6 −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 +43 −1 Go to diff View file
D plugins/pullrequest/www/scripts/gulpfile.js +0 −43 Go to diff View file
M plugins/pullrequest/www/scripts/package-lock.json +23 −4243 Go to diff View file
M plugins/pullrequest/www/scripts/package.json +2 −4 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/dashboard/_dashboard.scss +13 −18 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/dashboard/dashboard.tpl.html +10 −9 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/_pull-request-summary.scss +37 −65 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/pull-request-summary.tpl.html +11 −14 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/tuleap-pullrequest.scss +1 −1 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/tuleap-username/_tuleap-username.scss +3 −6 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/tuleap-username/tuleap-username.tpl.html +1 −1 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/_pull-requests.scss +24 −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