stable
Clone or download
Read-only
Merge commit 'refs/changes/28/29628/3' of ssh://gerrit.tuleap.net:29418/tuleap
# By Yannis ROSSETTO # Via Yannis ROSSETTO * ssh://gerrit.tuleap.net:29418/tuleap: Fix request #35065 Do not export whole artifact definition in TTM execution
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php | +10 | −5 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentationFormat.php | +34 | −0 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionCommonmarkRepresentation.php | +5 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilder.php | +46 | −17 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionTextOrHTMLRepresentation.php | +5 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/MinimalDefinitionRepresentation.php | +0 | −9 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php | +42 | −22 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/execution-querier.test.ts | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/execution-querier.ts | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationTest.php | +1 | −0 | Go to diff View file |
M | plugins/testplan/include/REST/v1/DefinitionLinkedToABacklogItemRepresentation.php | +1 | −38 | Go to diff View file |