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
217fb684
Commit
217fb684
authored
Jun 07, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in lib/tasks/gitlab/check.rake
parent
57262a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
17 deletions
+3
-17
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+3
-17
No files found.
lib/tasks/gitlab/check.rake
View file @
217fb684
...
...
@@ -33,14 +33,12 @@ namespace :gitlab do
SystemCheck
::
App
::
RedisVersionCheck
,
SystemCheck
::
App
::
RubyVersionCheck
,
SystemCheck
::
App
::
GitVersionCheck
,
<<<<<<<
HEAD
SystemCheck
::
App
::
ActiveUsersCheck
,
SystemCheck
::
App
::
ElasticsearchCheck
=======
SystemCheck
::
App
::
ActiveUsersCheck
>>>>>>>
ce
/
master
]
# EE only
checks
<<
SystemCheck
::
App
::
ElasticsearchCheck
SystemCheck
.
run
(
'GitLab'
,
checks
)
end
end
...
...
@@ -544,7 +542,6 @@ namespace :gitlab do
end
end
<<<<<<<
HEAD
namespace
:geo
do
desc
'GitLab | Check Geo configuration and dependencies'
task
check: :environment
do
...
...
@@ -582,14 +579,6 @@ namespace :gitlab do
puts
'yes'
.
color
(
:green
)
else
puts
'no'
.
color
(
:red
)
=======
# Helper methods
##########################
def
check_gitlab_shell
required_version
=
Gitlab
::
VersionInfo
.
new
(
gitlab_shell_major_version
,
gitlab_shell_minor_version
,
gitlab_shell_patch_version
)
current_version
=
Gitlab
::
VersionInfo
.
parse
(
gitlab_shell_version
)
>>>>>>>
ce
/
master
try_fixing_it
(
'Follow Geo Setup instructions to configure primary and secondary nodes'
...
...
@@ -599,7 +588,6 @@ namespace :gitlab do
end
end
<<<<<<<
HEAD
def
check_nodes_http_connection
return
unless
Gitlab
::
Geo
.
enabled?
...
...
@@ -644,8 +632,6 @@ namespace :gitlab do
end
end
=======
>>>>>>>
ce
/
master
def
check_repo_integrity
(
repo_dir
)
puts
"
\n
Checking repo at
#{
repo_dir
.
color
(
:yellow
)
}
"
...
...
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