0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 16:14:50 +01:00
gitea/routers/web
Zettat123 3fcad582c9
Improvements of releases list and tags list (#25859)
Follow #23465 and #25624

This PR introduces the following improvements:
- We do not need to call `GetTags` to get tags because tags have been
loaded by `RepoAssignment`

ef90fdbd1d/modules/context/repo.go (L663-L668)
- Similarly, the number of tags and releases also have been loaded by
`RepoAssignment`, so the related code has been removed from the
handlers. The query condition of `GetReleaseCountByRepoID` in
`RepoAssignment` has been changed to include draft releases.

ef90fdbd1d/modules/context/repo.go (L538-L551)
- `releasesOrTags` function has been removed. The code for rendering
releases list and tags list moved to `Releases` and `TagList`
respectively.
2023-09-28 13:21:47 +00:00
..
admin make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
auth make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
devtest
events
explore
feed
healthcheck
misc
org make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
repo Improvements of releases list and tags list (#25859) 2023-09-28 13:21:47 +00:00
shared
user make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go
webfinger.go