-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api/v1/repos/:owner/:repo/pulls/***
not implemented
#3472
Comments
It's causing importing to GitLab to fail https://gitlab.com/gitlab-org/gitlab-ce/issues/31480#note_58059568 |
Looking at the api folder: I'd expect the same for pull: But the latter doesn't exist, and when searching through the history using:
If the |
@Dunky13 Commenting on PRs was just using |
Is there any progress on this? |
@thejahweh there is not still |
Can confirm it on my install - since I tried a migration of some projects to gitlab.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Bump. Gitea Version: 19e651c |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Importing from gitea to GitLab has some problems which I've faced and listed here:
Update: |
I think we can close this issue? https://try.gitea.io/api/swagger#/repository/repoListPullRequests the endpoint is implemented |
Seems like we don't have
/pulls
-endpoints implemented at all. I do remember them being implemented before though so they must've been removed in a refactor some time ago.The following outputs are both for the same PR
#5
The text was updated successfully, but these errors were encountered: