0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 02:14:14 +01:00
gitea/models
qwerty287 0a426cc575
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>
2024-02-24 08:18:39 +00:00
..
actions Artifact deletion in actions ui (#27172) 2024-02-18 10:33:50 +00:00
activities
admin
asymkey
auth Revert "Support SAML authentication (#25165)" (#29358) 2024-02-24 12:18:49 +08:00
avatars
db Add slow SQL query warning (#27545) 2024-02-23 00:57:24 +00:00
dbfs
fixtures Add API to get merged PR of a commit (#29243) 2024-02-24 08:18:39 +00:00
git Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-23 02:18:33 +00:00
issues Add API to get merged PR of a commit (#29243) 2024-02-24 08:18:39 +00:00
migrations
organization
packages
perm
project
pull
repo
secret
shared/types
system
unit
unittest Workaround to clean up old reviews on creating a new one (#28554) 2024-02-19 14:42:18 +01:00
user Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-23 02:18:33 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2023-12-07 15:27:36 +08:00
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go