-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] added support for github enterprise AND closed issues. #11
Comments
Nice work! I will definitely be merging this, but I would like to make a few changes before doing so. As for the "import closed issues" feature, I have actually been trying to implement that one myself, but there is one problem with it; right now you are appending the array of I would prefer sorting them by date, but any sorting will need to be done on the client side (which seems inefficient, but I can't find any better alternative). But I'll fix this and add these features over the weekend. Thanks for your contribution! :) |
I implemented your support for enterprise servers, but with a few of my own slight changes. Primarily, usernames and passwords for specific organizations cannot be passed as arguments, but they can be defined in the config, and you will be prompted for them separately if they are not defined there. Also, allowing for a different username for the source and target repositories turned out to be a great idea, even when not using an enterprise organization! I tested the changes here on GitHub, but I do not have access to an enterprise organization to see if the "cross-server-issue-transporting" works. If you have the time and means, I would be immensely grateful if you could test out the new version on an enterprise server, @joshuairl : |
Great to hear, I will give it a run through with enterprise. I've never written anything in python... Hope it wasn't too messy!! Joshua F. Rountree Sent from my iPhone
|
How is the "import closed issues as well" feature coming along? It would really help me out at the moment :) |
It's in the pipeline, and I can probably have it done by before Monday if you need it. The code I can do, but the problem is I'm not sure how closed issues should appear to the user in the target repository. Do you think you could help me by explaining your current project's setup? It will better help me if I know the use-case for closed issues. I set up a new issue where this could be discussed, do you think you could add your thoughts there? IQAndreas/github-issues-import#12 |
Wednesday Oct 09, 2013 at 18:08 GMT
Originally opened as IQAndreas/github-issues-import#11
Feel free to merge this or not... but I find it useful for my given circumstances.
Others may find my version useful if they also desire this functionality.
Allows you to freely migrate repos to and from github enterprise and github.com.
Allows you to import closed issues too.
I have made extensive changes to how this works which allows for the
migration of issues to and from github enterprise and github.com, etc.
to do so, I had to add more explicit config options for source and
target.
example:
joshuairl included the following code: https://github.com/IQAndreas/github-issues-import/pull/11/commits
The text was updated successfully, but these errors were encountered: