redmine2github
redmine2github copied to clipboard
Scripts to migrate redmine tickets to github issues
Traceback (most recent call last): File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/migration_manager.py", line 228, in mm.migrate_issues() File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/migration_manager.py", line 200, in migrate_issues github_issue_number = gm.make_github_issue(json_fname_fullpath, **gm_kwargs) File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/github_issue_maker.py", line 360, in make_github_issue issue_obj = self.get_github_conn().issues.create(github_issue_dict)...
Bumps [requests](https://github.com/requests/requests) from 2.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
I know this project hasn't been touched in a few years, but I found it really helpful in doing a migration. I added a couple of other options for migrating...
The title said it all: two lines had to be changed to run with python 3 (it should still work with 2.7)
when I run python migration_manager.py, output as below, my server is local gitlab setup by myself. any suggestion? ## Skipping Redmine issue: 65 (start at 66) ## (1) Loading redmine...