stable

Clone or download

Read-only

Remove the storage of the project used as archive in project creation

This is part of story #14766 Have an import from jira structure Change-Id: Icc9d5eb0ef3fb5351937a27dd303611b4051239b

Modified Files

Name
M plugins/tracker/db/install.sql +1 −2 Go to diff View file
A plugins/tracker/db/mysql/updates/2020/202004291558_remove_filename_from_tracker_xml_changeset.php +42 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ArtifactChangesetSaver.php +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetFromXmlDao.php +2 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/TrackerXmlImportConfig.php +2 −23 Go to diff View file
D plugins/tracker/include/Tracker/XML/Importer/TrackerXmlSaver.php +0 −46 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +2 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php +0 −12 Go to diff View file
D plugins/tracker/tests/unit/Tracker/XML/Importer/TrackerXmlSaverTest.php +0 −50 Go to diff View file