gitea/models
BoYanZh ad223000d4
Perf: add extra index to notification table ()
Index SQL: `CREATE INDEX u_s_uu ON notification(user_id, status,
updated_unix);`

The naming follows `action.go` in the same dir.

I am unsure which version I should add SQL to the migration folder, so I
have not modified it.

Fix 
..
actions Harden runner updateTask and updateLog api ()
activities Perf: add extra index to notification table ()
admin Fix javascript error when an anonymous user visiting migration page ()
asymkey bump to go 1.23 ()
auth Fix nuget/conan/container packages upload bugs ()
avatars Replace 10 more gt- classes with tw- ()
db Fix db engine ()
dbfs Enable `unparam` linter ()
fixtures Fix test fixtures for user2/lfs.git ()
git refactor: remove redundant err declarations ()
issues Fix milestone deadline and date related problems ()
migrations Perf: add extra index to notification table ()
organization Limit org member view of restricted users ()
packages Fix db engine ()
perm Move AddCollabrator and CreateRepositoryByExample to service layer ()
project Fixes for unreachable project issues when transfer repository from organization ()
pull Add support for sha256 repositories ()
repo Only query team tables if repository is under org when getting assignees ()
secret Clarify Actions resources ownership ()
shared/types Refactor locale&string&template related code ()
system Refactor deletion ()
unit Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options ()
unittest Fix db engine ()
user Allow code search by filename ()
webhook Store webhook event in database ()
error.go Add merge style `fast-forward-only` ()
fixture_generation.go Replace more db.DefaultContext ()
fixture_test.go Replace more db.DefaultContext ()
main_test.go make writing main test easier ()
org.go Add user blocking ()
org_team.go Clarify permission "HasAccess" behavior ()
org_team_test.go Add user blocking ()
org_test.go Add user blocking ()
repo.go Refactor deletion ()
repo_test.go Penultimate round of `db.DefaultContext` refactor ()
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()