stable

Clone or download

Read-only

title semantic and != comparison

Part of story #10678 define a query for title and description semantics How to test: - @title != "a value" returns all artifacts from selected trackers without "a value" in their title - @title != "" returns all artifacts without an empty title Change-Id: I901a8365c20f80adda15169e75b8e28b7f1efc15

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +5 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidComparisonCollectorVisitor.php +11 −7 Go to diff View file
R plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSemantic/TitleSemantic/EqualComparisonChecker.php Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/SemanticNotEqualComparisonFromWhereBuilder.php +50 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilderVisitor.php +15 −3 Go to diff View file
M plugins/crosstracker/include/autoload.php +4 −3 Go to diff View file