GitHub user snoopdave opened a pull request: https://github.com/apache/incubator-usergrid/pull/261
Add organization export to ExportAdmins tool and organization import ⦠â¦to ImportAdmins tool. This PR adds organization export and import to the existing ExportAdmins and ImportAdmins tools which are designed to export and import Admin Users from a Usergrid instance. It includes some extensive refactorings to rename methods, fields and variables as we as to remove some unnecessary and buggy code (involving reading and writing of Application.class objects). The PR also adds two new JUnit tests for testing both export and import functions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-usergrid USERGRID-705 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-usergrid/pull/261.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #261 ---- commit c5187d22b8b2045204a8935e60d41250254b2fff Author: Dave Johnson <dmjohn...@apigee.com> Date: 2015-06-03T19:10:45Z Add organization export to ExportAdmins tool and organization import to ImportAdmins tool. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---