gitea/tests/gitea-repositories-meta
Rowan Bohde 1310649331
render plain text file if the LFS object doesn't exist ()
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.
..
limited_org Kd/ci playwright go test ()
migration/lfs-test.git Kd/ci playwright go test ()
org3 Replace 'userxx' with 'orgxx' in all test files when the user type is org ()
org26 Kd/ci playwright go test ()
org41/repo61.git Allow non-admin users to delete review requests ()
privated_org Kd/ci playwright go test ()
user2 render plain text file if the LFS object doesn't exist ()
user5/repo4.git Kd/ci playwright go test ()
user12/repo10.git Kd/ci playwright go test ()
user13/repo11.git Kd/ci playwright go test ()
user27 Substitute variables in path names of template repos too ()
user30 Add a simple test for external renderer ()
user40/repo60.git Allow non-admin users to delete review requests ()