stable

Clone or download

Read-only

chore: Build of the document must be done by each app

This is part of story #23462: export test plan as a docx document No functional change expected here. Each document will have its specifity, so we cannot let the generation of the docx in the shared library. Change-Id: I55f9a5224559250f30fe02cedd0c1ab1d7d5aa65

Modified Files

Name
M plugins/document_generation/build-manifest.json +0 −4 Go to diff View file
M plugins/document_generation/scripts/lib/docx/package.json +0 −1 Go to diff View file
M plugins/document_generation/scripts/lib/docx/pnpm-lock.yaml +0 −2 Go to diff View file
D plugins/document_generation/scripts/lib/docx/po/fr_FR.po +0 −58 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/index.ts +2 −1 Go to diff View file
D plugins/document_generation/scripts/lib/docx/src/pofile-shim.d.ts +0 −24 Go to diff View file
M plugins/document_generation/scripts/lib/docx/vite.config.ts +2 −13 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/po/fr_FR.po +33 −0 Go to diff View file
R plugins/document_generation/scripts/lib/docx/src/Artifact/build-list-of-artifacts-content.ts Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +3 −3 Go to diff View file
R plugins/document_generation/scripts/lib/docx/src/Artifact/internationalize-test-status.test.ts Go to diff View file
R plugins/document_generation/scripts/lib/docx/src/Artifact/internationalize-test-status.ts Go to diff View file
M plugins/testplan/package.json +4 −2 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +12 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/po/fr_FR.po +27 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/backlog-builder.ts +10 −5 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/build-list-of-artifacts-content.ts +612 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/internationalize-test-status.test.ts +41 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/internationalize-test-status.ts +41 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/testplan-builder.ts +5 −8 Go to diff View file