diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-11 15:09:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-11 15:09:37 +0000 |
commit | a210c43e0aca0311cc1d3d381763b25979ec72dc (patch) | |
tree | 0325d173da7a6e7bd6c2cdf450d0aa1c4e142d0f /doc | |
parent | c9687bdf58e9d4a9c3942f587bd4841f42e3b5de (diff) | |
download | gitlab-ce-a210c43e0aca0311cc1d3d381763b25979ec72dc.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/i18n/proofreader.md | 1 | ||||
-rw-r--r-- | doc/user/admin_area/settings/continuous_integration.md | 13 | ||||
-rw-r--r-- | doc/user/admin_area/settings/img/admin_package_registry_npm_package_requests_forward.png | bin | 0 -> 77490 bytes | |||
-rw-r--r-- | doc/user/incident_management/index.md | 5 | ||||
-rw-r--r-- | doc/user/packages/npm_registry/index.md | 8 | ||||
-rw-r--r-- | doc/user/project/clusters/index.md | 4 | ||||
-rw-r--r-- | doc/user/project/clusters/kubernetes_pod_logs.md | 3 |
7 files changed, 29 insertions, 5 deletions
diff --git a/doc/development/i18n/proofreader.md b/doc/development/i18n/proofreader.md index 3cd8bf20e13..5535011d8c1 100644 --- a/doc/development/i18n/proofreader.md +++ b/doc/development/i18n/proofreader.md @@ -56,6 +56,7 @@ are very appreciative of the work done by translators and proofreaders! - Adi Ferdian - [GitLab](https://gitlab.com/adiferd), [Crowdin](https://crowdin.com/profile/adiferd) - Ahmad Naufal Mukhtar - [GitLab](https://gitlab.com/anaufalm), [Crowdin](https://crowdin.com/profile/anaufalm) - Italian + - Massimiliano Cuttini - [GitLab](https://gitlab.com/maxcuttins), [Crowdin](https://crowdin.com/profile/maxcuttins) - Paolo Falomo - [GitLab](https://gitlab.com/paolofalomo), [Crowdin](https://crowdin.com/profile/paolo.falomo) - Japanese - Hiroyuki Sato - [GitLab](https://gitlab.com/hiroponz), [Crowdin](https://crowdin.com/profile/hiroponz) diff --git a/doc/user/admin_area/settings/continuous_integration.md b/doc/user/admin_area/settings/continuous_integration.md index a77baf5d46c..bdb5125e5aa 100644 --- a/doc/user/admin_area/settings/continuous_integration.md +++ b/doc/user/admin_area/settings/continuous_integration.md @@ -191,3 +191,16 @@ To set required pipeline configuration: 1. Click **Save changes**. ![Required pipeline](img/admin_required_pipeline.png) + +## Package Registry configuration **(PREMIUM ONLY)** + +GitLab administrators can disable the forwarding of NPM requests to [npmjs.com](https://www.npmjs.com/). + +To disable it: + +1. Go to **Admin Area > Settings > CI/CD**. +1. Expand the **Package Registry** section. +1. Uncheck **Enable forwarding of NPM package requests to npmjs.org**. +1. Click **Save changes**. + +![NPM package requests forwarding](img/admin_package_registry_npm_package_requests_forward.png) diff --git a/doc/user/admin_area/settings/img/admin_package_registry_npm_package_requests_forward.png b/doc/user/admin_area/settings/img/admin_package_registry_npm_package_requests_forward.png Binary files differnew file mode 100644 index 00000000000..3cd2e1adc29 --- /dev/null +++ b/doc/user/admin_area/settings/img/admin_package_registry_npm_package_requests_forward.png diff --git a/doc/user/incident_management/index.md b/doc/user/incident_management/index.md index 249dc8c8ad8..21dd3bf4d9a 100644 --- a/doc/user/incident_management/index.md +++ b/doc/user/incident_management/index.md @@ -88,12 +88,13 @@ dropdown box above the upper right corner of the panel: The options are: -- [View logs](#view-logs-ultimate) **(ULTIMATE)** +- [View logs](#view-logs) - [Download CSV](#download-csv) -##### View logs **(ULTIMATE)** +##### View logs > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/201846) in GitLab Ultimate 12.8. +> [Moved](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25455) to [GitLab Core](https://about.gitlab.com/pricing/) 12.9. This can be useful if you are triaging an application incident and need to [explore logs](../project/integrations/prometheus.md#view-logs-ultimate) diff --git a/doc/user/packages/npm_registry/index.md b/doc/user/packages/npm_registry/index.md index ac21459d137..5801a30cc4e 100644 --- a/doc/user/packages/npm_registry/index.md +++ b/doc/user/packages/npm_registry/index.md @@ -269,6 +269,14 @@ Or if you're using Yarn: yarn add @my-project-scope/my-package ``` +### Forwarding requests to npmjs.org + +> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/55344) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.9. + +By default, when an NPM package is not found in the GitLab NPM Registry, the request will be forwarded to [npmjs.com](https://www.npmjs.com/). + +Administrators can disable this behavior in the [Continuous Integration settings](../../admin_area/settings/continuous_integration.md). + ## Removing a package In the packages view of your project page, you can delete packages by clicking diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 9087653145b..c9d7d723eb5 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -27,7 +27,7 @@ Using the GitLab project Kubernetes integration, you can: - Use [Web terminals](#web-terminals). - Use [Deploy Boards](#deploy-boards-premium). **(PREMIUM)** - Use [Canary Deployments](#canary-deployments-premium). **(PREMIUM)** -- View [Logs](#logs-ultimate). **(ULTIMATE)** +- View [Logs](#logs). - Run serverless workloads on [Kubernetes with Knative](serverless/index.md). ### Deploy Boards **(PREMIUM)** @@ -48,7 +48,7 @@ the need to leave GitLab. [Read more about Canary Deployments](../canary_deployments.md) -### Logs **(ULTIMATE)** +### Logs GitLab makes it easy to view the logs of running pods in connected Kubernetes clusters. By displaying the logs directly in GitLab, developers can avoid having to manage console tools or jump to a different interface. diff --git a/doc/user/project/clusters/kubernetes_pod_logs.md b/doc/user/project/clusters/kubernetes_pod_logs.md index 7fb3e797fc7..f1899c7b8d9 100644 --- a/doc/user/project/clusters/kubernetes_pod_logs.md +++ b/doc/user/project/clusters/kubernetes_pod_logs.md @@ -1,6 +1,7 @@ -# Kubernetes Logs **(ULTIMATE)** +# Kubernetes Logs > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/4752) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.0. +> [Moved](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25455) to [GitLab Core](https://about.gitlab.com/pricing/) 12.9. GitLab makes it easy to view the logs of running pods in [connected Kubernetes clusters](index.md). By displaying the logs directly in GitLab, developers can avoid having to manage console tools or jump to a different interface. |