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
3a30dffd
Commit
3a30dffd
authored
Mar 05, 2019
by
John Cai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check that feature database and table exists for gitaly features
parent
3fe2804c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lib/gitlab/gitaly_client.rb
lib/gitlab/gitaly_client.rb
+3
-1
No files found.
lib/gitlab/gitaly_client.rb
View file @
3a30dffd
...
@@ -244,7 +244,9 @@ module Gitlab
...
@@ -244,7 +244,9 @@ module Gitlab
end
end
def
self
.
feature_enabled?
(
feature_name
)
def
self
.
feature_enabled?
(
feature_name
)
Feature
.
enabled?
(
"gitaly_
#{
feature_name
}
"
)
Feature
::
FlipperFeature
.
table_exists?
&&
Feature
.
enabled?
(
"gitaly_
#{
feature_name
}
"
)
rescue
ActiveRecord
::
NoDatabaseError
false
end
end
# Ensures that Gitaly is not being abuse through n+1 misuse etc
# Ensures that Gitaly is not being abuse through n+1 misuse etc
...
...
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