gitea/services/repository
Lunny Xiao acdcfcc6eb
Fix cache bug (#30510)
Cache cannot be disabled from v1.22. So it still maybe `nil` in v1.21,
we have to check whether cache is `nil`.
2024-04-16 10:59:15 +08:00
..
archiver
commitstatus Fix cache bug (#30510) 2024-04-16 10:59:15 +08:00
files Add cache for dashbaord commit status (#29932) 2024-03-20 10:34:40 +00:00
adopt.go
adopt_test.go
avatar.go
avatar_test.go
branch.go Fix loadOneBranch panic (#29938) (#29939) 2024-03-20 22:31:32 +08:00
cache.go
check.go
collaboration.go Fix `DeleteCollaboration` transaction behaviour (#28886) (#28889) 2024-01-22 09:10:45 +01:00
collaboration_test.go
commit.go
create.go
create_test.go
delete.go Check the token's owner and repository when registering a runner (#30406) (#30412) 2024-04-11 11:29:53 +00:00
delete_test.go
fork.go
fork_test.go
hooks.go
lfs.go
lfs_test.go
main_test.go
push.go Do not use lower tag names to find releases/tags (#29261) (#29262) 2024-02-19 10:09:36 +00:00
repository.go
repository_test.go
review.go
review_test.go
setting.go Fix an actions schedule bug (#28942) (#28999) 2024-01-31 15:52:31 +00:00
template.go
transfer.go
transfer_test.go