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
b9926ef1
Commit
b9926ef1
authored
Jun 14, 2016
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added EE specific information to gitlab:env:info rake task
parent
894b266a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lib/tasks/gitlab/info.rake
lib/tasks/gitlab/info.rake
+3
-0
No files found.
lib/tasks/gitlab/info.rake
View file @
b9926ef1
...
...
@@ -49,6 +49,9 @@ 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
#{
Gitlab
.
config
.
elasticsearch
.
enabled
?
"yes"
.
color
(
:green
)
:
"no"
}
"
puts
"Geo:
\t\t
#{
Gitlab
::
Geo
.
enabled?
?
"yes"
.
color
(
:green
)
:
"no"
}
"
puts
"Geo node:
\t
#{
Gitlab
::
Geo
.
current_node
.
primary
?
"Primary"
:
"Secondary"
}
"
if
Gitlab
::
Geo
.
enabled?
puts
"Using LDAP:
\t
#{
Gitlab
.
config
.
ldap
.
enabled
?
"yes"
.
color
(
:green
)
:
"no"
}
"
puts
"Using Omniauth:
\t
#{
Gitlab
.
config
.
omniauth
.
enabled
?
"yes"
.
color
(
:green
)
:
"no"
}
"
puts
"Omniauth Providers:
#{
omniauth_providers
.
join
(
', '
)
}
"
if
Gitlab
.
config
.
omniauth
.
enabled
...
...
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