You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/tests
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"` ``
12 months ago
..
e2e Refactor web package and context package (#25298) 1 year ago
fuzz Move fuzz tests into tests/fuzz (#22376) 2 years ago
gitea-lfs-meta Test views of LFS files (#22196) 2 years ago
gitea-repositories-meta Fix bug of branches API with tests (#25578) 1 year ago
integration Refactor "Content" for file uploading (#25851) 12 months ago
mssql.ini.tmpl Implement actions artifacts (#22738) 1 year ago
mysql.ini.tmpl Implement actions artifacts (#22738) 1 year ago
mysql8.ini.tmpl Implement actions artifacts (#22738) 1 year ago
pgsql.ini.tmpl Implement actions artifacts (#22738) 1 year ago
sqlite.ini.tmpl Implement actions artifacts (#22738) 1 year ago
test_utils.go Replace `interface{}` with `any` (#25686) 1 year ago