stable

Clone or download

Read-only

request #12261 Webpackify graphontrackersv5

How to test: - make post-checkout --> graphontrackersv5 javascript is built - Go to a trackerV5 report having: - a pie chart - a bar chart - a grouped bars chart --> no functional change expected - Send one of your d3 graph to a dashboard --> No functional change expected - Remove the widget --> No error in the console Change-Id: I567a4eaed71e5f2e29cf97301b5a76ebedef8373

Modified Files

Name
M gulpfile.js +1 −2 Go to diff View file
M plugins/graphontrackersv5/build-manifest.json +2 −6 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php +17 −7 Go to diff View file
A plugins/graphontrackersv5/www/scripts/package-lock.json +13 −0 Go to diff View file
A plugins/graphontrackersv5/www/scripts/package.json +19 −0 Go to diff View file
R plugins/graphontrackersv5/www/scripts/graphs-bar.js Go to diff View file
R plugins/graphontrackersv5/www/scripts/graphs-groupedbar.js Go to diff View file
R plugins/graphontrackersv5/www/scripts/graphs.js Go to diff View file
R plugins/graphontrackersv5/www/scripts/graphs-pie.js Go to diff View file
A plugins/graphontrackersv5/www/scripts/src/graphs.js +28 −0 Go to diff View file
R plugins/graphontrackersv5/www/scripts/loadGraphs.js Go to diff View file
A plugins/graphontrackersv5/www/scripts/webpack.config.js +40 −0 Go to diff View file
D src/www/scripts/d3/d3.min.js +0 −5 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