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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
921c59a3
Commit
921c59a3
authored
Mar 05, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify version check in admin settings
parent
2acb2fb3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
12 deletions
+20
-12
app/views/admin/application_settings/_form.html.haml
app/views/admin/application_settings/_form.html.haml
+4
-2
doc/user/admin_area/settings/img/update-available.png
doc/user/admin_area/settings/img/update-available.png
+0
-0
doc/user/admin_area/settings/usage_statistics.md
doc/user/admin_area/settings/usage_statistics.md
+16
-10
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
921c59a3
...
...
@@ -657,9 +657,11 @@
.checkbox
=
f
.
label
:version_check_enabled
do
=
f
.
check_box
:version_check_enabled
Version check enabled
Enable version check
.help-block
Let GitLab inform you when an update is available.
GitLab will inform you if a new version is available.
=
link_to
'Learn more'
,
help_page_path
(
"user/admin_area/settings/usage_statistics"
,
anchor:
"version-check"
)
about what information is shared with GitLab Inc.
.form-group
.col-sm-offset-2.col-sm-10
-
can_be_configured
=
@application_setting
.
usage_ping_can_be_configured?
...
...
doc/user/admin_area/settings/img/update-available.png
0 → 100644
View file @
921c59a3
87.6 KB
doc/user/admin_area/settings/usage_statistics.md
View file @
921c59a3
...
...
@@ -8,20 +8,26 @@ under **Admin area > Settings > Usage statistics**.
## Version check
GitLab can inform you when an update is available and the importance of it.
If enabled, version check will inform you if a new version is available and the
importance of it through a status. This is shown on the help page (i.e.
`/help`
)
for all signed in users, and on the admin pages. The statuses are:
No information other than the GitLab version and the instance's hostname (through the HTTP referer)
are collected.
*
Green: You are running the latest version of GitLab.
*
Orange: An updated version of GitLab is available.
*
Red: The version of GitLab you are running is vulnerable. You should install
the latest version with security fixes as soon as possible.
In the
**Overview**
tab you can see if your GitLab version is up to date. There
are three cases: 1) you are up to date (green), 2) there is an update available
(yellow) and 3) your version is vulnerable and a security fix is released (red).
![
Orange version check example
](
img/update-available.png
)
In any case, you will see a message informing you of the state and the
importance of the update
.
GitLab Inc. collects your instance's version and hostname (through the HTTP
referer) as part of the version check. No other information is collected
.
If enabled, the version status will also be shown in the help page (
`/help`
)
for all signed in users.
This information is used, among other things, to identify to which versions
patches will need to be back ported, making sure active GitLab instances remain
secure.
If you disable version check, this information will not be collected. Enable or
disable the version check at
**Admin area > Settings > Usage statistics**
.
## Usage ping
...
...
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