stable

Clone or download

Read-only

Refacto: set Comparison value in object

This is a part of story #8859 TQL search on date & numeric fields To test: No functional changes Change-Id: If8364ef677fd72fd7eb4bb4172f63fbe90969760

Modified Files

Name
M plugins/tracker/grammar/tql.pegjs +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/EqualComparison.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/GreaterThanComparison.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/GreaterThanOrEqualComparison.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/LesserThanComparison.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/LesserThanOrEqualComparison.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/NotEqualComparison.php +6 −6 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/SimpleValue.php +41 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/ParserTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFieldsCollectorVisitorTest.php +14 −13 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilder/EqualExpectation/ForTextTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderTest.php +15 −14 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/SizeValidatorTest.php +2 −1 Go to diff View file