stable
Clone or download
Read-only
part of story #14813 have a REST route to associate automated test results to TTM tests No fonctional changes expected Change-Id: Iee148607ebb820999fd67290bce3660e2bddec5e
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/testmanagement/include/TestManagement/REST/ExecutionChangesExtractor.php | +110 | −0 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForIntFieldRetriever.php | +59 | −0 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForListFieldRetriever.php | +73 | −0 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForTextFieldRetriever.php | +63 | −0 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php | +12 | −129 | Go to diff View file |
A | plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionChangesExtractorTest.php | +141 | −0 | Go to diff View file |
A | plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForIntFieldRetrieverTest.php | +89 | −0 | Go to diff View file |
A | plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForListFieldRetrieverTest.php | +117 | −0 | Go to diff View file |
A | plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForTextFieldRetrieverTest.php | +90 | −0 | Go to diff View file |