0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-28 01:34:39 +01:00
gitea/modules/repository
Adam Majer cbf923e87b
Abstract hash function usage (#28138)
Refactor Hash interfaces and centralize hash function. This will allow
easier introduction of different hash function later on.

This forms the "no-op" part of the SHA256 enablement patch.
2023-12-13 21:02:00 +00:00
..
branch.go Second part of refactor db.Find (#28194) 2023-12-11 16:56:48 +08:00
collaborator_test.go
collaborator.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2023-12-07 15:27:36 +08:00
commits_test.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
commits.go
create_test.go
create.go Ignore "non-existing" errors when getDirectorySize calculates the size (#28276) 2023-11-29 13:08:58 +08:00
delete.go
env.go
fork.go
generate_test.go
generate.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
hooks.go
init_test.go
init.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
license_test.go
license.go
main_test.go
push.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
repo.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2023-12-07 15:27:36 +08:00
temp.go