stable

Clone or download

Read-only

Move TestPlan to its own plugin

Part of story #14881: Transform “Test Management” pane in “Integrated pane” Test Change-Id: Idb0d6215ab3d34fcab78026a7f9006448c7d538c

Modified Files

Name
M plugins/tee_container/docker/Dockerfile +1 −0 Go to diff View file
M plugins/testmanagement/build-manifest.json +0 −4 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +0 −52 Go to diff View file
M plugins/testmanagement/package-lock.json +0 −337 Go to diff View file
M plugins/testmanagement/package.json +2 −6 Go to diff View file
M plugins/testmanagement/site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po +0 −13 Go to diff View file
M plugins/testmanagement/webpack.common.js +0 −34 Go to diff View file
A plugins/testplan/build-manifest.json +9 −0 Go to diff View file
A plugins/testplan/composer.json +13 −0 Go to diff View file
R plugins/testmanagement/include/TestPlan/TestPlanController.php Go to diff View file
R plugins/testmanagement/include/TestPlan/TestPlanPane.php Go to diff View file
R plugins/testmanagement/include/TestPlan/TestPlanPaneInfo.php Go to diff View file
R plugins/testmanagement/include/TestPlan/TestPlanPresenter.php Go to diff View file
R plugins/testmanagement/include/TestPlan/TestPlanPresenterBuilder.php Go to diff View file
A plugins/testplan/include/testplanPlugin.php +138 −0 Go to diff View file
A plugins/testplan/jest.config.js +25 −0 Go to diff View file
A plugins/testplan/package-lock.json +335 −0 Go to diff View file
A plugins/testplan/package.json +24 −0 Go to diff View file
R plugins/testmanagement/scripts/test-plan/index.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/po/fr_FR.po Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/App.test.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/App.vue Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/Campaigns/CampaignCard.test.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/Campaigns/CampaignCard.vue Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/Campaigns/CampaignSkeleton.vue Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.test.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.vue Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignCard.test.ts.snap Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/components/__snapshots__/App.test.ts.snap Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/helpers/local-vue-for-test.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/campaign/campaign-actions.test.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/campaign/campaign-actions.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/campaign/campaign-mutations.test.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/campaign/campaign-mutations.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/campaign/index.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/campaign/type.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/index.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/store/type.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/src/type.ts Go to diff View file
R plugins/testmanagement/scripts/test-plan/vue.shims.d.ts Go to diff View file
A plugins/testplan/site-content/fr_FR/LC_MESSAGES/tuleap-testplan.po +31 −0 Go to diff View file
R plugins/testmanagement/templates/test-plan/milestone-header.mustache Go to diff View file
R plugins/testmanagement/templates/test-plan-unsupported-browser.mustache Go to diff View file
R plugins/testmanagement/templates/test-plan.mustache Go to diff View file
R plugins/testmanagement/tests/unit/TestPlan/TestPlanControllerTest.php Go to diff View file
R plugins/testmanagement/themes/BurningParrot/css/test-plan.scss Go to diff View file
A plugins/testplan/tsconfig.json +9 −0 Go to diff View file
A plugins/testplan/webpack.common.js +63 −0 Go to diff View file
A plugins/testplan/webpack.dev.js +23 −0 Go to diff View file
A plugins/testplan/webpack.prod.js +23 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +14 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +14 −0 Go to diff View file