mirror of
1
Fork 0
forgejo/modules/repository
Lunny Xiao e953bce5d7 fix(repository): git push to an adopted repository fails
Fix adopt repository has empty object name in database (#31333)

Fix #31330
Fix #31311

A workaround to fix the old database is to update object_format_name to
`sha1` if it's empty or null.

(cherry picked from commit 1968c2222dcf47ebd1697afb4e79a81e74702d31)

With tests services/repository/adopt_test.go

(cherry picked from commit 8efef06fb1)
2024-06-16 18:15:02 +00:00
..
branch.go fix(repository): git push to an adopted repository fails 2024-06-16 18:15:02 +00:00
branch_test.go Make "sync branch" also sync object format and add tests (#30878) (#30880) 2024-05-14 15:28:38 +02:00
collaborator.go
collaborator_test.go
commits.go
commits_test.go
create.go Add merge style `fast-forward-only` (#28954) 2024-02-14 17:19:19 +01:00
create_test.go
delete.go
env.go Move database operations of merging a pull request to post receive hook and add a transaction (#30805) 2024-05-14 15:37:32 +02:00
fork.go
hooks.go
init.go
init_test.go
license.go
license_test.go Move createrepository from module to service layer (#26927) 2023-09-06 12:08:51 +00:00
main_test.go
push.go fix: hook post-receive for sha256 repos 2024-05-15 21:08:15 +00:00
repo.go
repo_test.go
temp.go