stable

Clone or download

Read-only

Merge commit 'refs/changes/54/18654/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14777 XML export/import should preserve traceability in TTM Change-Id: I40673aa2665abf6a411a36a828e61b2cf42f4f65

Modified Files

Name
M Makefile +4 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/Execution/ExecutionDao.php +35 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/Exporter.php +29 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/XMLImport.php +95 −42 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +17 −7 Go to diff View file
M plugins/testmanagement/phpunit/TestManagement/XML/ExporterTest.php +49 −3 Go to diff View file
M plugins/testmanagement/phpunit/TestManagement/XML/XMLImportTest.php +80 −9 Go to diff View file
M plugins/testmanagement/phpunit/TestManagement/XML/_fixtures/testmanagement.xml +5 −1 Go to diff View file
M plugins/testmanagement/resources/testmanagement.rnc +7 −1 Go to diff View file
M plugins/testmanagement/resources/testmanagement.rng +14 −0 Go to diff View file
M plugins/tracker/include/Tracker/Action/CopyArtifact.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php +5 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +45 −23 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetXMLExporter.class.php +2 −0 Go to diff View file
A plugins/tracker/include/Tracker/XML/Importer/ImportedChangesetMapping.php +44 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +20 −14 Go to diff View file
M plugins/tracker/phpunit/Artifact/Tracker_Artifact_XMLExportTest.php +4 −0 Go to diff View file
M plugins/tracker/phpunit/Artifact/Tracker_Artifact_XMLImportTest.php +119 −50 Go to diff View file
M plugins/tracker/phpunit/Tracker/Action/CopyArtifactTest.php +6 −3 Go to diff View file
M plugins/tracker/phpunit/Tracker/Artifact/XmlImportTest.php +0 −4 Go to diff View file
A plugins/tracker/phpunit/Tracker/XML/Importer/ImportedChangesetMappingTest.php +37 −0 Go to diff View file
M plugins/tracker/resources/artifact-definition.rnc +1 −0 Go to diff View file
M plugins/tracker/resources/artifact-definition.rng +5 −0 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php +27 −5 Go to diff View file
M src/common/xml/resources/project/artifact-definition.rng +5 −0 Go to diff View file