Release page show all tags only if needed - else filter by keyword #9102

Open
opened 2025-11-02 08:29:22 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @6543 on GitHub (Jun 21, 2022).

at the moment we do just return all tags to compare against ... if you have quite a lot this is not a good practice.

we should only return 10 and let backend filter by keyword - and/or only if desired explicit load all

f6db650e9d/routers/web/repo/release.go (L101-L108)

Originally created by @6543 on GitHub (Jun 21, 2022). at the moment we do just return all tags to compare against ... if you have quite a lot this is not a good practice. we should only return 10 and let backend filter by keyword - and/or only if desired explicit load all https://github.com/go-gitea/gitea/blob/f6db650e9d99253cef54c3e646db1e7355880d86/routers/web/repo/release.go#L101-L108
GiteaMirror added the type/enhancement label 2025-11-02 08:29:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9102