stable

Clone or download

Read-only

chore: Add first level artifact ids in the organized data

This is part of story #23469: export reports with linked artifact in xlsx format No functional changes excpected here Having the artifact ids stored by level will help us to create the XLSX header rows easily. In addition, this commit introduces a refactoring to extract the field type checking in a dedicated unit tests function. Change-Id: I3450e58c09de83065a4e775941c9cb4583dcf9ff

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts +2 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts +4 −26 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/field-type-checker.test.ts +96 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/field-type-checker.ts +36 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.test.ts +131 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.ts +48 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts +2 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts +3 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +1 −0 Go to diff View file