stable
Clone or download
Read-only
part of story #14735 include images in test execution comment Change-Id: I7eb2e209fb8ecc15245d4b7c8d2117072acc0b22
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForFileFieldRetriever.php | +91 | −0 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php | +37 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentation.php | +18 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php | +23 | −13 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php | +117 | −47 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php | +32 | −24 | Go to diff View file |
M | plugins/testmanagement/package-lock.json | +5 | −0 | Go to diff View file |
M | plugins/testmanagement/package.json | +1 | −0 | Go to diff View file |
A | plugins/testmanagement/phpunit/TestManagement/REST/FormattedChangesetValueForFieldsRetrieverTest.php | +162 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/po/fr.po | +9 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-rest-service.js | +24 | −12 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-rest-service.test.js | +18 | −17 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.js | +81 | −4 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.test.js | +14 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.js | +4 | −3 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.test.js | +12 | −4 | Go to diff View file |
M | plugins/testmanagement/tests/rest/TestManagement/ExecutionsTest.php | +17 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/FileUploadData.php | +75 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/FileUploadDataProvider.php | +67 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/UploadDataAttributesForRichTextEditorBuilder.php | +20 | −33 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Edit.class.php | +19 | −16 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +2 | −2 | Go to diff View file |
A | plugins/tracker/phpunit/Artifact/FileUploadDataProviderTest.php | +146 | −0 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/RichTextareaProviderTest.php | +10 | −122 | Go to diff View file |