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 exclude from the research. Change-Id: I8251b2d1c6188ea0826e3bb5eaabbb377a158c99

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 +63 −15 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