forgejo/services/repository/files
Lunny Xiao 95e682f104
Cache repository default branch commit status to reduce query on commit status table (#29444)
After repository commit status has been introduced on dashaboard, the
most top SQL comes from `GetLatestCommitStatusForPairs`.

This PR adds a cache for the repository's default branch's latest
combined commit status. When a new commit status updated, the cache will
be marked as invalid.

<img width="998" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/76759de7-3a83-4d54-8571-278f5422aed3">

(cherry picked from commit e308d25f1b2fe24b4735432b05e5e221879a2705)
2024-03-11 23:36:58 +07:00
..
cherry_pick.go
commit.go Cache repository default branch commit status to reduce query on commit status table (#29444) 2024-03-11 23:36:58 +07:00
content.go
content_test.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
diff.go
diff_test.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
file.go
file_test.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
patch.go
search.go [PORT] Fix wrong line number in code search result (gitea#29260) (#2619) 2024-03-10 15:35:30 +00:00
search_test.go [PORT] Fix wrong line number in code search result (gitea#29260) (#2619) 2024-03-10 15:35:30 +00:00
temp_repo.go
tree.go
tree_test.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
update.go
upload.go