stable

Clone or download

Read-only

Merge webpack config

Part of story #11493 have dedicated "Actions" and "Expected results" in tests How to test: - make post-checkout should succeed - npm run test and npm run coverage in scripts/ folder should work - No functional change expected Change-Id: I8b5ad7425ee057a1e9201e2853bd9d786c4143a8

Modified Files

Name
M .gitignore +2 −2 Go to diff View file
M Makefile +18 −20 Go to diff View file
M build-manifest.json +1 −3 Go to diff View file
M include/testmanagementPlugin.class.php +2 −2 Go to diff View file
M rpm/Dockerfile +5 −6 Go to diff View file
D www/scripts/angular/.gitignore +0 −10 Go to diff View file
D www/scripts/angular/gulpfile.js +0 −24 Go to diff View file
D www/scripts/angular/package-lock.json +0 −2476 Go to diff View file
D www/scripts/angular/package.json +0 −46 Go to diff View file
M www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-directive.js +1 −1 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign-list.tpl.html +1 −1 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-header/execution-list-header.tpl.html +1 −1 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list.tpl.html +2 −2 Go to diff View file
M www/scripts/angular/src/app/graph/graph.tpl.html +1 −1 Go to diff View file
D www/scripts/angular/webpack.config.js +0 −42 Go to diff View file
A www/scripts/gulpfile.js +25 −0 Go to diff View file
R www/scripts/angular/karma.conf.js Go to diff View file
M www/scripts/package-lock.json +2468 −0 Go to diff View file
M www/scripts/package.json +31 −3 Go to diff View file
M www/scripts/webpack.config.js +56 −32 Go to diff View file