stable
Clone or download
Read-only
User can now do the following searches: * Find requests "fixed in" another tracker than 'release': `IS LINKED TO TRACKER != 'release' WITH TYPE 'fixed_in'` Part of story #32309: Search artifacts with/without links via TQL Change-Id: I8dd2847548039a9118bbb436bf8fcb6a0dffff8b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidTermCollectorVisitor.php | +39 | −5 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/ForwardLinkFromWhereBuilder.php | +37 | −2 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/ReverseLinkFromWhereBuilder.php | +36 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestExpertQueryTest.php | +36 | −0 | Go to diff View file |
M | plugins/tracker/grammar/src/tql.pegjs | +10 | −2 | Go to diff View file |
M | plugins/tracker/grammar/test_parser.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/LinkConditionVisitor.php | +8 | −1 | Go to diff View file |
R | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/LinkTrackerCondition.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/LinkTrackerNotEqualCondition.php | +35 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidTermCollectorVisitor.php | +39 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/ForwardLinkFromWhereBuilder.php | +37 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ArtifactLink/ReverseLinkFromWhereBuilder.php | +36 | −2 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +8 | −0 | Go to diff View file |
M | plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po | +6 | −0 | Go to diff View file |
M | plugins/tracker/tests/rest/TQL/TQLTest.php | +12 | −0 | Go to diff View file |