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
498afe74
Commit
498afe74
authored
Mar 07, 2018
by
Valery Sizov
Committed by
Nick Thomas
Mar 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix uninitialized constant FdwSchemaUptoDateCheck
parent
bbfa7940
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ee/lib/system_check/geo/fdw_schema_up_to_date_check.rb
ee/lib/system_check/geo/fdw_schema_up_to_date_check.rb
+2
-2
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+1
-1
No files found.
ee/lib/system_check/geo/fdw_schema_up_to_date_check.rb
View file @
498afe74
module
SystemCheck
module
Geo
class
FdwSchemaUp
t
oDateCheck
<
SystemCheck
::
BaseCheck
set_name
'GitLab Geo tracking database
is configured to use Foreign Data Wrapper
?'
class
FdwSchemaUp
T
oDateCheck
<
SystemCheck
::
BaseCheck
set_name
'GitLab Geo tracking database
Foreign Data Wrapper schema is up-to-date
?'
set_skip_reason
'Geo is not enabled'
def
skip?
...
...
lib/tasks/gitlab/check.rake
View file @
498afe74
...
...
@@ -454,7 +454,7 @@ namespace :gitlab do
SystemCheck
::
Geo
::
GeoDatabaseConfiguredCheck
,
SystemCheck
::
Geo
::
DatabaseReplicationCheck
,
SystemCheck
::
Geo
::
FdwEnabledCheck
,
SystemCheck
::
Geo
::
FdwSchemaUp
t
oDateCheck
,
SystemCheck
::
Geo
::
FdwSchemaUp
T
oDateCheck
,
SystemCheck
::
Geo
::
HttpConnectionCheck
,
SystemCheck
::
Geo
::
HTTPCloneEnabledCheck
,
SystemCheck
::
Geo
::
ClocksSynchronizationCheck
,
...
...
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