1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-20 10:21:52 +02:00
gitea/routers/api/v1
silverwind aba87285f0
Remove dead code identified by deadcode tool (#37271)
Ran [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode)
(`-test ./...`) to find functions, methods and error types unreachable
from any call path (including tests), and removed the truly-dead ones.

Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-20 07:52:48 +00:00
..
activitypub Mark unused&immature activitypub as "not implemented" (#36789) 2026-03-01 12:59:49 +00:00
admin Correct swagger annotations for enums, status codes, and notification state (#37030) 2026-03-30 08:28:48 +08:00
misc Mark unused&immature activitypub as "not implemented" (#36789) 2026-03-01 12:59:49 +00:00
notify Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00
org Add bulk repository deletion for organizations (#36763) 2026-04-08 04:32:22 +00:00
packages Add terraform state registry (#36710) 2026-04-06 13:41:17 -07:00
repo Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
settings Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
shared Feature: Add per-runner “Disable/Pause” (#36776) 2026-03-16 10:24:36 -07:00
swagger Feature: Add per-runner “Disable/Pause” (#36776) 2026-03-16 10:24:36 -07:00
user Remove dead code identified by deadcode tool (#37271) 2026-04-20 07:52:48 +00:00
utils Add webhook name field to improve webhook identification (#37025) (#37040) 2026-04-01 09:56:20 +08:00
api.go Add bulk repository deletion for organizations (#36763) 2026-04-08 04:32:22 +00:00