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
59a0b860
Commit
59a0b860
authored
Sep 04, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix another case for Gitlab::CurrentSettings.current_application_settings
parent
9b54c1c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/tasks/gitlab/info.rake
lib/tasks/gitlab/info.rake
+1
-1
No files found.
lib/tasks/gitlab/info.rake
View file @
59a0b860
...
...
@@ -65,7 +65,7 @@ namespace :gitlab do
puts
"URL:
\t\t
#{
Gitlab
.
config
.
gitlab
.
url
}
"
puts
"HTTP Clone URL:
\t
#{
http_clone_url
}
"
puts
"SSH Clone URL:
\t
#{
ssh_clone_url
}
"
puts
"Elasticsearch:
\t
#{
current_application_settings
.
elasticsearch_indexing?
?
"yes"
.
color
(
:green
)
:
"no"
}
"
puts
"Elasticsearch:
\t
#{
Gitlab
::
CurrentSettings
.
current_application_settings
.
elasticsearch_indexing?
?
"yes"
.
color
(
:green
)
:
"no"
}
"
puts
"Geo:
\t\t
#{
Gitlab
::
Geo
.
enabled?
?
"yes"
.
color
(
:green
)
:
"no"
}
"
puts
"Geo node:
\t
#{
geo_node_type
}
"
if
Gitlab
::
Geo
.
enabled?
puts
"Using LDAP:
\t
#{
Gitlab
.
config
.
ldap
.
enabled
?
"yes"
.
color
(
:green
)
:
"no"
}
"
...
...
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