gitea/services/migrations
wxiaoguang 7c1f18a2bb
Fix cli command restore-repo: "units" should be splitted to string slice, to match the old behavior and match the dump-repo's behavior ()
..
codebase.go Store the foreign ID of issues during migration ()
codebase_test.go Update go tool dependencies ()
dump.go Fix cli command restore-repo: "units" should be splitted to string slice, to match the old behavior and match the dump-repo's behavior ()
error.go Prevent NPE whilst migrating if there is a team request review ()
git.go format with gofumpt ()
gitbucket.go Store the foreign ID of issues during migration ()
gitea_downloader.go Prevent NPE whilst migrating if there is a team request review ()
gitea_downloader_test.go Update HTTP status codes to modern codes ()
gitea_uploader.go Move issues related files into models/issues ()
gitea_uploader_test.go Move issues related files into models/issues ()
github.go Prevent NPE whilst migrating if there is a team request review ()
github_test.go Store the foreign ID of issues during migration ()
gitlab.go Update HTTP status codes to modern codes ()
gitlab_test.go Update go tool dependencies ()
gogs.go Store the foreign ID of issues during migration ()
gogs_test.go Store the foreign ID of issues during migration ()
http_client.go Use `hostmatcher` to replace `matchlist`, improve security ()
main_test.go Use a struct as test options ()
migrate.go Unify repo settings & show better error ()
migrate_test.go Move user related model into models/user ()
onedev.go Add more linters to improve code readability ()
onedev_test.go Update go tool dependencies ()
restore.go Store the foreign ID of issues during migration ()
update.go Move more model into models/user ()