1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/services/pull
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
..
check_test.go Replace assert.Fail with assert.FailNow (#27578) 2023-10-11 11:02:24 +00:00
check.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
comment.go
commit_status.go
edits.go
lfs.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
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
merge_merge.go
merge_prepare.go
merge_rebase.go
merge_squash.go
merge_test.go
merge.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
patch_unmerged.go
patch.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
pull_test.go
pull.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
review.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
temp_repo.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
update_rebase.go
update.go