stable
Clone or download
Read-only
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: I4c0c246376da6a213a02b01dd9cb82647501555b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/ComparisonFromWhereBuilder.php | +1 | −8 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/MetadataFromWhereBuilder.php | +6 | −3 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/MetadataValueWrapperParameters.php | +5 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/DescriptionFromWhereBuilder.php | +2 | −3 | Go to diff View file |
D | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Status/EqualComparisonFromWhereBuilder.php | +0 | −65 | Go to diff View file |
D | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Status/FromWhereBuilder.php | +0 | −25 | Go to diff View file |
D | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Status/NotEqualComparisonFromWhereBuilder.php | +0 | −74 | Go to diff View file |
A | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Status/StatusFromWhereBuilder.php | +172 | −0 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/TitleFromWhereBuilder.php | +2 | −3 | 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 |