Commit Graph

7 Commits

Author SHA1 Message Date
GitLab Bot bde92d8989 Add latest changes from gitlab-org/gitlab@master 2024-10-18 12:16:02 +00:00
GitLab Bot d27a8a82ad Add latest changes from gitlab-org/gitlab@master 2024-02-13 03:10:07 +00:00
GitLab Bot 93267beba8 Add latest changes from gitlab-org/gitlab@master 2024-01-25 00:08:15 +00:00
GitLab Bot c59765a50a Add latest changes from gitlab-org/gitlab@master 2020-06-24 18:09:03 +00:00
GitLab Bot d41c040fa2 Add latest changes from gitlab-org/gitlab@master 2019-11-13 03:06:31 +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
Ahmad Sherif dabc703a29 Migrate Git::Blob.batch to Gitaly
Closes gitaly#985
2018-02-08 00:26:45 +01:00