| 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. | ||
|---|---|---|
| .. | ||
| base_formatter.rb | ||
| branch_formatter.rb | ||
| client.rb | ||
| comment_formatter.rb | ||
| importer.rb | ||
| 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 | ||