[PR #4977] [MERGED] Improve performance of dashboard #17574

Closed
opened 2025-11-02 14:10:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4977
Author: @lunny
Created: 9/26/2018
Status: Merged
Merged: 12/13/2018
Merged by: @techknowlogick

Base: masterHead: lunny/fix_dashboard


📝 Commits (10+)

📊 Changes

19 files changed (+350 additions, -94 deletions)

View changed files

📝 models/action.go (+53 -13)
📝 models/issue.go (+67 -16)
📝 models/issue_assignees.go (+3 -3)
📝 models/issue_assignees_test.go (+1 -1)
📝 models/issue_comment.go (+71 -23)
models/issue_comment_list.go (+58 -0)
📝 models/issue_dependency_test.go (+4 -1)
📝 models/issue_mail.go (+1 -1)
📝 models/issue_stopwatch.go (+8 -0)
📝 models/issue_tracked_time.go (+3 -0)
📝 models/mail.go (+1 -0)
📝 models/pull.go (+17 -6)
📝 models/update.go (+1 -1)
📝 routers/api/v1/repo/issue.go (+4 -2)
📝 routers/api/v1/repo/issue_comment.go (+10 -1)
📝 routers/api/v1/repo/pull.go (+2 -2)
📝 routers/repo/issue.go (+23 -2)
📝 routers/repo/pull.go (+22 -22)
📝 routers/user/home.go (+1 -0)

📄 Description

Will resolve #3367


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4977 **Author:** [@lunny](https://github.com/lunny) **Created:** 9/26/2018 **Status:** ✅ Merged **Merged:** 12/13/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `lunny/fix_dashboard` --- ### 📝 Commits (10+) - [`8640c3d`](https://github.com/go-gitea/gitea/commit/8640c3d5abd9fc51877a232c6eb1e9797307fd54) improve performance of dashboard - [`e534075`](https://github.com/go-gitea/gitea/commit/e534075a93ca37ac083dfa1663d8efbfeacf4b41) fix bug - [`c482e12`](https://github.com/go-gitea/gitea/commit/c482e12aa9d0bdbaa93d529b8e760833f3983cb4) fix bugs - [`25bb1c2`](https://github.com/go-gitea/gitea/commit/25bb1c2a4ec405dcad9ee1a1371f172f49b89bf9) fix panic - [`1a7e2bd`](https://github.com/go-gitea/gitea/commit/1a7e2bd08cf3dd9d09f2739f7e85d18149bf1862) fix bugs - [`597610c`](https://github.com/go-gitea/gitea/commit/597610c7f6e27d749191c5b6dfc463dff4fdf476) fix bugs - [`745d6a7`](https://github.com/go-gitea/gitea/commit/745d6a72e4f641efdcbf5c5eb676db03a8e982cf) fix bugs - [`0086f73`](https://github.com/go-gitea/gitea/commit/0086f739378dbab77b861a23716d8cbf6a930ff6) fix bugs - [`b06009d`](https://github.com/go-gitea/gitea/commit/b06009d47d4167a1c93c9d4ce537a7f3e63ec501) Merge branch 'master' into lunny/fix_dashboard - [`3b4f795`](https://github.com/go-gitea/gitea/commit/3b4f795109826dbe7a6844545ec95152baf37b6e) Merge branch 'master' into lunny/fix_dashboard ### 📊 Changes **19 files changed** (+350 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `models/action.go` (+53 -13) 📝 `models/issue.go` (+67 -16) 📝 `models/issue_assignees.go` (+3 -3) 📝 `models/issue_assignees_test.go` (+1 -1) 📝 `models/issue_comment.go` (+71 -23) ➕ `models/issue_comment_list.go` (+58 -0) 📝 `models/issue_dependency_test.go` (+4 -1) 📝 `models/issue_mail.go` (+1 -1) 📝 `models/issue_stopwatch.go` (+8 -0) 📝 `models/issue_tracked_time.go` (+3 -0) 📝 `models/mail.go` (+1 -0) 📝 `models/pull.go` (+17 -6) 📝 `models/update.go` (+1 -1) 📝 `routers/api/v1/repo/issue.go` (+4 -2) 📝 `routers/api/v1/repo/issue_comment.go` (+10 -1) 📝 `routers/api/v1/repo/pull.go` (+2 -2) 📝 `routers/repo/issue.go` (+23 -2) 📝 `routers/repo/pull.go` (+22 -22) 📝 `routers/user/home.go` (+1 -0) </details> ### 📄 Description Will resolve #3367 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 14:10:03 -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#17574