0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-30 05:20:15 +01:00
forgejo/services/migrations
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
..
codebase.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
codebase_test.go
common.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
dump.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
error.go Update github.com/google/go-github to v53 () 2023-06-09 19:42:51 +00:00
git.go
gitbucket.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
gitea_downloader.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
gitea_downloader_test.go
gitea_uploader.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
gitea_uploader_test.go Some refactors for issues stats () 2023-05-19 22:17:48 +08:00
github.go Fix panic when migrating a repo from GitHub with issues () 2023-06-14 14:12:39 +08:00
github_test.go
gitlab.go GitLab migration: Sanitize response for reaction list () 2023-06-02 20:35:50 +00:00
gitlab_test.go GitLab migration: Sanitize response for reaction list () 2023-06-02 20:35:50 +00:00
gogs.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
gogs_test.go
http_client.go
main_test.go
migrate.go
migrate_test.go
onedev.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
onedev_test.go
restore.go
update.go