forgejo/services/repository
Gabriel Vasile 871082bc7b
Remove manual rollback for failed generated repositories (#20639)
Generating repositories from a template is done inside a transaction.
Manual rollback on error is not needed and it always results in error
"repository does not exist".

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-08-09 17:41:52 +08:00
..
archiver
files Add latest commit's SHA to content response (#20398) 2022-07-30 16:09:04 +08:00
adopt.go Remove confusing TrimPrefix(... git.BranchPrefix) (#20369) 2022-07-16 08:10:02 +08:00
adopt_test.go
avatar.go
avatar_test.go
branch.go
cache.go Slightly simplify LastCommitCache (#20444) 2022-07-25 16:39:42 +01:00
check.go
fork.go
fork_test.go
hooks.go
main_test.go
push.go
repository.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
repository_test.go
review.go
review_test.go
template.go Remove manual rollback for failed generated repositories (#20639) 2022-08-09 17:41:52 +08:00
transfer.go
transfer_test.go