0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 20:58:14 +01:00
gitea/models
qwerty287 65952417a8
Add API to get PR by base/head (#29242)
Closes https://github.com/go-gitea/gitea/issues/16289

Add a new API `/repos/{owner}/{repo}/pulls/{base}/{head}` to get a PR by
its base and head branch.
2024-02-26 02:39:01 +00:00
..
actions
activities
admin
asymkey
auth Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
avatars
db Add slow SQL query warning (#27545) 2024-02-23 00:57:24 +00:00
dbfs
fixtures Allow non-admin users to delete review requests (#29057) 2024-02-24 12:38:43 +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 PR by base/head (#29242) 2024-02-26 02:39:01 +00:00
migrations Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
organization
packages
perm Users with read permission of pull requests can be assigned too (#27263) 2024-02-24 14:14:48 +00:00
project
pull
repo Users with read permission of pull requests can be assigned too (#27263) 2024-02-24 14:14:48 +00:00
secret
shared/types
system
unit
unittest
user Allow non-admin users to delete review requests (#29057) 2024-02-24 12:38:43 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go