stable

Clone or download

Read-only

Apply Prettier 2 changes

Follow up to git #tuleap/stable/edc3bcb52732f75fce37311b54199ab3c114878c Part of request #14725: Upgrade dev dependencies March 2020 edition Change-Id: Ica55617f9b00bb93b8cee269162e3eb17aeb576b

Modified Files

Name
M jest.config.js +2 −2 Go to diff View file
M scripts/step-definition-field/StepDefinitionActions.vue +5 −5 Go to diff View file
M scripts/step-definition-field/StepDefinitionDragContainer.vue +4 −4 Go to diff View file
M scripts/step-definition-field/StepDefinitionDraggableComponent.vue +4 −4 Go to diff View file
M scripts/step-definition-field/StepDefinitionEditableStep.vue +7 −7 Go to diff View file
M scripts/step-definition-field/StepDefinitionEntry.vue +6 −6 Go to diff View file
M scripts/step-definition-field/StepDefinitionField.vue +5 −5 Go to diff View file
M scripts/step-definition-field/StepDefinitionMarkedAsDeleted.vue +8 −6 Go to diff View file
M scripts/step-definition-field/StepDefinitionNoStep.vue +3 −3 Go to diff View file
M scripts/step-definition-field/index.js +4 −4 Go to diff View file
M scripts/step-definition-field/store/getters.js +1 −1 Go to diff View file
M scripts/step-definition-field/store/index.js +2 −2 Go to diff View file
M scripts/step-definition-field/store/mutations.js +1 −1 Go to diff View file
M scripts/step-definition-field/store/state.js +1 −1 Go to diff View file
M scripts/testmanagement/src/api/rest-querier.js +5 −5 Go to diff View file
M scripts/testmanagement/src/api/rest-querier.test.js +10 −10 Go to diff View file
M scripts/testmanagement/src/app-config.js +1 −1 Go to diff View file
M scripts/testmanagement/src/app-controller.js +2 −2 Go to diff View file
M scripts/testmanagement/src/app-directive.js +3 −3 Go to diff View file
M scripts/testmanagement/src/app-filter.js +3 −3 Go to diff View file
M scripts/testmanagement/src/app-filter.test.js +17 −17 Go to diff View file
M scripts/testmanagement/src/app.js +3 −3 Go to diff View file
M scripts/testmanagement/src/artifact-links-graph/artifact-links-graph-controller.js +2 −2 Go to diff View file
M scripts/testmanagement/src/artifact-links-graph/artifact-links-graph-directive.js +132 −213 Go to diff View file
M scripts/testmanagement/src/artifact-links-graph/artifact-links-graph-rest-service.js +4 −4 Go to diff View file
M scripts/testmanagement/src/artifact-links-graph/artifact-links-graph-service.js +7 −5 Go to diff View file
M scripts/testmanagement/src/artifact-links-graph/artifact-links-graph.js +3 −3 Go to diff View file
M scripts/testmanagement/src/artifact-links-graph/artifact-links-model-service.js +7 −7 Go to diff View file
M scripts/testmanagement/src/artifact-links-graph/artifact-links-model-service.test.js +26 −26 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-config.js +10 −10 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-edit-controller.js +21 −21 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-edit-controller.test.js +9 −9 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-list-controller.js +5 −5 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-list-controller.test.js +12 −12 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-new-controller.js +8 −8 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-new-filter.js +1 −1 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-service.js +10 −10 Go to diff View file
M scripts/testmanagement/src/campaign/campaign-service.test.js +17 −17 Go to diff View file
M scripts/testmanagement/src/campaign/campaign.js +3 −3 Go to diff View file
M scripts/testmanagement/src/campaign/edit-campaign/edit-campaign-model-builder.js +4 −4 Go to diff View file
M scripts/testmanagement/src/campaign/edit-campaign/edit-campaign-model-builder.test.js +33 −33 Go to diff View file
M scripts/testmanagement/src/definition/definition-service.js +10 −10 Go to diff View file
M scripts/testmanagement/src/enable-tlp-table-filter-directive.js +3 −3 Go to diff View file
M scripts/testmanagement/src/execution-collection/execution-collection.js +1 −1 Go to diff View file
M scripts/testmanagement/src/execution-collection/execution-rest-service.js +30 −33 Go to diff View file
M scripts/testmanagement/src/execution-collection/execution-rest-service.test.js +24 −24 Go to diff View file
M scripts/testmanagement/src/execution-collection/execution-service.js +25 −21 Go to diff View file
M scripts/testmanagement/src/execution-collection/execution-service.test.js +191 −191 Go to diff View file
M scripts/testmanagement/src/execution/execution-config.js +4 −4 Go to diff View file
M scripts/testmanagement/src/execution/execution-detail-controller.js +22 −22 Go to diff View file
M scripts/testmanagement/src/execution/execution-detail-controller.test.js +13 −13 Go to diff View file
M scripts/testmanagement/src/execution/execution-detail-just-updated-component.js +3 −3 Go to diff View file
M scripts/testmanagement/src/execution/execution-link-issue-controller.js +8 −8 Go to diff View file
M scripts/testmanagement/src/execution/execution-link-issue-controller.test.js +15 −15 Go to diff View file
M scripts/testmanagement/src/execution/execution-list-controller.js +16 −16 Go to diff View file
M scripts/testmanagement/src/execution/execution-list-controller.test.js +5 −5 Go to diff View file
M scripts/testmanagement/src/execution/execution-list-filter.js +5 −5 Go to diff View file
M scripts/testmanagement/src/execution/execution-list-filter.test.js +18 −18 Go to diff View file
M scripts/testmanagement/src/execution/execution-list-header/execution-list-header-component.js +2 −2 Go to diff View file
M scripts/testmanagement/src/execution/execution-list-header/execution-list-header-controller.js +10 −10 Go to diff View file
M scripts/testmanagement/src/execution/execution-list-header/execution-list-header-controller.test.js +5 −5 Go to diff View file
M scripts/testmanagement/src/execution/execution-presences-controller.js +2 −2 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/execution-with-steps-component.js +2 −2 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/execution-with-steps-controller.js +2 −2 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/execution-with-steps-controller.test.js +12 −12 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/step/execution-with-steps-updater.js +1 −1 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/step/execution-with-steps-updater.test.js +27 −27 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/step/step-component.js +2 −2 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/step/step-controller.js +5 −5 Go to diff View file
M scripts/testmanagement/src/execution/execution-with-steps/step/step-controller.test.js +3 −3 Go to diff View file
M scripts/testmanagement/src/execution/execution.js +1 −1 Go to diff View file
M scripts/testmanagement/src/execution/timer/execution-timer-directive.js +7 −7 Go to diff View file
M scripts/testmanagement/src/feedback-component.js +3 −3 Go to diff View file
M scripts/testmanagement/src/graph/graph-config.js +2 −2 Go to diff View file
M scripts/testmanagement/src/graph/graph-controller.js +2 −2 Go to diff View file
M scripts/testmanagement/src/graph/graph.js +2 −4 Go to diff View file
M scripts/testmanagement/src/jwt/jwt-service.js +3 −3 Go to diff View file
M scripts/testmanagement/src/ksort.js +1 −1 Go to diff View file
M scripts/testmanagement/src/move-breadcrumb.js +1 −1 Go to diff View file
M scripts/testmanagement/src/open-tlp-dropdown-directive.js +2 −2 Go to diff View file
M scripts/testmanagement/src/shared-properties/shared-properties-service.js +2 −2 Go to diff View file
M scripts/testmanagement/src/socket/socket-config.js +1 −1 Go to diff View file
M scripts/testmanagement/src/socket/socket-disconnect-directive.js +2 −2 Go to diff View file
M scripts/testmanagement/src/socket/socket-factory.js +2 −2 Go to diff View file
M scripts/testmanagement/src/socket/socket-service.js +18 −18 Go to diff View file
M scripts/testmanagement/src/socket/socket-service.test.js +2 −2 Go to diff View file
M scripts/testmanagement/src/socket/socket.js +1 −1 Go to diff View file
M scripts/testmanagement/src/uuid-generator/uuid-generator-service.js +3 −3 Go to diff View file
M webpack.common.js +19 −19 Go to diff View file