This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/migrations
Lunny Xiao e5723d6556
Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790)
* Move restore repo to internal router and invoke from command to avoid open the same db file or queues files

* Follow @zeripath's review

* set no timeout for resotre repo private request

* make restore repo cancelable
2021-05-10 15:57:45 +08:00
..
base Add LFS Migration and Mirror (#14726) 2021-04-08 18:25:57 -04:00
dump.go Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) 2021-05-10 15:57:45 +08:00
error.go
git.go
gitea_downloader.go
gitea_downloader_test.go
gitea_uploader.go Add LFS Migration and Mirror (#14726) 2021-04-08 18:25:57 -04:00
gitea_uploader_test.go
github.go migration: github: if rate limit is not enabled, ignore it (#15490) 2021-04-15 15:34:22 +02:00
github_test.go
gitlab.go
gitlab_test.go
gogs.go
gogs_test.go
main_test.go
migrate.go Add LFS Migration and Mirror (#14726) 2021-04-08 18:25:57 -04:00
migrate_test.go
restore.go
update.go