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.
forgejo/routers
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
2 years ago
..
api Don't error when branch's commit doesn't exist (#19547) 2 years ago
common Add Goroutine stack inspector to admin/monitor (#19207) 2 years ago
install Skip frontend ROOT_URL check on installation page, remove unnecessary global var (#19291) 2 years ago
private Add "Allow edits from maintainer" feature (#18002) 2 years ago
utils A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
web Add "Allow edits from maintainer" feature (#18002) 2 years ago
init.go Use queue instead of memory queue in webhook send service (#19390) 2 years ago