stable

Clone or download

Read-only

Merge commit 'refs/changes/61/31461/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: fix: request #38668 All dates in the exported XLSX documents are moved to UTC TZ Change-Id: I67e5c198f79eadcc5bede9de8bba90a0348010dd

Modified Files

Name
M plugins/document_generation/scripts/lib/xlsx/src/report-cells.test.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/lib/xlsx/src/report-cells.ts +1 −1 Go to diff View file
A plugins/document_generation/scripts/lib/xlsx/src/transform-report-cell-to-sheet-cell.test.ts +37 −0 Go to diff View file
M plugins/document_generation/scripts/lib/xlsx/src/transform-report-cell-to-sheet-cell.ts +16 −6 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.test.ts +6 −6 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Exporter/XLSX/transform-report-to-xlsx-sheet.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/general-information-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/general-information-builder.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/justifications-builder.test.ts +9 −9 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/requirements-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/test-results-builder.test.ts +4 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/transform-field-value-into-cell.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/transform-field-value-into-cell.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/get-planned-test-cases.test.ts +3 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/get-planned-test-cases.ts +2 −4 Go to diff View file