stable
Clone or download
Read-only
This is story #23377 export `test execution` field Change-Id: Ia5953aca7cc4243a65c668ff8564725b0e70e9b1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/package.json | +1 | −0 | Go to diff View file |
M | plugins/document_generation/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/po/fr_FR.po | +9 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.test.ts | +97 | −8 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.ts | +144 | −45 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts | +78 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts | +34 | −2 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/rest-querier.test.ts | +171 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/rest-querier.ts | +60 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/transform-html-into-paragraphs.ts | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts | +109 | −35 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/type.ts | +15 | −2 | Go to diff View file |