mirror of
1
Fork 0
forgejo/modules/context
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
..
access_log.go
api.go
api_org.go
api_test.go
base.go
captcha.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
context.go
context_cookie.go
context_model.go
context_request.go
context_response.go
context_template.go
context_test.go
csrf.go
org.go Another round of `db.DefaultContext` refactor (#27103) 2023-09-25 13:17:37 +00:00
package.go
pagination.go
permission.go
private.go
repo.go
response.go
utils.go
xsrf.go
xsrf_test.go