stable

Clone or download

Read-only

Move the pullrequest plugin to Webpack to build the CSS

Everything is supposed to work as before. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: I02154c9997650764df916d2fab10acb563422508

Modified Files

Name
M plugins/pullrequest/build-manifest.json +1 −39 Go to diff View file
M plugins/pullrequest/include/PullrequestDisplayer.php +3 −3 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +2 −2 Go to diff View file
A plugins/pullrequest/themes/_pull-requests.scss +32 −0 Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/_repository.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_commits.scss Go to diff View file
A plugins/pullrequest/themes/includes/_dashboard.scss +49 −0 Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_file-diff.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_files.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_inline-comment.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_overview.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_pull-request-refs.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_pull-request-summary.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_pull-request.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_reviewers.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_timeline.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/includes/_tuleap-username.scss Go to diff View file
A plugins/pullrequest/themes/package-lock.json +4 −0 Go to diff View file
A plugins/pullrequest/themes/package.json +14 −0 Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-blue-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-blue.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-green-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-green.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-grey-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-grey.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-orange-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-orange.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-purple-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-purple.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-red-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/pull-requests-red.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-blue-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-blue.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-green-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-green.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-grey-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-grey.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-orange-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-orange.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-purple-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-purple.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-red-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/repository-red.scss Go to diff View file
A plugins/pullrequest/themes/webpack.common.js +49 −0 Go to diff View file
A plugins/pullrequest/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/pullrequest/themes/webpack.prod.js +23 −0 Go to diff View file
D plugins/pullrequest/www/themes/BurningParrot/css/_pull-requests.scss +0 −13 Go to diff View file
D plugins/pullrequest/www/themes/BurningParrot/css/includes/_dashboard.scss +0 −30 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file