stable

Clone or download

Read-only

refactor: Group Title semantic from where builders

Part of story #36833 search on semantics and always there fields even if not defined Before working on metadata, we need to refactor the structure of metadata FromWhereBuilder to match the same as field FromWhereBuilder. *No functional changes expected* Change-Id: Ie3b68c4a9f7f5d11d876c016ddea38a7aca24840

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +1 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/ComparisonFromWhereBuilder.php +1 −7 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/MetadataFromWhereBuilder.php +3 −1 Go to diff View file
R plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/FromWhereBuilder.php Go to diff View file
D plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/EqualComparisonFromWhereBuilder.php +0 −48 Go to diff View file
D plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/NotEqualComparisonFromWhereBuilder.php +0 −51 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/TitleFromWhereBuilder.php +129 −0 Go to diff View file
M plugins/crosstracker/include/crosstrackerPlugin.php +1 −3 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Tests/Report/ArtifactReportFactoryInstantiator.php +1 −3 Go to diff View file