gitea/routers
sillyguodong 2033eb7c11
Fix lint-swagger warning (#29787)
Caused by: #23106
Fix:
https://github.com/go-gitea/gitea/actions/runs/8274650046/job/22640335697

1. Delete `UserBadgeList` in `options.go`, because it wasn't used. (The
struct defined in `options.go` is the struct used to parse the request
body)
2. Move `BadgeList` struct under `routers/api/v1/swagger` folder which
response should be defined in.
2024-03-14 04:59:52 +00:00
..
api Fix lint-swagger warning (#29787) 2024-03-14 04:59:52 +00:00
common Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-13 10:34:58 +00:00
install Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
private Sync branches first (#29714) 2024-03-11 06:42:50 +00:00
utils Improve user search display name (#29002) 2024-02-01 17:10:16 +00:00
web Fix incorrect menu/link on webhook edit page (#29709) 2024-03-14 01:37:15 +00:00
init.go Move some asymkey functions to service layer (#28894) 2024-03-04 08:57:39 +00:00