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/api/v1
Gusted 334707fee9
Don't error when branch's commit doesn't exist (#19547)
* Don't error when branch's commit doesn't exist

- If one of the branches no longer exists, don't throw an error, it's possible that the branch was destroyed during the process. Simply skip it and disregard it.
- Resolves #19541

* Don't send empty objects

* Use more minimal approach
3 years ago
..
admin Add Package Registry (#16510) 3 years ago
misc Remove dependent on session auth for api/v1 routers (#19321) 3 years ago
notify Never use /api/v1 from Gitea UI Pages (#19318) 3 years ago
org Fix panic in team repos API (#19431) 3 years ago
packages Add Helm Chart registry (#19406) 3 years ago
repo Don't error when branch's commit doesn't exist (#19547) 3 years ago
settings Make mirror feature more configurable (#16957) 3 years ago
swagger Add Package Registry (#16510) 3 years ago
user Fix DELETE request for non-existent public key (#19443) 3 years ago
utils Never use /api/v1 from Gitea UI Pages (#19318) 3 years ago
api.go Add "Allow edits from maintainer" feature (#18002) 3 years ago
auth.go Let web and API routes have different auth methods group (#19168) 3 years ago
auth_windows.go Let web and API routes have different auth methods group (#19168) 3 years ago