gitlab-org--gitlab-foss/spec/lib/gitlab/gitaly_client
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
..
blob_service_spec.rb Incorporate Gitaly's RPCs for Gitlab::Git::LfsChanges 2018-03-02 17:12:08 -03:00
blobs_stitcher_spec.rb Fixing image lfs bug and also displaying text lfs 2018-12-27 16:51:07 +01:00
cleanup_service_spec.rb Use BFG object maps to clean projects 2018-12-06 18:58:00 +00:00
commit_service_spec.rb Add Gitaly diff stats RPC client 2018-09-17 12:27:01 -03:00
conflict_files_stitcher_spec.rb Migrate Repository#can_be_merged? to Gitaly 2018-01-11 16:40:13 +01:00
conflicts_service_spec.rb Migrate Repository#can_be_merged? to Gitaly 2018-01-11 16:40:13 +01:00
diff_spec.rb Fix merge requests not showing any diff files for big patches 2018-08-17 13:22:38 -03:00
diff_stitcher_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
health_check_service_spec.rb Add a gRPC health check to ensure Gitaly is up 2018-01-24 15:47:27 -08:00
notification_service_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
object_pool_service_spec.rb Allow public forks to be deduplicated 2018-12-07 19:18:37 +01:00
operation_service_spec.rb Apply patches when creating MR via email 2018-11-07 16:27:55 +01:00
ref_service_spec.rb Incorporate Gitaly's RefService.FindAllRemoteBranches RPC 2018-07-18 16:48:47 -04:00
remote_service_spec.rb SSH public-key authentication for push mirroring 2018-11-19 11:46:39 +00:00
repository_service_spec.rb SSH public-key authentication for push mirroring 2018-11-19 11:46:39 +00:00
storage_service_spec.rb Remove feature flags from lib/backup 2018-07-31 15:24:19 +02:00
storage_settings_spec.rb Remove method call to deprecated method 2018-05-11 08:57:06 +02:00
util_spec.rb Remove support for absolute dirs from Git::Env 2018-03-30 09:19:46 +00:00
wiki_service_spec.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00