1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-28 01:35:29 +00:00
gitea/routers
norohind ed02d1fab8
Fix PR creation via api between branches of same repo with head field namespaced (#26986)
Fix #20175

Current implementation of API does not allow creating pull requests
between branches of the same
repo when you specify *namespace* (owner of the repo) in `head` field in
http request body.

--- 

Although GitHub implementation of API allows performing such action and
since Gitea targeting
compatibility with GitHub API I see it as an appropriate change.

I'm proposing a fix to the described problem and test case which covers
this logic.

My use-case just in case:
https://github.com/go-gitea/gitea/issues/20175#issuecomment-1711283022
2024-03-17 11:56:49 +08:00
..
api Fix PR creation via api between branches of same repo with head field namespaced (#26986) 2024-03-17 11:56:49 +08:00
common Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-13 10:34:58 +00:00
install Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
private Sync branches first (#29714) 2024-03-11 06:42:50 +00:00
utils Improve user search display name (#29002) 2024-02-01 17:10:16 +00:00
web Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
init.go Move some asymkey functions to service layer (#28894) 2024-03-04 08:57:39 +00:00