0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-28 05:44:36 +01:00
gitea/services/repository
Lunny Xiao 5a8568459d
Fix bug when deleting a migrated branch (#32075)
After migrating a repository with pull request, the branch is missed and
after the pull request merged, the branch cannot be deleted.
2024-09-24 07:42:08 +00:00
..
archiver
commitstatus Fix automerge will not work because of some events haven't been triggered (#30780) 2024-05-21 23:23:22 +08:00
files Refactor names (#31405) 2024-06-19 06:32:45 +08:00
adopt.go
adopt_test.go Add a simple test for AdoptRepository (#31391) 2024-06-17 01:18:35 +00:00
avatar.go
avatar_test.go
branch.go Fix bug when deleting a migrated branch (#32075) 2024-09-24 07:42:08 +00:00
cache.go
check.go
collaboration.go
collaboration_test.go
commit.go
contributors_graph.go
contributors_graph_test.go
create.go
create_test.go
delete.go
delete_test.go
fork.go
fork_test.go
generate.go Add YEAR, MONTH, MONTH_ENGLISH, DAY variables for template repos (#31584) 2024-07-09 18:05:12 +00:00
generate_test.go
hooks.go
init.go
lfs.go
lfs_test.go
main_test.go
migrate.go Distinguish LFS object errors to ignore missing objects during migration (#31702) 2024-07-31 10:29:48 +00:00
push.go Fix: database not update release when using git push --tags --force (#32040) 2024-09-18 20:15:03 +00:00
repository.go Move repository visibility to danger zone in the settings area (#31126) 2024-08-11 07:50:54 +03:00
repository_test.go
review.go
review_test.go
setting.go
template.go
transfer.go Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 2024-09-06 10:12:41 +00:00
transfer_test.go