1. 12 Jun, 2019 2 commits
    • John Kristensen's avatar
      Don't import pull request comments from Gitea repos · e47d9b3d
      John Kristensen authored
      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.
      e47d9b3d
    • Evan Read's avatar
      Merge branch 'patch-71' into 'master' · c6152f3d
      Evan Read authored
      Fixed documentationmarkdown link in Docker compose note
      
      Closes #63114
      
      See merge request gitlab-org/gitlab-ce!29502
      c6152f3d
  2. 11 Jun, 2019 38 commits