stable

Clone or download

Read-only

chore: build tracker report separately

part of request #29264 Split the build of tracker plugin frontend assets into multiple apps How to test: No functional change on Tracker Report's various use cases: 1. When browsing the Tracker web UI 2. When adding "&pv=1" to the URL query string (print version) 3. When viewing existing artifact links of an artifact (for example, browse a Release artifact that is linked to several User stories, in the Tracker view) Only in case 1, TQL expert query should still have syntax coloring, you can still use the code mirror editor to write TQL queries. Change-Id: Ia184a6ea5766b31f9f5b81ba1a9f282f406d7d30

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php +13 −4 Go to diff View file
M plugins/tracker/package.json +2 −12 Go to diff View file
M plugins/tracker/pnpm-lock.yaml +0 −72 Go to diff View file
M plugins/tracker/scripts/header/package.json +3 −1 Go to diff View file
M plugins/tracker/scripts/header/pnpm-lock.yaml +30 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/package.json +1 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/pnpm-lock.yaml +13 −0 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/package.json +3 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/pnpm-lock.yaml +10 −0 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/package.json +1 −0 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/pnpm-lock.yaml +13 −0 Go to diff View file
A plugins/tracker/scripts/report/package.json +19 −0 Go to diff View file
A plugins/tracker/scripts/report/pnpm-lock.yaml +18 −0 Go to diff View file
R plugins/tracker/scripts/report/expert-mode.js Go to diff View file
R plugins/tracker/scripts/report/index.js Go to diff View file
A plugins/tracker/scripts/report/themes/main.scss +20 −0 Go to diff View file
A plugins/tracker/scripts/report/vite.config.ts +39 −0 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +0 −1 Go to diff View file
M plugins/tracker/webpack.common.js +0 −4 Go to diff View file