stable

Clone or download

Read-only

Move some agiledashboard 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. no functional changes: - in AD administration, switch your explicit project configuration, then save conf => modal is displayed - go in artifact view of an artifact in explicit backlog => you can remove/add it from explicit backlog In order to reduce the scope and size of commit, I'll process in several patchset. Please note that the assets_dir_path (assets/agiledashboard/js) is ugly but agiledashboard already has a assets/agiledashboard/script, I'll rename to script later Change-Id: Ifd15843d5841f408d8cbdfd08a573bef9440a61a

Modified Files

Name
M plugins/agiledashboard/build-manifest.json +3 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionBuilder.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +13 −1 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/Artifact/AdditionalArtifactActionBuilderTest.php +6 −6 Go to diff View file
R plugins/agiledashboard/www/js/administration/administration.test.ts Go to diff View file
R plugins/agiledashboard/www/js/administration/administration.ts Go to diff View file
A plugins/agiledashboard/scripts/administration/jest.config.js +26 −0 Go to diff View file
A plugins/agiledashboard/scripts/artifact-additional-action/jest.config.js +26 −0 Go to diff View file
R plugins/agiledashboard/www/js/artifact-additional-action/po/fr_FR.po Go to diff View file
R plugins/agiledashboard/www/js/artifact-additional-action/src/artifact-additional-action.test.ts Go to diff View file
R plugins/agiledashboard/www/js/artifact-additional-action/src/artifact-additional-action.ts Go to diff View file
R plugins/agiledashboard/www/js/artifact-additional-action/src/index.ts Go to diff View file
A plugins/agiledashboard/scripts/jest.projects.config.js +23 −0 Go to diff View file
A plugins/agiledashboard/scripts/package-lock.json +27 −0 Go to diff View file
A plugins/agiledashboard/scripts/package.json +22 −0 Go to diff View file
A plugins/agiledashboard/scripts/tsconfig.json +6 −0 Go to diff View file
A plugins/agiledashboard/scripts/webpack.common.js +53 −0 Go to diff View file
R plugins/agiledashboard/www/js/administration/jest.config.js Go to diff View file
R plugins/agiledashboard/www/js/artifact-additional-action/jest.config.js Go to diff View file
D plugins/agiledashboard/www/js/administration/package-lock.json +0 −5 Go to diff View file
D plugins/agiledashboard/www/js/administration/package.json +0 −14 Go to diff View file
D plugins/agiledashboard/www/js/artifact-additional-action/package-lock.json +0 −5 Go to diff View file
D plugins/agiledashboard/www/js/artifact-additional-action/package.json +0 −14 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +1 −33 Go to diff View file