0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-16 16:42:00 +01:00
gitea/models
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
..
actions Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) 2024-04-11 15:11:32 +08:00
activities Refactor more filterslice (#30370) 2024-04-10 04:18:41 +00:00
admin
asymkey Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00
auth
avatars
db Replace MSSQL driver with a better maintained version (#30390) 2024-04-11 01:12:40 +00:00
dbfs
fixtures
git Add commit status summary table to reduce query from commit status table (#30223) 2024-04-12 09:41:50 +08:00
issues Refactor more filterslice (#30370) 2024-04-10 04:18:41 +00:00
migrations Add commit status summary table to reduce query from commit status table (#30223) 2024-04-12 09:41:50 +08:00
organization Check the token's owner and repository when registering a runner (#30406) 2024-04-11 16:01:44 +08:00
packages
perm
project
pull
repo Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
secret
shared/types
system
unit
unittest
user
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go