gitlab-org--gitlab-foss/spec
Oswaldo Ferreira 7cf4947792 Cache diff highlight in discussions
This commit handles note diffs caching, which considerably improves
the performance on merge requests with lots of comments.
Important to note that the caching approach taken here is different
from `Gitlab::Diff::HighlightCache`. We do not reset the whole cache
when a new push is sent or anything else. That's because discussions
diffs are persisted and do not change.
2018-12-21 16:59:21 -02:00
..
bin
config Pad encryption keys with UTF-8 0 instead of \0 char 2018-11-28 12:00:17 +01:00
controllers Cache diff highlight in discussions 2018-12-21 16:59:21 -02:00
db Allow suggesting single line changes in diffs 2018-12-13 19:17:19 +00:00
dependencies
factories Add image_diff_note_on_merge_request factory 2018-12-20 15:22:58 +01:00
features Rename `ClusterPlatformConfigureWorker` 2018-12-21 13:17:13 +00:00
finders Hide confidential events in ruby 2018-12-17 18:47:53 +01:00
fixtures Fix persistent symlink in project import 2018-12-17 16:14:35 +01:00
frontend Delete dummy spec 2018-12-11 15:03:59 +01:00
graphql Suggests issues when typing title 2018-11-27 15:10:40 +00:00
helpers Merge branch 'winh-discussion-header-commented' into 'master' 2018-12-20 21:10:50 +00:00
initializers Always load the metrics the last 2018-12-21 00:53:45 +08:00
javascripts Merge branch 'feature/option-to-make-variables-protected' into 'master' 2018-12-21 12:19:23 +00:00
lib Cache diff highlight in discussions 2018-12-21 16:59:21 -02:00
mailers Always use colon at end of discussion notification email headline 2018-12-20 16:40:52 +01:00
migrations Rename `ClusterPlatformConfigureWorker` 2018-12-21 13:17:13 +00:00
models Cache diff highlight in discussions 2018-12-21 16:59:21 -02:00
policies Rename GroupHierarchy into ObjectHierarchy 2018-12-19 15:24:29 +01:00
presenters Move code to presenter 2018-12-17 09:51:53 +13:00
rack_servers
requests convert specs in javascripts/ and support/ to new syntax 2018-12-21 10:10:26 +01:00
routing Revert "Resolve "[Rails5] `ActionView::MissingTemplate` in spec/features/projects/wiki/user_views_wiki_page_spec.rb"" 2018-12-03 12:28:51 +01:00
rubocop Added Cop for injecting EE modules 2018-12-13 16:09:21 +01:00
serializers Resolve "Hide cluster features that don't work yet with Group Clusters" 2018-12-20 09:39:09 +00:00
services Rename `ClusterPlatformConfigureWorker` 2018-12-21 13:17:13 +00:00
sidekiq/cron
support Merge branch 'feature/option-to-make-variables-protected' into 'master' 2018-12-21 12:19:23 +00:00
tasks Prevent admins from attempting hashed storage migration on read only DB 2018-12-19 21:10:00 +00:00
uploaders Fix already initialized constant IDENTIFIER warning 2018-12-10 11:00:08 +05:00
validators Allow URLs to be validated as ascii_only 2018-12-06 15:18:18 +00:00
views Add date range to milestone changed emails 2018-12-21 18:00:14 +08:00
workers Rename `ClusterPlatformConfigureWorker` 2018-12-21 13:17:13 +00:00
factories_spec.rb
fast_spec_helper.rb Use Nokogiri as the ActiveSupport XML backend 2018-11-16 00:23:36 -08:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Rename GroupHierarchy into ObjectHierarchy 2018-12-19 15:24:29 +01:00