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 an artifact you want to exclude from the research. Change-Id: I8a574dbe745d77d810e2ba3113c479adc5b748d5

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/ArtifactId/ArtifactIdFromWhereBuilder.php +13 −5 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/ArtifactIdMetadataChecker.php +5 −5 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Metadata/ArtifactIdMetadataTest.php +43 −0 Go to diff View file
A plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/ArtifactIdMetadataCheckerTest.php +151 −0 Go to diff View file