Commit 65d92fc4 authored by Valery Sizov's avatar Valery Sizov

update gitlab-elasticsearch-git

parent 707338fb
...@@ -9,6 +9,7 @@ v 8.4.4 ...@@ -9,6 +9,7 @@ v 8.4.4
- Fix category values for Jenkins and JenkinsDeprecated services - Fix category values for Jenkins and JenkinsDeprecated services
- Fix Elasticsearch indexing for newly added snippets - Fix Elasticsearch indexing for newly added snippets
- Make Elasticsearch indexer more stable - Make Elasticsearch indexer more stable
- Update gitlab-elasticsearch-git to 0.0.10 which contain a few important fixes
v 8.4.3 v 8.4.3
- Elasticsearch: fix partial blob indexing on push - Elasticsearch: fix partial blob indexing on push
......
...@@ -94,7 +94,7 @@ gem "seed-fu", '~> 2.3.5' ...@@ -94,7 +94,7 @@ gem "seed-fu", '~> 2.3.5'
# Search # Search
gem 'elasticsearch-model' gem 'elasticsearch-model'
gem 'elasticsearch-rails' gem 'elasticsearch-rails'
gem 'gitlab-elasticsearch-git', '~> 0.0.9', require: "elasticsearch/git" gem 'gitlab-elasticsearch-git', '~> 0.0.10', require: "elasticsearch/git"
# Markdown and HTML processing # Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0' gem 'html-pipeline', '~> 1.11.0'
......
...@@ -358,7 +358,7 @@ GEM ...@@ -358,7 +358,7 @@ GEM
mime-types (>= 1.19) mime-types (>= 1.19)
rugged (>= 0.23.0b) rugged (>= 0.23.0b)
github-markup (1.3.3) github-markup (1.3.3)
gitlab-elasticsearch-git (0.0.9) gitlab-elasticsearch-git (0.0.10)
activemodel (~> 4.2) activemodel (~> 4.2)
activesupport (~> 4.2) activesupport (~> 4.2)
charlock_holmes (~> 0.7) charlock_holmes (~> 0.7)
...@@ -958,7 +958,7 @@ DEPENDENCIES ...@@ -958,7 +958,7 @@ DEPENDENCIES
gemnasium-gitlab-service (~> 0.2) gemnasium-gitlab-service (~> 0.2)
github-linguist (~> 4.7.0) github-linguist (~> 4.7.0)
github-markup (~> 1.3.1) github-markup (~> 1.3.1)
gitlab-elasticsearch-git (~> 0.0.9) gitlab-elasticsearch-git (~> 0.0.10)
gitlab-flowdock-git-hook (~> 1.0.1) gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-license (~> 0.0.4) gitlab-license (~> 0.0.4)
gitlab_emoji (~> 0.2.0) gitlab_emoji (~> 0.2.0)
......
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