0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 23:02:46 +01:00
gitea/services/repository
wxiaoguang 236c645bf1
Refactor "Content" for file uploading (#25851)
Before: the concept "Content string" is used everywhere. It has some
problems:

1. Sometimes it means "base64 encoded content", sometimes it means "raw
binary content"
2. It doesn't work with large files, eg: uploading a 1G LFS file would
make Gitea process OOM

This PR does the refactoring: use "ContentReader" / "ContentBase64"
instead of "Content"

This PR is not breaking because the key in API JSON is still "content":
`` ContentBase64 string `json:"content"` ``
2023-07-18 18:14:47 +00:00
..
archiver
files Refactor "Content" for file uploading (#25851) 2023-07-18 18:14:47 +00:00
adopt_test.go
adopt.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
avatar_test.go
avatar.go
branch.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
cache.go
check.go
fork_test.go
fork.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
hooks.go
lfs.go Simplify the LFS GC logger usage (#25717) 2023-07-06 16:52:41 +00:00
main_test.go
push.go Fix branch commit message too long problem (#25588) 2023-06-30 17:03:05 +08:00
repository_test.go
repository.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
review_test.go
review.go
template.go
transfer_test.go
transfer.go