forgejo/services/repository
Lunny Xiao 1f146090ec
Add migrate repo archiver and packages storage support on command line ()
* 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>
2022-08-16 12:05:15 +08:00
..
archiver Prevent dangling archiver goroutine () 2022-04-26 19:22:26 -04:00
files Add latest commit's SHA to content response () 2022-07-30 16:09:04 +08:00
adopt.go Remove confusing TrimPrefix(... git.BranchPrefix) () 2022-07-16 08:10:02 +08:00
adopt_test.go format with gofumpt () 2022-01-20 18:46:10 +01:00
avatar.go Add migrate repo archiver and packages storage support on command line () 2022-08-16 12:05:15 +08:00
avatar_test.go Refactor AssertExistsAndLoadBean to use generics () 2022-08-16 10:22:25 +08:00
branch.go Move some code into models/git () 2022-06-12 23:51:54 +08:00
cache.go Slightly simplify LastCommitCache () 2022-07-25 16:39:42 +01:00
check.go Move some repository related code into sub package () 2022-06-06 16:01:49 +08:00
fork.go Move some code into models/git () 2022-06-12 23:51:54 +08:00
fork_test.go Refactor AssertExistsAndLoadBean to use generics () 2022-08-16 10:22:25 +08:00
hooks.go Move some repository related code into sub package () 2022-06-06 16:01:49 +08:00
main_test.go Use a struct as test options () 2022-04-14 21:58:21 +08:00
push.go Move some code into models/git () 2022-06-12 23:51:54 +08:00
repository.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
repository_test.go Move some repository related code into sub package () 2022-06-06 16:01:49 +08:00
review.go Move some repository related code into sub package () 2022-06-06 16:01:49 +08:00
review_test.go Refactor AssertExistsAndLoadBean to use generics () 2022-08-16 10:22:25 +08:00
template.go Remove manual rollback for failed generated repositories () 2022-08-09 17:41:52 +08:00
transfer.go Move access and repo permission to models/perm/access () 2022-05-11 12:09:36 +02:00
transfer_test.go Refactor AssertExistsAndLoadBean to use generics () 2022-08-16 10:22:25 +08:00