stable

Clone or download

Read-only

chore: request #40078 Bump TQL CodeMirror to version 6

There is a lot of breaking changes between 5 and 6 The full CodeMirror api changed so @tuleap/plugin-tracker-tql-codemirror needed a almost full rewrite *No functional changes expected* query editor in Tracker Reports and Cross-Tracker Search should work as before. Change-Id: Ic17a490e17b69989038c88edd524db23f0f76951

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