jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
314 stars 97 forks source link

Add BB auth support for migrating from privare repos #22

Closed jimfulton closed 8 years ago

jimfulton commented 9 years ago

Also updated readme.

Also ignore encoding errors when migrating comments.

Thanks for writing this. It was very nice to be able to migrate issues.

jimfulton commented 9 years ago

I punted on handling requests errors. :)

jeffwidman commented 8 years ago

Thanks @jimfulton. New project maintainer so I'm still coming up to speed.

I'd really like to add the support for private BB repos by incorporating your changes.

The unicode issues were already fixed in 8384492d436d868481f031398a75530b96dd949e and 496a53e9c9ca96f734d0b6e5bafbd3f758ec4b67. And the Readme was updated in a7d5d2ae24a7b07711790100f3aeefa024193f09

So do you mind rebasing and submitting the BB auth change?

Also update Readme explaining how to use this with private BB repos, and change the note here: https://github.com/jeffwidman/bitbucket_issue_migration/blob/master/migrate.py#L34

jeffwidman commented 8 years ago

Fixed in #59