stable

Clone or download

Read-only

refactor: Group Description semantic form 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: If48fa5280c39134669607a9311152affe59354d4

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 +2 −10 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/MetadataFromWhereBuilder.php +3 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/DescriptionFromWhereBuilder.php +112 −8 Go to diff View file
D plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/EqualComparisonFromWhereBuilder.php +0 −48 Go to diff View file
D plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/FromWhereBuilder.php +0 −25 Go to diff View file
D plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/NotEqualComparisonFromWhereBuilder.php +0 −51 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