You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/migrations
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
1 year ago
..
codebase.go
codebase_test.go
common.go
dump.go
error.go
git.go
gitbucket.go
gitea_downloader.go Fix DownloadFunc when migrating releases (#27887) 1 year ago
gitea_downloader_test.go
gitea_uploader.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
gitea_uploader_test.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
github.go
github_test.go
gitlab.go Fix DownloadFunc when migrating releases (#27887) 1 year ago
gitlab_test.go
gogs.go
gogs_test.go
http_client.go
main_test.go make writing main test easier (#27270) 1 year ago
migrate.go
migrate_test.go
onedev.go
onedev_test.go
restore.go
update.go Use db.Find instead of writing methods for every object (#28084) 1 year ago