0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 01:00:19 +01:00
forgejo/models
Lunny Xiao b167f35113
Add context parameter to some database functions ()
To avoid deadlock problem, almost database related functions should be
have ctx as the first parameter.
This PR do a refactor for some of these functions.
2023-07-22 22:14:27 +08:00
..
actions Actions Artifacts support uploading multiple files and directories () 2023-07-21 10:42:01 +08:00
activities Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
admin
asymkey
auth Upgrade go dependencies () 2023-07-14 11:00:31 +08:00
avatars
db
dbfs
fixtures Fix incorrect oldest sort in project list () 2023-07-11 20:47:50 +02:00
git Remove commit status running and warning to align GitHub () 2023-07-21 16:24:36 +08:00
issues Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
migrations Remove commit status running and warning to align GitHub () 2023-07-21 16:24:36 +08:00
organization
packages
perm
project Fix incorrect oldest sort in project list () 2023-07-11 20:47:50 +02:00
pull
repo For API attachments, use API URL () 2023-07-10 09:31:19 +00:00
secret
shared/types
system
unit
unittest
user
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
migrate_test.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go