Commit e1f3b4b6 authored by Robert Speicher's avatar Robert Speicher

Wrap elastic_client_setup initializer in `ee` block

parent 9f9638a7
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
require 'gitlab/current_settings' require 'gitlab/current_settings'
Elasticsearch::Model::Response::Records.prepend GemExtensions::Elasticsearch::Model::Response::Records Gitlab.ee do
Elasticsearch::Model::Adapter::Multiple::Records.prepend GemExtensions::Elasticsearch::Model::Adapter::Multiple::Records Elasticsearch::Model::Response::Records.prepend GemExtensions::Elasticsearch::Model::Response::Records
Elasticsearch::Model::Indexing::InstanceMethods.prepend GemExtensions::Elasticsearch::Model::Indexing::InstanceMethods Elasticsearch::Model::Adapter::Multiple::Records.prepend GemExtensions::Elasticsearch::Model::Adapter::Multiple::Records
Elasticsearch::Model::Indexing::InstanceMethods.prepend GemExtensions::Elasticsearch::Model::Indexing::InstanceMethods
module Elasticsearch module Elasticsearch
module Model module Model
module Client module Client
# This mutex is only used to synchronize *creation* of a new client, so # This mutex is only used to synchronize *creation* of a new client, so
...@@ -43,4 +44,5 @@ module Elasticsearch ...@@ -43,4 +44,5 @@ module Elasticsearch
end end
end end
end end
end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment