stable
Clone or download
Read-only
Part of request #12134 Upgrade prettier and bulk-format all javascript How to test: - run the following command in testmanagement: prettier --config ../../.prettierrc --ignore-path ../../.eslintignore \ --write "./**/*.{js,vue}" This should yield no diff with this patch. Change-Id: I3d26cd3da5faf11f1bc4c5ca2ce0dbe4f902b239
Modified Files
Name | ||||
---|---|---|---|---|
M | www/scripts/angular/src/app/app-config.js | +6 | −14 | Go to diff View file |
M | www/scripts/angular/src/app/app-controller.js | +8 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/app-directive.js | +1 | −3 | Go to diff View file |
M | www/scripts/angular/src/app/app-filter.js | +6 | −6 | Go to diff View file |
M | www/scripts/angular/src/app/app-filter.spec.js | +71 | −49 | Go to diff View file |
M | www/scripts/angular/src/app/app.js | +52 | −53 | Go to diff View file |
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-controller.js | +8 | −4 | Go to diff View file |
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-directive.js | +436 | −271 | Go to diff View file |
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-rest-service.js | +11 | −9 | Go to diff View file |
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-service.js | +10 | −11 | Go to diff View file |
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph.js | +22 | −25 | Go to diff View file |
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-model-service.js | +8 | −10 | Go to diff View file |
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-model-service.spec.js | +95 | −99 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-config.js | +32 | −26 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-controller.js | +2 | −3 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-edit-controller.js | +75 | −65 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-new-controller.js | +19 | −21 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-new-filter.js | +1 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-service.js | +16 | −25 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-service.spec.js | +47 | −42 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign.js | +36 | −37 | Go to diff View file |
M | www/scripts/angular/src/app/definition/definition-service.js | +10 | −20 | Go to diff View file |
M | www/scripts/angular/src/app/definition/definition.js | +9 | −12 | Go to diff View file |
M | www/scripts/angular/src/app/enable-tlp-table-filter-directive.js | +7 | −11 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-collection.js | +13 | −17 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-rest-service.js | +76 | −76 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-rest-service.spec.js | +61 | −56 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-service.js | +84 | −73 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-service.spec.js | +171 | −173 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-config.js | +15 | −16 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-constants.js | +5 | −10 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail-controller.js | +123 | −88 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail-controller.spec.js | +61 | −73 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-link-issue-controller.js | +31 | −27 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-link-issue-controller.spec.js | +36 | −35 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-controller.js | +56 | −38 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-filter.js | +17 | −14 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-filter.spec.js | +76 | −69 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-component.js | +5 | −5 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-controller.js | +29 | −28 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-controller.spec.js | +18 | −14 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-presences-controller.js | +7 | −11 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-component.js | +5 | −5 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.js | +8 | −5 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.spec.js | +13 | −13 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/step/execution-with-steps-updater.js | +2 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/step/execution-with-steps-updater.spec.js | +3 | −3 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/step/step-component.js | +7 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.js | +14 | −20 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.spec.js | +36 | −41 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution.js | +44 | −45 | Go to diff View file |
M | www/scripts/angular/src/app/execution/timer/execution-timer-directive.js | +16 | −17 | Go to diff View file |
M | www/scripts/angular/src/app/graph/graph-config.js | +10 | −12 | Go to diff View file |
M | www/scripts/angular/src/app/graph/graph-controller.js | +6 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/graph/graph.js | +7 | −9 | Go to diff View file |
M | www/scripts/angular/src/app/jwt/jwt-service.js | +6 | −13 | Go to diff View file |
M | www/scripts/angular/src/app/jwt/jwt.js | +6 | −11 | Go to diff View file |
M | www/scripts/angular/src/app/move-breadcrumb.js | +6 | −6 | Go to diff View file |
M | www/scripts/angular/src/app/open-tlp-dropdown-directive.js | +5 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/shared-properties/shared-properties-service.js | +29 | −31 | Go to diff View file |
M | www/scripts/angular/src/app/shared-properties/shared-properties.js | +5 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket-config.js | +4 | −5 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket-disconnect-directive.js | +6 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket-factory.js | +8 | −13 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket-service.js | +84 | −64 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket-service.spec.js | +23 | −21 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket.js | +22 | −23 | Go to diff View file |
M | www/scripts/angular/src/app/uuid-generator/uuid-generator-service.js | +22 | −10 | Go to diff View file |
M | www/scripts/angular/src/app/uuid-generator/uuid-generator.js | +5 | −6 | Go to diff View file |
M | www/scripts/step-definition-field/StepDefinitionEntry.vue | +69 | −75 | Go to diff View file |
M | www/scripts/step-definition-field/StepDefinitionField.vue | +31 | −31 | Go to diff View file |
M | www/scripts/step-definition-field/index.js | +6 | −6 | Go to diff View file |