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 the last artifact to exclude. Change-Id: Ib5017729563b720248af567b576e12baf49d50f9

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 +68 −15 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/ArtifactIdMetadataCheckerTest.php +8 −1 Go to diff View file