1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-28 15:24:08 +00: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 Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
common.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
dump.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
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 Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
restore.go
update.go