1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 20:21:44 +02:00
gitea/services/migrations
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
..
codebase_test.go
codebase.go
common.go
dump.go
error.go
git.go
gitbucket.go
gitea_downloader_test.go
gitea_downloader.go
gitea_uploader_test.go
gitea_uploader.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
github_test.go
github.go
gitlab_test.go
gitlab.go
gogs_test.go
gogs.go
http_client.go
main_test.go
migrate_test.go
migrate.go
onedev_test.go
onedev.go
restore.go
update.go