stable
Clone or download
Read-only
Part of story #15096: export a report of tests for a milestone Change-Id: Ib88cd7920bd945ddde0b8ce51b41a1a56f9a0961
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/include/TestPlanPresenter.php | +10 | −2 | Go to diff View file |
M | plugins/testplan/include/TestPlanPresenterBuilder.php | +9 | −1 | Go to diff View file |
M | plugins/testplan/include/testplanPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/index.ts | +2 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue | +9 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.test.ts | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.ts | +10 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/general-information-builder.test.ts | +11 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/general-information-builder.ts | +18 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/report-cells.test.ts | +9 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/report-cells.ts | +9 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.test.ts | +7 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.ts | +12 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/transform-report-to-xlsx-sheet.test.ts | +36 | −23 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/transform-report-to-xlsx-sheet.ts | +14 | −5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/type.ts | +1 | −0 | Go to diff View file |
M | plugins/testplan/templates/test-plan.mustache | +1 | −0 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanPresenterBuilderTest.php | +4 | −1 | Go to diff View file |
M | src/common/User/UserHelper.class.php | +8 | −4 | Go to diff View file |