forgejo/routers/api/v1/repo
qwerty287 1608ef0ce9
Add API to get merged PR of a commit (#29243)
Adds a new API `/repos/{owner}/{repo}/commits/{sha}/pull` that allows
you to get the merged PR associated to a commit.

---------

Co-authored-by: 6543 <6543@obermui.de>
(cherry picked from commit 0a426cc575734e5eff410d6a790f40473117f753)
2024-02-26 22:30:26 +01:00
..
action.go
avatar.go
blob.go
branch.go Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-26 22:30:26 +01:00
collaborators.go
commits.go Add API to get merged PR of a commit (#29243) 2024-02-26 22:30:26 +01:00
file.go Fix content size does not match error when uploading lfs file (#29259) 2024-02-26 21:42:14 +01:00
flags.go
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go
issue_attachment.go
issue_comment.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
issue_comment_attachment.go [GITEA] API commentAssignment() to verify the id belongs 2024-02-05 16:09:43 +01:00
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go
patch.go
pull.go Add API to get PR by base/head (#29242) 2024-02-26 03:41:42 +01:00
pull_review.go [GITEA] DELETE /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments/{comment} 2024-02-05 16:09:43 +01:00
release.go
release_attachment.go
release_tags.go
repo.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
repo_test.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
runners.go
star.go
status.go
subscriber.go
tag.go [GITEA] Document correct status code for creating Tag 2024-02-05 16:09:43 +01:00
teams.go
topic.go
transfer.go
tree.go
wiki.go Revert "Fix an actions schedule bug (#28942)" 2024-02-05 16:53:39 +01:00