diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-10 18:08:17 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-10 18:08:17 +0000 |
commit | 219eead23f9feb5da9ec378c451d773aea2dfe61 (patch) | |
tree | eec14421a05ca8eb79f3cc782abe99532bb6070c /doc | |
parent | 7c38405be9e79099f399aa429503ea7b463bbf5a (diff) | |
download | gitlab-ce-219eead23f9feb5da9ec378c451d773aea2dfe61.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 7 | ||||
-rw-r--r-- | doc/user/admin_area/settings/usage_statistics.md | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 052a5d2782a..cfab6352e46 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -236,18 +236,21 @@ For reference, GitLab.com's [auto-scaling shared runner](../user/gitlab_com/inde ## Supported web browsers +CAUTION: **Caution:** With GitLab 13.0 (May 2020) we are removing official support for Internet Explorer 11. +With the release of GitLab 13.4 (September 2020) we will remove all code that supports Internet Explorer 11. +You can provide feedback [on this issue](https://gitlab.com/gitlab-org/gitlab/issues/197987) or via your usual support channels. + GitLab supports the following web browsers: - Firefox - Chrome/Chromium - Safari - Microsoft Edge -- Internet Explorer 11 +- Internet Explorer 11 (until May 2020) For the listed web browsers, GitLab supports: - The current and previous major versions of browsers except Internet Explorer. -- Only version 11 of Internet Explorer. - The current minor version of a supported major version. NOTE: **Note:** We do not support running GitLab with JavaScript disabled in the browser and have no plans of supporting that diff --git a/doc/user/admin_area/settings/usage_statistics.md b/doc/user/admin_area/settings/usage_statistics.md index 8998a2430f3..f087280f693 100644 --- a/doc/user/admin_area/settings/usage_statistics.md +++ b/doc/user/admin_area/settings/usage_statistics.md @@ -74,6 +74,8 @@ You can view the exact JSON payload in the administration panel. To view the pay You can see how [the usage ping data maps to different stages of the product](https://gitlab.com/gitlab-data/analytics/blob/master/transform/snowflake-dbt/data/version_usage_stats_to_stage_mappings.csv). +Usage ping is important to GitLab as we use it to calculate our [Action Monthly Active Users (AMAU)](https://about.gitlab.com/handbook/product/metrics/#action-monthly-active-users-amau) which helps us measure the success of our features. + ### Request flow example The following example shows a basic request/response flow between the self-managed GitLab instance, GitLab Version Application, |