forgejo/tests
Rowan Bohde ebfdc659d8
render plain text file if the LFS object doesn't exist (#31812)
We had an issue where a repo was using LFS to store a file, but the user
did not push the file. When trying to view the file, Gitea returned a
500 HTTP status code referencing `ErrLFSObjectNotExist`. It appears the
intent was the render this file as plain text, but the conditional was
flipped. I've also added a test to verify that the file is rendered as
plain text.

(cherry picked from commit 1310649331648d747c57a52ea3bc92da85e7d4d1)

Conflicts:
	tests/integration/lfs_view_test.go
  trivial context conflict
2024-08-18 05:58:33 +02:00
..
e2e test: fail on unhandled JS exceptions 2024-08-14 15:35:20 -06:00
fuzz
gitea-lfs-meta
gitea-repositories-meta render plain text file if the LFS object doesn't exist (#31812) 2024-08-18 05:58:33 +02:00
integration render plain text file if the LFS object doesn't exist (#31812) 2024-08-18 05:58:33 +02:00
testdata/data/attachments/a/0
mysql.ini.tmpl Update instance title in tests 2024-06-08 23:33:55 +05:00
pgsql.ini.tmpl Update instance title in tests 2024-06-08 23:33:55 +05:00
sqlite.ini.tmpl Update instance title in tests 2024-06-08 23:33:55 +05:00
test_utils.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00