stable

Clone or download

Read-only

Deal with IN() for assigned_to semantic

Part of story #10703 define a query with "people" fields How to test: - @assigned_to IN ('alice', 'bob') is supported - @assigned_to IN ('', 'bob') is forbidden - @assigned_to IN (MYSELF()) is supported - Queries with multiple @assigned_to comparisons should run Change-Id: I738ea48329f8c4d892e996171e0e2f797bd9aaae

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +4 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/InComparisonFromWhereBuilder.php +12 −4 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/AssignedTo/InComparisonFromWhereBuilder.php +98 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/NotIn/NotInComparisonChecker.php +13 −0 Go to diff View file
M plugins/crosstracker/include/autoload.php +3 −2 Go to diff View file