stable

Clone or download

Read-only

Only use what we need from the API artifact responses

We only need a subset of the information provided in the response. Exposing everything does not make clear in the code/data flow what is actually needed which leads to bloat when faking data. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I809d0024f4c49f391840f7569d478b8aa1d3dbc9

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts +16 −38 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts +3 −3 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.test.ts +33 −105 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts +52 −672 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts +17 −19 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/report-fields-labels-extractor.test.ts +7 −15 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/report-fields-labels-extractor.ts +2 −2 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/reports-fields-labels-formator.test.ts +12 −25 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.test.ts +23 −121 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts +5 −5 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.ts +12 −17 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +5 −3 Go to diff View file