gitlab-org--gitlab-foss/spec/helpers
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
..
application_helper_spec.rb
auth_helper_spec.rb Backport of ee/8120: Smartcard authentication 2018-11-18 21:00:28 +01:00
auto_devops_helper_spec.rb
avatars_helper_spec.rb
award_emoji_helper_spec.rb
blame_helper_spec.rb
blob_helper_spec.rb Move :plain option to Highlight class 2018-10-30 15:44:55 +08:00
boards_helper_spec.rb
broadcast_messages_helper_spec.rb
button_helper_spec.rb
calendar_helper_spec.rb
ci_status_helper_spec.rb
commits_helper_spec.rb
components_helper_spec.rb
dashboard_helper_spec.rb
defer_script_tag_helper_spec.rb
diff_helper_spec.rb Fixing image lfs bug and also displaying text lfs 2018-12-27 16:51:07 +01:00
emails_helper_spec.rb Add List-Id to notification emails 2018-12-13 11:15:48 +00:00
events_helper_spec.rb Reduce N+1 from Activity Dashboard and Banzai 2018-12-10 21:34:33 +01:00
explore_helper_spec.rb
form_helper_spec.rb
git_helper_spec.rb
gitlab_routing_helper_spec.rb
graph_helper_spec.rb
groups_helper_spec.rb
hooks_helper_spec.rb
icons_helper_spec.rb
import_helper_spec.rb
instance_configuration_helper_spec.rb
issuables_helper_spec.rb Code style changes and refactor 2018-12-20 07:28:28 +08:00
issues_helper_spec.rb
labels_helper_spec.rb Fix typo in labels_helper_spec.rb 2018-11-01 15:26:59 +00:00
markup_helper_spec.rb
members_helper_spec.rb
merge_requests_helper_spec.rb
milestones_helper_spec.rb
milestones_routing_helper_spec.rb
namespaces_helper_spec.rb
nav_helper_spec.rb
notes_helper_spec.rb Revert "Merge branch 'winh-discussion-header-commented' into 'master'" 2018-12-21 17:00:26 +00:00
notifications_helper_spec.rb
page_layout_helper_spec.rb
pagination_helper_spec.rb
preferences_helper_spec.rb
profiles_helper_spec.rb Fix bug causing not all emails to show up in commit email selectbox 2018-11-14 11:03:20 -08:00
projects_helper_spec.rb Add test for compact mode and for helpers 2018-12-19 20:37:25 +01:00
rss_helper_spec.rb
runners_helper_spec.rb
search_helper_spec.rb Add helper tests 2018-11-13 15:27:42 +08:00
sidekiq_helper_spec.rb
snippets_helper_spec.rb
sorting_helper_spec.rb Fix issuables sort direction button parameters 2018-12-11 15:11:11 -02:00
storage_helper_spec.rb Remove rails4 specific code 2018-12-16 10:48:41 +01:00
submodule_helper_spec.rb
tab_helper_spec.rb
time_helper_spec.rb
todos_helper_spec.rb
tree_helper_spec.rb Fix handling of filenames with hash characters in tree view 2018-11-26 14:14:48 -08:00
user_callouts_helper_spec.rb
users_helper_spec.rb
version_check_helper_spec.rb Use class methods for VersionCheck 2018-12-14 13:56:03 -06:00
visibility_level_helper_spec.rb
wiki_helper_spec.rb