]> source.dussan.org Git - gitea.git/commit
Add migrate repo archiver and packages storage support on command line (#20757) ...
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 18 Aug 2022 01:27:56 +0000 (09:27 +0800)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 01:27:56 +0000 (09:27 +0800)
commit7a9b01a2ddfc8f28d114b6279d6613a3079c09ce
tree333cbb25bf287949b3210c51f5f3b3d8bcdefde8
parentb43d7e1254a79a0f9995aaf29a2eb33bbda2290f
Add migrate repo archiver and packages storage support on command line (#20757) (#20806)

* Add migrate repo archiver and packages storage support on command line (#20757)

* Add migrate repo archiver and packages storage support on command line

* Fix typo

* Use stdCtx

* Use packageblob and fix command description

* Add migrate packages unit tests

* Fix comment year

* Fix the migrate storage command line description

* Update cmd/migrate_storage.go

Co-authored-by: zeripath <art27@cantab.net>
* Update cmd/migrate_storage.go

Co-authored-by: zeripath <art27@cantab.net>
* Update cmd/migrate_storage.go

Co-authored-by: zeripath <art27@cantab.net>
* Fix test

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
* bug fix

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
cmd/main_test.go [new file with mode: 0644]
cmd/migrate_storage.go
cmd/migrate_storage_test.go [new file with mode: 0644]
models/db/iterate.go [new file with mode: 0644]
models/git/lfs.go
models/repo/attachment.go
models/repo/repo_list.go
models/user/search.go
modules/packages/content_store.go
routers/private/mail.go
services/repository/avatar.go