stable

Clone or download

Read-only

feat: XTS supports @id with >= comparison

part of story #36812 search on artifact ids How to test: --> You can now retrieve all the artifacts where `@id >= <int>` where `<int>` is the id of last artifact you want to include in the research. Change-Id: Ia24fc9f9b8b2837ad74f1e2b6ecf99be477e2854

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/ArtifactId/ArtifactIdFromWhereBuilder.php +9 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/ArtifactIdMetadataChecker.php +2 −1 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Metadata/ArtifactIdMetadataTest.php +45 −0 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/ArtifactIdMetadataCheckerTest.php +16 −1 Go to diff View file