This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/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
2022-04-29 16:44:40 +08:00
..
admin
misc Remove dependent on session auth for api/v1 routers (#19321) 2022-04-08 06:22:10 +02:00
notify
org Fix panic in team repos API (#19431) 2022-04-20 18:43:26 +08:00
packages Add Helm Chart registry (#19406) 2022-04-19 12:55:35 -04:00
repo Don't error when branch's commit doesn't exist (#19547) 2022-04-29 16:44:40 +08:00
settings
swagger
user Fix DELETE request for non-existent public key (#19443) 2022-04-21 03:08:30 +02:00
utils
api.go Add "Allow edits from maintainer" feature (#18002) 2022-04-28 17:45:33 +02:00
auth.go
auth_windows.go