stable
Clone or download
Read-only
* commit 'f2b50ecf99d79f5aac24d137469f021afc7f62df': Fix request #17067: Rework of PATCH /testmanagement_campaigns/{id} Change-Id: Ic8a7d0562ff1f12cfaf0c566137e8c55f49ab19d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php | +17 | −2 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestCaseExecutionPresenter.php | +40 | −0 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestSuiteExecutionPresenter.php | +40 | −0 | Go to diff View file |
R | plugins/testmanagement/include/TestManagement/REST/v1/TestsDataFromJunitExtractor.php | Go to diff View file | ||
A | plugins/testmanagement/templates/TestsDataJUnitExtraction/failure-feedback.mustache | +1 | −0 | Go to diff View file |
A | plugins/testmanagement/templates/TestsDataJUnitExtraction/test-case-execution.mustache | +1 | −0 | Go to diff View file |
A | plugins/testmanagement/templates/TestsDataJUnitExtraction/test-suite-execution.mustache | +1 | −0 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/TestsDataFromJunitExtractorTest.php | +32 | −11 | Go to diff View file |