stable
Clone or download
Read-only
This is part of story #22213 get a document with basic fields No functional change expected here. An intermediate of artifact field values is now created and used to generate the document. Change-Id: I67fd2deea44b68c5a5cbc2bdb29cd635157a4675
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/document_generation/jest.config.js | +25 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/export-document.ts | +6 | −40 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/helpers/artifact-fields-values-builder.test.ts | +61 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/helpers/artifact-fields-values-builder.ts | +40 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/helpers/document-builder.ts | +59 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/type.ts | +7 | −5 | Go to diff View file |