1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00

2 Commits

Author SHA1 Message Date
Lunny Xiao
62f8174aa2
Performance improvements for pull request list page ()
This PR will avoid load pullrequest.Issue twice in pull request list
page. It will reduce x times database queries for those WIP pull
requests.

Partially fix 

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2024-03-21 14:13:08 +01:00
Lunny Xiao
b25eec41eb
Move notifications to a standalone file ()
There is no code change. Just move notification list related
structs/functions from one file to another.
2024-03-20 10:28:35 +00:00