stable
Clone or download
Read-only
Nothing really fancy, the pane only says "Not yet implemented" for now. Part of story #14881: Transform “Test Management” pane in “Integrated pane” Test Change-Id: Icdb3cbc810b34f275ea827cd07a59d620963f387
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/testmanagement/include/TestManagement/TestmanagementPane.php | +67 | −0 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/TestmanagementPaneInfo.php | +17 | −11 | Go to diff View file |
A | plugins/testmanagement/include/TestPlan/TestPlanController.php | +124 | −0 | Go to diff View file |
A | plugins/testmanagement/include/TestPlan/TestPlanPresenter.php | +38 | −0 | Go to diff View file |
A | plugins/testmanagement/include/TestPlan/TestPlanPresenterBuilder.php | +47 | −0 | Go to diff View file |
M | plugins/testmanagement/include/testmanagementPlugin.php | +47 | −2 | Go to diff View file |
M | plugins/testmanagement/site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po | +4 | −1 | Go to diff View file |
A | plugins/testmanagement/templates/test-plan.mustache | +45 | −0 | Go to diff View file |
A | plugins/testmanagement/tests/unit/TestPlan/TestPlanControllerTest.php | +217 | −0 | Go to diff View file |
A | plugins/testmanagement/themes/BurningParrot/css/test-plan.scss | +31 | −0 | Go to diff View file |
M | plugins/testmanagement/webpack.common.js | +1 | −0 | Go to diff View file |