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
841ef799
Commit
841ef799
authored
Jul 15, 2020
by
Dylan Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct SystemCheck name for Elasticsearch
parent
41f5da1d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/changelogs/unreleased/228863-fix-rake-output-for-es-system-check.yml
...unreleased/228863-fix-rake-output-for-es-system-check.yml
+5
-0
ee/lib/system_check/app/elasticsearch_check.rb
ee/lib/system_check/app/elasticsearch_check.rb
+1
-1
No files found.
ee/changelogs/unreleased/228863-fix-rake-output-for-es-system-check.yml
0 → 100644
View file @
841ef799
---
title
:
Correct SystemCheck name for Elasticsearch
merge_request
:
36903
author
:
type
:
fixed
ee/lib/system_check/app/elasticsearch_check.rb
View file @
841ef799
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
SystemCheck
module
SystemCheck
module
App
module
App
class
ElasticsearchCheck
<
SystemCheck
::
BaseCheck
class
ElasticsearchCheck
<
SystemCheck
::
BaseCheck
set_name
'Elasticsearch version
5.6 - 6
.x?'
set_name
'Elasticsearch version
6.x - 7
.x?'
set_skip_reason
'skipped (elasticsearch is disabled)'
set_skip_reason
'skipped (elasticsearch is disabled)'
set_check_pass
->
{
"yes (
#{
self
.
current_version
}
)"
}
set_check_pass
->
{
"yes (
#{
self
.
current_version
}
)"
}
set_check_fail
->
{
"no (
#{
self
.
current_version
}
)"
}
set_check_fail
->
{
"no (
#{
self
.
current_version
}
)"
}
...
...
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