forgejo/services/pull
6543 4160bd6ef1
Remove Unused Functions (#10516)
* remove ReplaceLeft

* remove GetRepositoryByOwnerAndName chainload to models.GetRepositoryByOwnerAndName

* remove CheckUnitUser chainload to models.CheckUnitUser

* remove MakeAssigneeList

* remove DownloadDiff & DownloadPatch -> DownloadDiffOrPatch

* remove GetRandomBytesAsBase64

* remove PushUpdateDeleteTags

* remove GetUserByKeyID
(you still can resolve user by "k, err := GetPublicKeyByID; userID := k.OwnerID")

* remove BasicAuthEncode from struct package -> same function in modules/base/tools !

* remove UserID from api.utils

* remove unused func from structs package
2020-03-02 00:05:44 +02:00
..
check.go
check_test.go
commit_status.go
lfs.go
main_test.go
merge.go Handle push rejection message in Merge & Web Editor (#10373) 2020-02-22 15:08:48 +02:00
patch.go Remove Unused Functions (#10516) 2020-03-02 00:05:44 +02:00
pull.go Prevent panic on merge to PR (#10403) 2020-02-21 18:18:13 +00:00
pull_test.go
review.go
temp_repo.go
update.go