1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-14 23:35:47 +00:00
gitea/services/repository/commitstatus
Lunny Xiao fc34481d05
Add commit status summary table to reduce query from commit status table (#30223)
This PR adds a new table named commit status summary to reduce queries
from the commit status table. After this change, commit status summary
table will be used for the final result, commit status table will be for
details.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
2024-04-12 09:41:50 +08:00
..
commitstatus.go Add commit status summary table to reduce query from commit status table (#30223) 2024-04-12 09:41:50 +08:00