-
- Downloads
Merge branch 'import-gh-pull-requests' into 'master'
Import GitHub Pull Requests into GitLab Fixes #2833 See merge request !2168
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- doc/workflow/importing/import_projects_from_github.md 2 additions, 2 deletionsdoc/workflow/importing/import_projects_from_github.md
- lib/gitlab/github_import/base_formatter.rb 21 additions, 0 deletionslib/gitlab/github_import/base_formatter.rb
- lib/gitlab/github_import/comment_formatter.rb 45 additions, 0 deletionslib/gitlab/github_import/comment_formatter.rb
- lib/gitlab/github_import/importer.rb 42 additions, 22 deletionslib/gitlab/github_import/importer.rb
- lib/gitlab/github_import/issue_formatter.rb 66 additions, 0 deletionslib/gitlab/github_import/issue_formatter.rb
- lib/gitlab/github_import/pull_request_formatter.rb 101 additions, 0 deletionslib/gitlab/github_import/pull_request_formatter.rb
- spec/lib/gitlab/github_import/comment_formatter_spec.rb 80 additions, 0 deletionsspec/lib/gitlab/github_import/comment_formatter_spec.rb
- spec/lib/gitlab/github_import/issue_formatter_spec.rb 139 additions, 0 deletionsspec/lib/gitlab/github_import/issue_formatter_spec.rb
- spec/lib/gitlab/github_import/pull_request_formatter_spec.rb 184 additions, 0 deletionsspec/lib/gitlab/github_import/pull_request_formatter_spec.rb
Loading
Please register or sign in to comment