stable

Clone or download

Read-only

chore: move memoize() to @tuleap/plugin-docgen-docx

Three different apps are using it, no need to duplicate it anymore. No functional changes in TTM, TestPlan, and DocGen. Part of story #23494: export test campaign as docx Change-Id: Ic75c43a771936e380e50e4c1f75c728403148e39

Modified Files

Name
R plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/memoize.test.ts Go to diff View file
R plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/memoize.ts Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/index.ts +1 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts +1 −1 Go to diff View file
D plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/memoize.test.ts +0 −53 Go to diff View file
D plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/memoize.ts +0 −46 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/report-creator.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.ts +1 −1 Go to diff View file