stable
Clone or download
Read-only
In order to prepare the field to be able to search for artifact links other than children/parent we now use "forward link"/"reverse link". No functional changes, you can still search WITH|WITHOUT CHILDREN|PARENT. Part of story #32307: Search artifacts with/without children via TQL Change-Id: I1fe110ac801fc3d374875c5f355ea9a0cd7cb43a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +4 | −4 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidTermCollectorVisitor.php | +8 | −8 | Go to diff View file |
R | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/LinkFromWhereBuilder.php | Go to diff View file | ||
R | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/ParentFromWhereBuilder.php | Go to diff View file | ||
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilderVisitor.php | +16 | −16 | Go to diff View file |
M | plugins/crosstracker/include/crosstrackerPlugin.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/grammar/src/tql.pegjs | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/TermVisitor.php | +4 | −4 | Go to diff View file |
R | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/WithoutChildren.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/WithoutParent.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/WithChildren.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/WithParent.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Date/DateToEmptyStringTermException.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/FloatFields/FloatToEmptyStringTermException.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Integer/IntegerToEmptyStringTermException.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ListToEmptyStringTermException.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidTermCollectorVisitor.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/ArtifactLinkFromWhereBuilderParameters.php | +5 | −2 | Go to diff View file |
R | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/LinkFromWhereBuilder.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/ParentFromWhereBuilder.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilderVisitor.php | +16 | −16 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/SizeValidatorVisitor.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php | +2 | −2 | Go to diff View file |