stable
Clone or download
Read-only
Merge commit 'refs/changes/55/6455/4' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #9455: XML import user mapping should provide an automap strategy
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/user/XML/Import/InvalidUserTypeException.php | +28 | −0 | Go to diff View file |
M | src/common/user/XML/Import/MappingFileOptimusPrimeTransformer.php | +29 | −0 | Go to diff View file |
M | src/common/user/XML/Import/UsersToBeImportedCollectionBuilder.php | +38 | −4 | Go to diff View file |
M | src/utils/check_user_mapping_for_project_import.php | +1 | −1 | Go to diff View file |
M | src/utils/generate_user_mapping_for_project_import.php | +1 | −1 | Go to diff View file |
M | src/utils/import_project_xml.php | +43 | −8 | Go to diff View file |
M | tests/simpletest/common/user/XML/Import/UsersToBeImportedCollectionBuilderTest.php | +189 | −37 | Go to diff View file |