stable
Clone or download
Read-only
This is a part of story #8859 TQL search on date & numeric fields To test: On API REST you can search artifacts by expert queries. Change-Id: I5faf699244797088fe5d63fea493d97d5d93c007
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/v1/TrackersResource.class.php | +95 | −24 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FieldsAreNotSupportedException.php | +27 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FieldsDoNotExistException.php | +27 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +53 | −36 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +4 | −2 | Go to diff View file |
M | tests/rest/TrackersTest.php | +49 | −0 | Go to diff View file |