forgejo/services/migrations
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object ()
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
codebase.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
codebase_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
common.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
dump.go Next round of db.DefaultContext refactor () 2023-09-16 14:39:12 +00:00
error.go Update github.com/google/go-github to v53 () 2023-06-09 19:42:51 +00:00
git.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
gitbucket.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
gitea_downloader.go Fix DownloadFunc when migrating releases () 2023-11-03 15:56:53 +08:00
gitea_downloader_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
gitea_uploader.go Final round of db.DefaultContext refactor () 2023-10-14 08:37:24 +00:00
gitea_uploader_test.go Final round of db.DefaultContext refactor () 2023-10-14 08:37:24 +00:00
github.go Fix panic when migrating a repo from GitHub with issues () 2023-06-14 14:12:39 +08:00
github_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
gitlab.go Fix DownloadFunc when migrating releases () 2023-11-03 15:56:53 +08: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 Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
http_client.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
migrate.go Next round of db.DefaultContext refactor () 2023-09-16 14:39:12 +00:00
migrate_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
onedev.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
onedev_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
restore.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
update.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00