0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-18 15:03:24 +01:00
gitea/models
Lunny Xiao b167f35113
Add context parameter to some database functions (#26055)
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 (#24874) 2023-07-21 10:42:01 +08:00
activities Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
admin
asymkey
auth Upgrade go dependencies (#25819) 2023-07-14 11:00:31 +08:00
avatars
db
dbfs
fixtures Fix incorrect oldest sort in project list (#25806) 2023-07-11 20:47:50 +02:00
git Remove commit status running and warning to align GitHub (#25839) 2023-07-21 16:24:36 +08:00
issues Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
migrations Remove commit status running and warning to align GitHub (#25839) 2023-07-21 16:24:36 +08:00
organization
packages
perm
project Fix incorrect oldest sort in project list (#25806) 2023-07-11 20:47:50 +02:00
pull
repo
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 (#26055) 2023-07-22 22:14:27 +08:00
migrate_test.go Add context parameter to some database functions (#26055) 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