stable

Clone or download

Read-only

Merge commit 'refs/changes/62/32162/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: chore: request #40072 Bump tql parser dependencies Change-Id: If4fb7c8d334964c011961d44ccf39e3accce2c82

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/SyntaxErrorTranslator.php +11 −6 Go to diff View file
M plugins/tracker/grammar/Readme.mkd +2 −3 Go to diff View file
A plugins/tracker/grammar/config.js +27 −0 Go to diff View file
M plugins/tracker/grammar/package.json +7 −7 Go to diff View file
M plugins/tracker/grammar/pnpm-lock.yaml +30 −13 Go to diff View file
D plugins/tracker/grammar/src/generate_parser.js +0 −31 Go to diff View file
M plugins/tracker/grammar/src/tql.pegjs +19 −1 Go to diff View file
M plugins/tracker/grammar/test_parser.php +4 −3 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/EmptySyntaxError.php +39 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/ExpertQueryValidator.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidSelectablesCollectionBuilder.php +1 −1 Go to diff View file