stable
Clone or download
Read-only
No functional change expected in Iterations app. Given a Program project with PIs and Iterations children of a PI, when you browse the PI in Program management, click on one of the PIs and click on the "Plan iterations" link. The app should load correctly, and it should be translated. Styles should be loaded. part of request #29650 Split program management frontend into separate apps Change-Id: Id833aed9ca76e727fc27cb430c0952cde3e08e5c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/build-manifest.json | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/DisplayPlanIterationsController.php | +7 | −10 | Go to diff View file |
M | plugins/program_management/jest.config.js | +1 | −1 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/jest.config.js | +29 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/package.json | +35 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/pnpm-lock.yaml | +346 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/po/fr_FR.po | +6 | −6 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/po/pt_BR.po | +3 | −3 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.vue | +1 | −1 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.vue | +4 | −4 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSection.vue | +7 | −8 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSectionEmptyState.vue | +6 | −3 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/ToBePlanned/IterationsToBePlannedSection.vue | +4 | −4 | Go to diff View file |
R | plugins/program_management/scripts/planned-iterations/index.ts | Go to diff View file | ||
R | plugins/program_management/themes/planned-iterations/_backlog.scss | Go to diff View file | ||
R | plugins/program_management/themes/planned-iterations/_element.scss | Go to diff View file | ||
R | plugins/program_management/themes/planned-iterations/_iterations.scss | Go to diff View file | ||
R | plugins/program_management/themes/planned-iterations/_project-header-background.scss | Go to diff View file | ||
R | plugins/program_management/themes/planned-iterations.scss | Go to diff View file | ||
A | plugins/program_management/scripts/planned-iterations/tsconfig.json | +8 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/vite.config.ts | +43 | −0 | Go to diff View file |
M | plugins/program_management/tsconfig.json | +0 | −1 | Go to diff View file |
M | plugins/program_management/webpack.common.js | +0 | −2 | Go to diff View file |