stable
Clone or download
Read-only
Merge commit 'refs/changes/03/12403/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12144 Create database source_artifact_id Change-Id: I0412c46800c4fba30889ff5c9cec094c9a0e2fd8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +9 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2018/201808171523_add_table_source_artifact_id.php | +53 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractor.php | +66 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLArtifactSourcePlatformExtractor.php | +13 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +64 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +7 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/dao/TrackerArtifactSourceIdDao.php | +49 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +9 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +7 | −1 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractorTest.php | +122 | −0 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XMLArtifactSourcePlatformExtractorTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XmlImportTest.php | +139 | −27 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +9 | −3 | Go to diff View file |