forgejo/routers/api/v1
norohind d74f74a025
Fix PR creation via api between branches of same repo with head field namespaced ()
Fix 

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

(cherry picked from commit ed02d1fab85c9b8206c0af84dcfc3792e61609cf)
2024-03-20 08:46:30 +01:00
..
activitypub Move context from modules to services () 2024-03-06 12:10:43 +08:00
admin Add a warning for disallowed email domains () 2024-03-20 08:46:28 +01:00
misc Port "Fix wrong test usage of AppSubURL" 2024-03-06 21:47:44 +01:00
notify Move context from modules to services () 2024-03-06 12:10:43 +08:00
org Move context from modules to services () 2024-03-06 12:10:43 +08:00
packages remove util.OptionalBool and related functions () 2024-03-06 12:10:46 +08:00
repo Fix PR creation via api between branches of same repo with head field namespaced () 2024-03-20 08:46:30 +01:00
settings Move context from modules to services () 2024-03-06 12:10:43 +08:00
shared Move context from modules to services () 2024-03-06 12:10:43 +08:00
swagger [BUG] Fix header name in swagger response 2024-02-29 14:08:10 +01:00
user Allow options to disable user ssh keys configuration from the interface on app.ini () 2024-03-11 23:36:57 +07:00
utils Move context from modules to services () 2024-03-06 12:10:43 +08:00
api.go Fix /api/forgejo/v1/version auth check () 2024-03-19 07:16:19 +00:00