1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-31 01:34:05 +00:00
forgejo/routers/api/v1
Gusted 334707fee9
Don't error when branch's commit doesn't exist ()
* 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 

* Don't send empty objects

* Use more minimal approach
2022-04-29 16:44:40 +08:00
..
admin Add Package Registry () 2022-03-30 16:42:47 +08:00
misc Remove dependent on session auth for api/v1 routers () 2022-04-08 06:22:10 +02:00
notify Never use /api/v1 from Gitea UI Pages () 2022-04-07 20:59:56 +02:00
org Fix panic in team repos API () 2022-04-20 18:43:26 +08:00
packages Add Helm Chart registry () 2022-04-19 12:55:35 -04:00
repo Don't error when branch's commit doesn't exist () 2022-04-29 16:44:40 +08:00
settings Make mirror feature more configurable () 2021-09-07 17:49:36 +02:00
swagger Add Package Registry () 2022-03-30 16:42:47 +08:00
user Fix DELETE request for non-existent public key () 2022-04-21 03:08:30 +02:00
utils Never use /api/v1 from Gitea UI Pages () 2022-04-07 20:59:56 +02:00
api.go Add "Allow edits from maintainer" feature () 2022-04-28 17:45:33 +02:00
auth.go Let web and API routes have different auth methods group () 2022-03-28 12:46:28 +08:00
auth_windows.go Let web and API routes have different auth methods group () 2022-03-28 12:46:28 +08:00