forgejo/modules
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
..
actions
activitypub make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
analyze
assetfs
auth
avatar
base
cache
charset
container
context Improvements of releases list and tags list (#25859) 2023-09-28 13:21:47 +00:00
contexttest
csv
doctor doctor: delete action entries without existing user (#27292) 2023-09-28 03:03:08 +00:00
emoji
eventsource
generate
git
gitgraph Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
graceful
hcaptcha
highlight
hostmatcher
html
httpcache
httplib
indexer make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
issue/template
json
label
lfs Refactor lfs requests (#26783) 2023-09-18 08:40:50 +00:00
log
markup
mcaptcha
metrics
migration
nosql
options Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
packages
paginator
pprof
private
process
proxy
proxyprotocol
public
queue Document the queue item's marshaling behavior (#27271) 2023-09-26 13:58:57 +08:00
recaptcha
references
regexplru
repository make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
secret
session
setting Remove some dead code (#27196) 2023-09-22 23:30:31 +08:00
sitemap
ssh
storage
structs Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) 2023-09-24 19:02:47 +00:00
svg
sync
system make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
templates
test
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
upload
uri
user
util Refactor lfs requests (#26783) 2023-09-18 08:40:50 +00:00
validation
web Remove some dead code (#27196) 2023-09-22 23:30:31 +08:00
webhook