stable

Clone or download

Read-only

Merge commit 'refs/changes/81/32181/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: chore: request #40078 Bump TQL CodeMirror to version 6 Change-Id: I3831ce13856f73e1d51a93c8673f68980accbb4f

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/components/writing-mode/QueryEditor.test.ts +7 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/writing-mode/QueryEditor.vue +26 −12 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/helpers/tql-configuration.ts +14 −21 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/themes/_query-edition.scss +6 −9 Go to diff View file
M plugins/crosstracker/tests/e2e/cypress/cypress/e2e/cross_tracker_search.cy.ts +2 −5 Go to diff View file
M plugins/kanban/tests/e2e/cypress/cypress/e2e/kanban.cy.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/TQL-CodeMirror/package.json +7 −4 Go to diff View file
M plugins/tracker/scripts/lib/TQL-CodeMirror/pnpm-lock.yaml +76 −19 Go to diff View file
D plugins/tracker/scripts/lib/TQL-CodeMirror/src/allowed-field-inserter.d.ts +0 −25 Go to diff View file
D plugins/tracker/scripts/lib/TQL-CodeMirror/src/allowed-field-inserter.js +0 −54 Go to diff View file
A plugins/tracker/scripts/lib/TQL-CodeMirror/src/allowed-field-inserter.ts +49 −0 Go to diff View file
D plugins/tracker/scripts/lib/TQL-CodeMirror/src/autocompleter.ts +0 −72 Go to diff View file
M plugins/tracker/scripts/lib/TQL-CodeMirror/src/builder.ts +47 −23 Go to diff View file
D plugins/tracker/scripts/lib/TQL-CodeMirror/src/configuration.ts +0 −134 Go to diff View file
M plugins/tracker/scripts/lib/TQL-CodeMirror/src/index.ts +1 −1 Go to diff View file
A plugins/tracker/scripts/lib/TQL-CodeMirror/src/language.ts +187 −0 Go to diff View file
M plugins/tracker/scripts/lib/TQL-CodeMirror/src/style.scss +0 −2 Go to diff View file
M plugins/tracker/scripts/lib/TQL-CodeMirror/vite.config.ts +0 −5 Go to diff View file
M plugins/tracker/scripts/report/src/expert-mode.js +11 −8 Go to diff View file
M plugins/tracker/scripts/report/themes/main.scss +35 −0 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tql.cy.ts +2 −5 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +9 −8 Go to diff View file