stable

Clone or download

Read-only

Move to Webpack to build the CSS

Everything is supposed to work as before. A nice side effect of the contribution is that we do not package into the RPM 15MB of node_modules we never use in production. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: Ife041cad9802a1821b9d82b58df589f172350cb9

Modified Files

Name
M Makefile +11 −3 Go to diff View file
M build-manifest.json +4 −41 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinition.php +3 −3 Go to diff View file
M include/TestManagement/Step/Execution/Field/StepExecution.php +3 −3 Go to diff View file
M include/testmanagementPlugin.class.php +13 −9 Go to diff View file
A package.json +16 −0 Go to diff View file
M rpm/Dockerfile +2 −2 Go to diff View file
R www/scripts/angular/po/README.mkd Go to diff View file
R www/scripts/angular/po/fr.po Go to diff View file
R www/scripts/angular/src/app/api/rest-querier.js Go to diff View file
R www/scripts/angular/src/app/api/rest-querier.spec.js Go to diff View file
R www/scripts/angular/src/app/app-config.js Go to diff View file
R www/scripts/angular/src/app/app-controller.js Go to diff View file
R www/scripts/angular/src/app/app-directive.js Go to diff View file
R www/scripts/angular/src/app/app-filter.js Go to diff View file
R www/scripts/angular/src/app/app-filter.spec.js Go to diff View file
R www/scripts/angular/src/app/app.js Go to diff View file
R www/scripts/angular/src/app/app.spec.js Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-controller.js Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-directive.js Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-rest-service.js Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-service.js Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph.js Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph.tpl.html Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-model-service.js Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-model-service.spec.js Go to diff View file
R www/scripts/angular/src/app/breadcrumb.tpl.html Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-config.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-controller.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-edit-controller.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-edit-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-edit.tpl.html Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-list-controller.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-list-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-list.tpl.html Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-new-controller.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-new-filter.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-new.tpl.html Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-service.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign-service.spec.js Go to diff View file
R www/scripts/angular/src/app/campaign/campaign.js Go to diff View file
R www/scripts/angular/src/app/campaign/edit-campaign/edit-campaign-model-builder.js Go to diff View file
R www/scripts/angular/src/app/campaign/edit-campaign/edit-campaign-model-builder.spec.js Go to diff View file
R www/scripts/angular/src/app/definition/definition-constants.js Go to diff View file
R www/scripts/angular/src/app/definition/definition-service.js Go to diff View file
R www/scripts/angular/src/app/definition/definition.js Go to diff View file
R www/scripts/angular/src/app/enable-tlp-table-filter-directive.js Go to diff View file
R www/scripts/angular/src/app/execution-collection/execution-collection.js Go to diff View file
R www/scripts/angular/src/app/execution-collection/execution-rest-service.js Go to diff View file
R www/scripts/angular/src/app/execution-collection/execution-rest-service.spec.js Go to diff View file
R www/scripts/angular/src/app/execution-collection/execution-service.js Go to diff View file
R www/scripts/angular/src/app/execution-collection/execution-service.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-config.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-constants.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-detail-controller.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-detail-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-detail-just-updated-component.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-detail-just-updated-state.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-detail.tpl.html Go to diff View file
R www/scripts/angular/src/app/execution/execution-link-issue-controller.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-link-issue-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-link-issue.tpl.html Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-controller.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-filter.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-filter.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-component.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-controller.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-list-header/execution-list-header.tpl.html Go to diff View file
R www/scripts/angular/src/app/execution/execution-list.tpl.html Go to diff View file
R www/scripts/angular/src/app/execution/execution-presences-controller.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-presences.tpl.html Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-component.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps.tpl.html Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/step/execution-with-steps-updater.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/step/execution-with-steps-updater.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/step/step-component.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.spec.js Go to diff View file
R www/scripts/angular/src/app/execution/execution-with-steps/step/step.tpl.html Go to diff View file
R www/scripts/angular/src/app/execution/execution.js Go to diff View file
R www/scripts/angular/src/app/execution/timer/execution-timer-directive.js Go to diff View file
R www/scripts/angular/src/app/execution/timer/execution-timer-directive.tpl.html Go to diff View file
R www/scripts/angular/src/app/feedback-component.js Go to diff View file
R www/scripts/angular/src/app/feedback-state.js Go to diff View file
R www/scripts/angular/src/app/graph/graph-config.js Go to diff View file
R www/scripts/angular/src/app/graph/graph-controller.js Go to diff View file
R www/scripts/angular/src/app/graph/graph.js Go to diff View file
R www/scripts/angular/src/app/graph/graph.tpl.html Go to diff View file
R www/scripts/angular/src/app/jwt/jwt-service.js Go to diff View file
R www/scripts/angular/src/app/jwt/jwt.js Go to diff View file
R www/scripts/angular/src/app/ksort.js Go to diff View file
R www/scripts/angular/src/app/move-breadcrumb.js Go to diff View file
R www/scripts/angular/src/app/open-tlp-dropdown-directive.js Go to diff View file
R www/scripts/angular/src/app/shared-properties/shared-properties-service.js Go to diff View file
R www/scripts/angular/src/app/shared-properties/shared-properties.js Go to diff View file
R www/scripts/angular/src/app/socket/socket-config.js Go to diff View file
R www/scripts/angular/src/app/socket/socket-disconnect-directive.js Go to diff View file
R www/scripts/angular/src/app/socket/socket-disconnect.tpl.html Go to diff View file
R www/scripts/angular/src/app/socket/socket-factory.js Go to diff View file
R www/scripts/angular/src/app/socket/socket-service.js Go to diff View file
R www/scripts/angular/src/app/socket/socket-service.spec.js Go to diff View file
R www/scripts/angular/src/app/socket/socket.js Go to diff View file
R www/scripts/angular/src/app/uuid-generator/uuid-generator-service.js Go to diff View file
R www/scripts/angular/src/app/uuid-generator/uuid-generator.js Go to diff View file
R www/scripts/gulpfile.js Go to diff View file
R www/scripts/karma.conf.js Go to diff View file
R www/scripts/package-lock.json Go to diff View file
R www/scripts/package.json Go to diff View file
R www/scripts/step-definition-field/StepDefinitionEntry.vue Go to diff View file
R www/scripts/step-definition-field/StepDefinitionField.vue Go to diff View file
R www/scripts/step-definition-field/index.js Go to diff View file
R www/scripts/step-definition-field/po/fr.po Go to diff View file
R www/scripts/webpack.config.js Go to diff View file
R www/themes/BurningParrot/css/_testmanagement.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_artifact-links-graph.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_campaign.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_colors.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_current-execution.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_execution-list.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_graph.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_link_issue_modal.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_presence.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_socket.scss Go to diff View file
R www/themes/BurningParrot/css/includes/_steps.scss Go to diff View file
R www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R www/themes/BurningParrot/css/style-green.scss Go to diff View file
R www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R www/themes/BurningParrot/css/style-red.scss Go to diff View file
R www/themes/BurningParrot/images/artifact-link-graph.svg Go to diff View file
R www/themes/FlamingParrot/css/style.scss Go to diff View file
M tuleap-plugin-testmanagement.spec +3 −0 Go to diff View file
A webpack.common.js +50 −0 Go to diff View file
A webpack.dev.js +23 −0 Go to diff View file
A webpack.prod.js +23 −0 Go to diff View file
R www/themes/default/images/ic/tick-circle--plus.png Binary file Go to diff View file
R www/themes/default/images/ic/tick-circle.png Binary file Go to diff View file
R www/themes/default/images/ic/tick-white--plus.png Binary file Go to diff View file
R www/themes/default/images/ic/tick-white.png Binary file Go to diff View file
D www/scripts/angular/po/template.pot +0 −348 Go to diff View file
D www/scripts/step-definition-field/po/template.pot +0 −24 Go to diff View file