stable
Clone or download
Read-only
Part of story #10678 define a query for title and description semantics Now we can write a query with multiple occurences of @description comparison. E.g. `@description = 'api' and @description != 'soap'` => returns all artifacts where the description (semantic) is about api but not about soap. Change-Id: I04862fbd677507cdafe601ff0291bc5115ae85cf
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/CrossTrackerExpertQueryReportDao.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/AndFromWhere.php | +10 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/FromWhere.php | +9 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/IProvideFromAndWhereSQLFragments.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/OrFromWhere.php | +10 | −2 | 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/Tracker/Report/Query/Advanced/QueryBuilder/EqualExpectation/ForTextTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php | +21 | −21 | Go to diff View file |