stable

Clone or download

Read-only

feat: Show selected text columns

part of story #38263 Choose my own columns based on field name (numeric, text, dates) How to test: - Run the following command to enable the feature flag: tuleap config-set feature_flag_enable_tql_select 1 - Write a query with a "SELECT", save the report. - Reload the page - When you load the widget, it should fetch the selected columns and artifact values, the text value are correctly formatted. Change-Id: Ie5d95add853dbb33bb6771b99f28c84282c9442f

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/package.json +1 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/pnpm-lock.yaml +16 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableBuilder.test.ts +36 −9 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableBuilder.ts +24 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/cross-tracker-rest-api-types.ts +16 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.test.ts +15 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +8 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/domain/ArtifactsTable.ts +7 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/index.ts +2 −0 Go to diff View file