You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
11 months ago
..
api Fix PR creation via api between branches of same repo with head field namespaced (#26986) 11 months ago
common Use relative links for commits, mentions, and issues in markdown (#29427) 11 months ago
install Move context from modules to services (#29440) 11 months ago
private Sync branches first (#29714) 11 months ago
utils Improve user search display name (#29002) 1 year ago
web Remove AddParamIfExist(AddParam) (#29841) 11 months ago
init.go Move some asymkey functions to service layer (#28894) 11 months ago