stable

Clone or download

Read-only

feat: introduce MY_PROJECTS() keyword

Part of story #40088 Expert mode is the new default for cross tracker search For now, it does not retrieve your project. No error should be returned Change-Id: I010c3375b032c856966431e394b9650c1c0800ea

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/FromBuilder/FromProjectBuilderVisitor.php +4 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidFromProjectCollectorVisitor.php +4 −0 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/From/FromProjectTest.php +15 −0 Go to diff View file
M plugins/tracker/grammar/src/tql.pegjs +9 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FromProjectEqual.php +8 −2 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/UserProjectsValue.php +48 −0 Go to diff View file