1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 14:26:08 +02:00
gitea/routers
Lunny Xiao e308d25f1b
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">
2024-03-06 12:17:19 +00:00
..
api Cache repository default branch commit status to reduce query on commit status table (#29444) 2024-03-06 12:17:19 +00:00
common Fix incorrect cookie path for AppSubURL (#29534) 2024-03-03 00:14:12 +00:00
install Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
private Sync branches to DB immediately when handle git hook calling (#29493) 2024-03-06 16:47:52 +08:00
utils Improve user search display name (#29002) 2024-02-01 17:10:16 +00:00
web Cache repository default branch commit status to reduce query on commit status table (#29444) 2024-03-06 12:17:19 +00:00
init.go Move some asymkey functions to service layer (#28894) 2024-03-04 08:57:39 +00:00