1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 09:41:36 +02:00
gitea/routers
Lunny Xiao 09ab64dfad
Remove duplicated issues options and some more refactors (#24787)
This PR 

- [x] Move some code from `issue.go` to `issue_search.go` and
`issue_update.go`
- [x] Use `IssuesOptions` instead of `IssueStatsOptions` becuase they
are too similiar.
- [x] Rename some functions
2023-05-18 10:45:25 +00:00
..
api Add Go package registry (#24687) 2023-05-14 23:38:40 +08:00
common Make repository response support HTTP range request (#24592) 2023-05-09 15:34:36 +08:00
install
private
utils
web Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
init.go