gitlab-org--gitlab-foss/lib
Stan Hu be495c6a80 Fix slow Markdown rendering
The sanitize transformers were being duplicated each time the Markdown
renderer was called, leading to expontential growth in rendering times.

The problem was that although HTML::Pipeline::SanitizationFilter.WHITELIST
is a frozen hash, the `:transformers` array can be modified. We need
to do deep copy of this to avoid adding duplicates.

Closes #49409
2018-07-24 13:00:49 -07:00
..
api Add an option to have a private profile on GitLab 2018-07-24 12:46:19 +00:00
assets
backup
banzai Fix slow Markdown rendering 2018-07-24 13:00:49 -07:00
bitbucket
constraints
container_registry
declarative_policy Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
generators/rails/post_deployment_migration
gitaly Add a fast_timeout for the ServerService.ServerInfo endpoint 2018-07-11 12:11:42 +01:00
gitlab Merge branch 'backport-gitlab-database' into 'master' 2018-07-24 16:48:27 +00:00
google_api
haml_lint
json_web_token
mattermost
microsoft_teams
object_storage
omni_auth/strategies
peek
rouge Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
rspec_flaky
support
system_check
tasks Merge branch '48932-disable-saml-if-omniauth-is-disabled' into 'master' 2018-07-23 07:48:00 +00:00
after_commit_queue.rb
backup.rb
banzai.rb
carrier_wave_string_file.rb
declarative_policy.rb [Rails5] Permit concurrent loads 2018-07-10 12:52:57 +02:00
event_filter.rb
expand_variables.rb
extracts_path.rb Fix handling of annotated tags when Gitaly is not in use 2018-07-09 06:30:19 -07:00
feature.rb Allow feature flag names to be a symbol 2018-07-19 21:05:24 -03:00
file_size_validator.rb
forever.rb
gitlab.rb
gt_one_coercion.rb
milestone_array.rb
mysql_zero_date.rb
static_model.rb
system_check.rb
unfold_form.rb
uploaded_file.rb Fix filename for accelerated uploads 2018-07-18 14:21:32 +00:00
version_check.rb