Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot 49d65a7ae2 Add latest changes from gitlab-org/gitlab@master 2023-12-13 03:11:39 +00:00
GitLab Bot 0c4570435d Add latest changes from gitlab-org/gitlab@master 2023-06-21 12:09:17 +00:00
GitLab Bot 22d83e3a64 Add latest changes from gitlab-org/gitlab@master 2023-03-24 12:11:33 +00:00
Natalia Tepluhina bf8f32da7f Replaced part of diff file properties with diff viewer
- replaced file.too_large
- replaced file.text
- replaced file.collapsed
2019-02-15 17:56:50 +00:00
Francisco Javier López 5a3e6fdff9
Fixing image lfs bug and also displaying text lfs
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812,
fixes a problem creating a displaying image diff notes when the image
is stored in LFS. The main problem was that `Gitlab::Diff::File` was
returning an invalid valid in `text?` for this kind of files.

It also fixes a rendering problem with other LFS files, like text
ones. They LFS pointer shouldn't be shown when LFS is enabled
for the project, but they were.
2018-12-27 16:51:07 +01:00
Oswaldo Ferreira caf10464c0 Fix LFS uploaded images not being rendered 2018-10-05 22:36:20 +00:00