1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/routers/web/user
Lunny Xiao 6ef986d474
Performance improvements for pull request list page (#29900) (#29972)
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 #29585
Backport #29900
2024-03-22 09:58:04 +08:00
..
setting Fix 500 when deleting account with incorrect password or unsupported login type (#29579) (#29656) 2024-03-08 15:43:57 +01:00
avatar.go Set X-Gitea-Debug header once (#23361) 2023-03-08 15:40:04 -05:00
code.go Show the repo count in code tab on both user profile and org page. (#27048) 2023-09-13 18:47:35 +08:00
home_test.go Add a trailing slash to dashboard links (#29555) (#29573) 2024-03-04 13:50:55 +08:00
home.go Fix user router possbile panic (#29751) (#29786) 2024-03-14 12:44:14 +08:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
notification.go Performance improvements for pull request list page (#29900) (#29972) 2024-03-22 09:58:04 +08:00
package.go Fix incorrect relative/absolute URL usages (#29531) (#29547) 2024-03-02 18:00:15 +00:00
profile.go Rework markup link rendering (#26745) (#28803) 2024-01-16 02:13:29 +00:00
search.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
stop_watch.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
task.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00