stable
Clone or download
Read-only
Part of request #14384 Move all javascript build process to Webpack This also unifies themes and scripts builds with one webpack config. Everything is supposed to work as before. Change-Id: Ia9908899d10b7ffcaed3b099ef066036dfae036e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/build-manifest.json | +1 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminController.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +5 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanJavascriptDependenciesProvider.php | +18 | −15 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Planning/PlanningJavascriptDependenciesProvider.php | +16 | −13 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php | +8 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +3 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +9 | −26 | Go to diff View file |
R | plugins/agiledashboard/scripts/jest.projects.config.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/package-lock.json | Go to diff View file | ||
R | plugins/agiledashboard/scripts/package.json | Go to diff View file | ||
R | plugins/agiledashboard/themes/webpack.dev.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/home.js | Go to diff View file | ||
M | plugins/agiledashboard/scripts/kanban/package-lock.json | +2 | −293 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/package.json | +4 | −17 | Go to diff View file |
D | plugins/agiledashboard/scripts/kanban/webpack.config.js | +0 | −84 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/package-lock.json | +5 | −21 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/package.json | +4 | −16 | Go to diff View file |
D | plugins/agiledashboard/scripts/planning-v2/webpack.config.js | +0 | −76 | Go to diff View file |
D | plugins/agiledashboard/scripts/webpack.common.js | +0 | −109 | Go to diff View file |
D | plugins/agiledashboard/themes/package-lock.json | +0 | −4 | Go to diff View file |
D | plugins/agiledashboard/themes/package.json | +0 | −14 | Go to diff View file |
D | plugins/agiledashboard/themes/webpack.common.js | +0 | −58 | Go to diff View file |
D | plugins/agiledashboard/themes/webpack.prod.js | +0 | −23 | Go to diff View file |
R | plugins/agiledashboard/scripts/tsconfig.json | Go to diff View file | ||
A | plugins/agiledashboard/webpack.common.js | +255 | −0 | Go to diff View file |
R | plugins/agiledashboard/scripts/webpack.dev.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/webpack.prod.js | Go to diff View file | ||
D | plugins/agiledashboard/www/js/display-angular-feedback.js | +0 | −28 | Go to diff View file |
D | plugins/agiledashboard/www/js/package-lock.json | +0 | −96 | Go to diff View file |
D | plugins/agiledashboard/www/js/package.json | +0 | −25 | Go to diff View file |
D | plugins/agiledashboard/www/js/webpack.config.js | +0 | −37 | Go to diff View file |