stable

Clone or download

Read-only

Move agiledashboard permissions-per-group scripts out of www/

Part of request #14384 Move all javascript build process to Webpack This will make the scripts NOT handled by webpack more visible. It also helps reduce the .rpm size by deleting scripts sources. Everything is supposed to work as before. Change-Id: I88133fd9ecfe5ebc65189a405007deb852992541

Modified Files

Name
M plugins/agiledashboard/build-manifest.json +2 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +4 −5 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +5 −15 Go to diff View file
M plugins/agiledashboard/scripts/package-lock.json +10 −0 Go to diff View file
M plugins/agiledashboard/scripts/package.json +3 −1 Go to diff View file
R plugins/agiledashboard/www/js/permissions-per-group/po/fr.po Go to diff View file
R plugins/agiledashboard/www/js/permissions-per-group/src/AgileDashboardPermissions.vue Go to diff View file
R plugins/agiledashboard/www/js/permissions-per-group/src/index.js Go to diff View file
R plugins/agiledashboard/www/js/permissions-per-group/src/rest-querier.js Go to diff View file
R plugins/agiledashboard/www/js/planning-admin.js Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/app.js +1 −1 Go to diff View file
R plugins/agiledashboard/www/js/scrum-header.js Go to diff View file
M plugins/agiledashboard/scripts/webpack.common.js +39 −10 Go to diff View file
D plugins/agiledashboard/www/js/jest.projects.config.js +0 −22 Go to diff View file
M plugins/agiledashboard/www/js/package-lock.json +0 −48 Go to diff View file
M plugins/agiledashboard/www/js/package.json +2 −11 Go to diff View file
D plugins/agiledashboard/www/js/tsconfig.json +0 −9 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +1 −35 Go to diff View file
M tools/rpm/Makefile +1 −2 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