stable

Clone or download

Read-only

Closes request #34016: Allow to order execution by definition rank

This put behind a feature flag because: * it might break some existing user expections on the test orders * it cannot be easily manipulated * the feature might be removed or reworked later without warnings You can enabled the feature flag using `tuleap config-set feature_flag_ttm_test_exec_order_by_test_def_rank 1`. Change-Id: Ia0885d4576134e682b4e10da01fa3325a5546b8e

Modified Files

Name
M plugins/testmanagement/include/TestManagement/IndexPresenter.class.php +10 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +1 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionCommonmarkRepresentation.php +10 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilder.php +4 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionTextOrHTMLRepresentation.php +7 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionsResource.class.php +1 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +1 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ProjectResource.class.php +1 −0 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +7 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/app-controller.js +3 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-controller.js +5 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list.tpl.html +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/shared-properties/shared-properties-service.js +11 −0 Go to diff View file
M plugins/testmanagement/templates/index.mustache +1 −0 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilderTest.php +4 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationTest.php +5 −2 Go to diff View file