gitea/services/migrations
wxiaoguang e42a1dbb6b
Refactor GetRepoRawDiffForFile to avoid unnecessary pipe or goroutine (#36434)
2026-01-23 02:10:11 +00:00
..
codebase.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
codebase_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
codecommit.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
common.go
dump.go Use a migration test instead of a wrong test which populated the meta test repositories and fix a migration bug (#36160) 2025-12-17 12:00:07 -08:00
error.go Upgrade dependencies (#35384) 2025-09-02 23:13:38 -04:00
git.go refactor: decouple context from migration structs (#33399) 2025-02-07 05:37:32 +00:00
gitbucket.go
gitea_downloader.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
gitea_downloader_test.go Enable `bodyclose` linter (#36168) 2025-12-16 14:08:43 +01:00
gitea_uploader.go Refactor GetRepoRawDiffForFile to avoid unnecessary pipe or goroutine (#36434) 2026-01-23 02:10:11 +00:00
gitea_uploader_test.go Use a migration test instead of a wrong test which populated the meta test repositories and fix a migration bug (#36160) 2025-12-17 12:00:07 -08:00
github.go fix: prevent panic when GitLab release has more links than sources (#36295) 2026-01-05 21:48:12 +08:00
github_test.go fix github migration error when using multiple tokens (#34144) 2025-04-13 23:20:14 +00:00
gitlab.go fix: prevent panic when GitLab release has more links than sources (#36295) 2026-01-05 21:48:12 +08:00
gitlab_test.go Enable `bodyclose` linter (#36168) 2025-12-16 14:08:43 +01:00
gogs.go refactor: decouple context from migration structs (#33399) 2025-02-07 05:37:32 +00:00
gogs_test.go Enable `bodyclose` linter (#36168) 2025-12-16 14:08:43 +01:00
http_client.go Support allowed hosts for migrations to work with proxy (#32025) 2024-09-11 05:47:00 +00:00
main_test.go fix: prevent panic when GitLab release has more links than sources (#36295) 2026-01-05 21:48:12 +08:00
migrate.go Use a migration test instead of a wrong test which populated the meta test repositories and fix a migration bug (#36160) 2025-12-17 12:00:07 -08:00
migrate_test.go
onedev.go fix nilnil in onedev downloader (#36154) 2025-12-16 02:16:58 +00:00
onedev_test.go Enable `bodyclose` linter (#36168) 2025-12-16 14:08:43 +01:00
restore.go refactor: decouple context from migration structs (#33399) 2025-02-07 05:37:32 +00:00
update.go