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 Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
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 Fix GitHub project import visibility 2019-04-08 11:39:57 -04:00
pull_request_formatter.rb
release_formatter.rb Set release name when adding release notes to an existing tag 2019-04-09 06:52:15 +00:00
user_formatter.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
wiki_formatter.rb Refactor use of Shell.import_repository for Wikis 2019-02-05 21:33:09 -08:00