stable

Clone or download

Read-only

feat: Build @id API return

Part of story #38648 Choose my own columns based on semantics and always there fields User can select on @id always there field, the values of the field is returned *Testing:* Feature flag `feature_flag_enable_tql_select` need to be set to 1 In your XTS widget, if you select on this always there field, you should see corresponding columns in the table. Change-Id: I387729dac527e50838e639557e756787cba19865

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +2 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CrossTrackerArtifactReportFactory.php +2 −6 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/AlwaysThereField/ArtifactId/ArtifactIdResultBuilder.php +57 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/MetadataResultBuilder.php +3 −1 Go to diff View file
M plugins/crosstracker/include/crosstrackerPlugin.php +2 −0 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Select/ArtifactIdSelectBuilderTest.php +32 −55 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Tests/Report/ArtifactReportFactoryInstantiator.php +2 −0 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/MetadataResultBuilderTest.php +28 −12 Go to diff View file