Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dfb8cb9e
Commit
dfb8cb9e
authored
Jul 13, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uninitialized constant ElasticIndexerWorker::Clien
parent
31a87ef8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG-EE
CHANGELOG-EE
+1
-0
app/workers/elastic_indexer_worker.rb
app/workers/elastic_indexer_worker.rb
+1
-1
No files found.
CHANGELOG-EE
View file @
dfb8cb9e
...
...
@@ -7,6 +7,7 @@ v 8.10.0 (unreleased)
- Prevent the author of an MR from being on the approvers list
- Isolate EE LDAP library code in EE module (Part 1) !511
- Make Elasticsearch indexer run as an async task
- Fix of removing wiki data from index when project is deleted
v.8.9.7 (unreleased)
- Fix error in admin dashboard when Geo is enabled and current node is nil.
...
...
app/workers/elastic_indexer_worker.rb
View file @
dfb8cb9e
...
...
@@ -46,7 +46,7 @@ class ElasticIndexerWorker
})
# Remove wiki index
C
lient
.
delete_by_query
({
c
lient
.
delete_by_query
({
index:
ProjectWiki
.
__elasticsearch__
.
index_name
,
body:
{
query:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment