stable
Clone or download
Read-only
This is part of story #23469: export reports with linked artifact in xlsx format No functional change expected here. Each level in the OrganizedReportsData object now have its own ArtifactRepresentation map, which ease the readability of the script. Change-Id: I7342a8b0a36c06d3ea749d3fb1a866132c2426b6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts | +4 | −3 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts | +17 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.test.ts | +9 | −9 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts | +11 | −10 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts | +11 | −17 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/report-fields-labels-extractor.test.ts | +2 | −18 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/report-fields-labels-extractor.ts | +3 | −7 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.test.ts | +8 | −7 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts | +1 | −2 | Go to diff View file |