0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-09 08:00:44 -05:00
forgejo/services/migrations
Earl Warren 61fc5c514a
[FEAT] add Forgejo Git Service (squash) register a Forgejo factory
If the Forgejo factory for the Forgejo service is not registered,
newDownloader will fallback to a git service and not migrate issues
etc.

Refs: https://codeberg.org/forgejo/forgejo/issues/1678
(cherry picked from commit 2ecb2558be696965a49b543d5e843526c105e07a)

Do not include tests so it is kept minimal.
2023-12-06 12:40:06 +01:00
..
testdata/gitlab [GITEA] Avoid conflicts of issue and PR numbers in GitLab migration (#1790) 2023-12-01 19:17:46 +00:00
codebase.go
codebase_test.go
common.go
dump.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
error.go
forgejo_downloader.go [FEAT] add Forgejo Git Service (squash) register a Forgejo factory 2023-12-06 12:40:06 +01:00
git.go
gitbucket.go
gitea_downloader.go Fix DownloadFunc when migrating releases (#27887) (#27890) 2023-11-03 08:29:30 +00:00
gitea_downloader_test.go
gitea_uploader.go [GITEA] Skip unsupported code comment 2023-11-13 14:06:30 +01:00
gitea_uploader_test.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
github.go
github_test.go
gitlab.go [GITEA] Avoid conflicts of issue and PR numbers in GitLab migration (#1790) 2023-12-01 19:17:46 +00:00
gitlab_test.go [GITEA] Avoid conflicts of issue and PR numbers in GitLab migration (#1790) 2023-12-01 19:17:46 +00:00
gogs.go
gogs_test.go
http_client.go
main_test.go
migrate.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
migrate_test.go
onedev.go
onedev_test.go
restore.go
update.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00