gitlab-org--gitlab-foss/lib/gitlab/legacy_github_import
John Kristensen e47d9b3d04 Don't import pull request comments from Gitea repos
The Gitea API does not provide the following API endpoint for pull request
comments:

  /api/v1/repos/{owner}/{repo}/pulls/comments

When the importer attempts to request this endpoint it receives a '404
Not Found' error which causes the import to fail. By skipping any
attempts to import pull requests comments from Gitea we can ensure that
the import can complete successfully.
2019-06-12 00:52:54 +00:00
..
base_formatter.rb
branch_formatter.rb
client.rb
comment_formatter.rb
importer.rb Don't import pull request comments from Gitea repos 2019-06-12 00:52:54 +00:00
issuable_formatter.rb
issue_formatter.rb
label_formatter.rb
milestone_formatter.rb
project_creator.rb
pull_request_formatter.rb
release_formatter.rb
user_formatter.rb
wiki_formatter.rb