We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When rendering a CSV file on the interface, if the file size is large, only a portion of it can be displayed, and there are no error prompts.
Gitea version 1.21.7 built with GNU Make 4.4.1, go1.22.0 : bindata, sqlite, sqlite_unlock_notify, pam
Can't login to https://try.gitea.io/, I'll try again later
no errors in log file
display in render view (lost data)
display in source view
test file
git version 2.44.0
Arch Linux x86_64, Kernel: 6.7.6-arch1-1
self-host in archlinux, install with yay -S gitea
yay -S gitea
SQLite
The text was updated successfully, but these errors were encountered:
Fix incorrect rendering csv file when file size is larger than UI.CSV…
9dc8a63
….MaxFileSize (#29653) Fix #29506
6683e5f
….MaxFileSize (go-gitea#29653) Fix go-gitea#29506
6651d2d
….MaxFileSize (#29653) (#29663) Backport #29653 by @yp05327 Fix #29506 Co-authored-by: yp05327 <576951401@qq.com>
Successfully merging a pull request may close this issue.
Description
When rendering a CSV file on the interface, if the file size is large, only a portion of it can be displayed, and there are no error prompts.
Gitea Version
Gitea version 1.21.7 built with GNU Make 4.4.1, go1.22.0 : bindata, sqlite, sqlite_unlock_notify, pam
Can you reproduce the bug on the Gitea demo site?
Can't login to https://try.gitea.io/, I'll try again later
Log Gist
no errors in log file
Screenshots
display in render view (lost data)
display in source view
test file
Git Version
git version 2.44.0
Operating System
Arch Linux x86_64, Kernel: 6.7.6-arch1-1
How are you running Gitea?
self-host in archlinux, install with
yay -S gitea
Database
SQLite
The text was updated successfully, but these errors were encountered: