stable
Clone or download
Read-only
Merge commit 'refs/changes/57/25857/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: feat(jira): request #26763 Replay Jira Project import Change-Id: I220a96392516a4bb6de77dd347cc6573a4fcb911
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_XMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardwallConfigXmlExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardwallConfigXmlImportTest.php | +1 | −1 | Go to diff View file |
M | plugins/jira_import/include/Project/CreateProjectFromJira.php | +32 | −47 | Go to diff View file |
M | plugins/jira_import/include/Project/CreateProjectFromJiraCommand.php | +2 | −1 | Go to diff View file |
A | plugins/jira_import/include/Project/ReplayCreateProjectFromJiraCommand.php | +127 | −0 | Go to diff View file |
M | plugins/jira_import/include/jira_importPlugin.php | +41 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php | +2 | −2 | Go to diff View file |
A | src/common/xml/ParseExceptionWithErrors.php | +43 | −0 | Go to diff View file |
A | src/common/xml/ParseExceptionWithoutJava.php | +36 | −0 | Go to diff View file |
M | src/common/xml/RNGValidator.class.php | +10 | −7 | Go to diff View file |
R | src/common/xml/ParseException.class.php | Go to diff View file | ||
M | tools/rpm/tuleap.rhel7.spec | +3 | −0 | Go to diff View file |