stable
Clone or download
Read-only
Closes request #35833: Drop the `--update` option from the `tuleap import-project-xml` command
This option is broken for most usages and it is unlikely to chnage anytime soon. Change-Id: Ic6e87da6587830f78adb85a29f399f8ccec5b1af
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +0 | −9 | Go to diff View file |
D | plugins/tracker/db/mysql/updates/2018/201808171523_add_table_source_artifact_id.php | +0 | −53 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CopyArtifact.class.php | +1 | −3 | Go to diff View file |
D | plugins/tracker/include/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractor.php | +0 | −63 | Go to diff View file |
D | plugins/tracker/include/Tracker/Artifact/XMLArtifactSourcePlatformExtractor.php | +0 | −67 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +17 | −146 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +0 | −9 | Go to diff View file |
D | plugins/tracker/include/Tracker/Artifact/dao/TrackerArtifactSourceIdDao.php | +0 | −49 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +0 | −8 | Go to diff View file |
D | plugins/tracker/include/TrackerFromXmlImportCannotBeUpdatedException.php | +0 | −38 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +1 | −45 | Go to diff View file |
M | plugins/tracker/resources/artifact-definition.rnc | +1 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +0 | −8 | Go to diff View file |
M | plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po | +0 | −6 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php | +1 | −65 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/CopyArtifactTest.php | +0 | −30 | Go to diff View file |
D | plugins/tracker/tests/unit/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractorTest.php | +0 | −123 | Go to diff View file |
D | plugins/tracker/tests/unit/Tracker/Artifact/XMLArtifactSourcePlatformExtractorTest.php | +0 | −118 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php | +8 | −405 | Go to diff View file |
D | plugins/tracker/tests/unit/Tracker/Artifact/_fixtures/testImportChangesetInArtifactWithWrongSourcePlatformAttribute.xml | +0 | −26 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php | +2 | −21 | Go to diff View file |
M | src/common/CLI/Command/ImportProjectXMLCommand.php | +1 | −17 | Go to diff View file |
M | src/common/Project/XML/Import/ImportConfig.php | +1 | −12 | Go to diff View file |