stable

Clone or download

Read-only

chore: Build planning-v2 separately

No functional change expected. Planning-v2 should load correctly with its styles. Project background is still shown and milestone dropdown (when you click on the current release/sprint name) is still functionning on planning-v2, taskboard, testplan and overview tabs. Spinner images are still shown in planning-v2. part of request #30339 Split agiledashboard frontend into separate apps Change-Id: I52ea2dc9ce7f3e65f3ce79d2b60f235bc02268b7

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php +10 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/PlanningJavascriptDependenciesProvider.php +0 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +6 −4 Go to diff View file
M plugins/agiledashboard/package.json +4 −4 Go to diff View file
M plugins/agiledashboard/pnpm-lock.yaml +6 −6 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/pnpm-lock.yaml +2 −0 Go to diff View file
A plugins/agiledashboard/scripts/lib/scrum-header/package.json +16 −0 Go to diff View file
A plugins/agiledashboard/scripts/lib/scrum-header/pnpm-lock.yaml +9 −0 Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-header-background.scss Go to diff View file
A plugins/agiledashboard/scripts/lib/scrum-milestone-header/.gitignore +1 −0 Go to diff View file
A plugins/agiledashboard/scripts/lib/scrum-milestone-header/package.json +28 −0 Go to diff View file
A plugins/agiledashboard/scripts/lib/scrum-milestone-header/pnpm-lock.yaml +11 −0 Go to diff View file
R plugins/agiledashboard/scripts/scrum-header.js Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/_header.scss Go to diff View file
A plugins/agiledashboard/scripts/lib/scrum-milestone-header/tsconfig.json +7 −0 Go to diff View file
A plugins/agiledashboard/scripts/lib/scrum-milestone-header/vite.config.ts +30 −0 Go to diff View file
A plugins/agiledashboard/scripts/overview.ts +20 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/jest.config.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/package.json +11 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/pnpm-lock.yaml +10 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/app.js +1 −0 Go to diff View file
R plugins/agiledashboard/scripts/planning-v2/test-load-jquery.js Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-moves.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-transit.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-items-selected-bar.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_errors.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_item-progress.scss Go to diff View file
A plugins/agiledashboard/scripts/planning-v2/themes/_loader.scss +28 −0 Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_milestone.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_milestones.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-colors.scss Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/images/spinner.gif Binary file Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/_planning.scss Go to diff View file
A plugins/agiledashboard/scripts/planning-v2/tsconfig.json +4 −0 Go to diff View file
A plugins/agiledashboard/scripts/planning-v2/webpack.common.js +65 −0 Go to diff View file
A plugins/agiledashboard/scripts/planning-v2/webpack.dev.js +23 −0 Go to diff View file
A plugins/agiledashboard/scripts/planning-v2/webpack.prod.js +23 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/administration.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum.scss +2 −3 Go to diff View file
M plugins/agiledashboard/tsconfig.json +0 −1 Go to diff View file
M plugins/agiledashboard/webpack.common.js +1 −34 Go to diff View file
M plugins/taskboard/include/Routing/TaskboardController.php +0 −7 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +0 −2 Go to diff View file
M plugins/taskboard/package.json +2 −0 Go to diff View file
M plugins/taskboard/pnpm-lock.yaml +4 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +1 −0 Go to diff View file
M plugins/taskboard/themes/includes/_button-bar.scss +1 −1 Go to diff View file
M plugins/taskboard/themes/includes/_header.scss +1 −1 Go to diff View file
M plugins/taskboard/themes/includes/_project-header-background.scss +1 −1 Go to diff View file
M plugins/taskboard/themes/includes/_swimlane-sticky-header.scss +1 −1 Go to diff View file
M plugins/taskboard/themes/taskboard.scss +12 −12 Go to diff View file
M plugins/testplan/include/TestPlanController.php +0 −8 Go to diff View file
M plugins/testplan/include/testplanPlugin.php +0 −1 Go to diff View file
M plugins/testplan/package.json +3 −0 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +6 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/index.ts +1 −0 Go to diff View file
M plugins/testplan/tests/unit/TestPlanControllerTest.php +0 −1 Go to diff View file
M plugins/testplan/themes/includes/_header.scss +1 −1 Go to diff View file
M plugins/testplan/themes/includes/_project-header-background.scss +3 −3 Go to diff View file
M plugins/testplan/themes/includes/_test-definitions.scss +1 −1 Go to diff View file
M plugins/testplan/themes/testplan.scss +5 −5 Go to diff View file